Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@Viladoman Viladoman released this 16 Jun 04:28
· 229 commits to master since this release
  • Updated the overview tab to include the wall clock build time, the number of Translation Units threads used and properly label the accumulated values.
    image
  • Split the .scor file into .scor ( overview, translation units, includes and folders for full paths ) and .scor.gbl ( the rest of the data template instances, codegen... )
  • Exported the relevant folder tree structure to properly map all files and distinguish between files with the same name but different locations.
  • The VS extension will only load the parts of the .scor file that needs for the enabled features ( example: if I do not open any of the specialized windows and only have text highlight, only the main .scor file will be loaded in memory ).
  • Added option to Open File for units and includes, this will use the full path information extracted from the .scor file or match by name if this fails.
    image
  • Previous .scor files are still compatible but some information might not show up.