Skip to content
mgr32 edited this page May 1, 2018 · 9 revisions
1.4.1 / 1.5.0

Features:

  • Added three-state indexing option - index contents of all files, index contents of local files only, index no files
  • Added toggle button to sort functions by name or by line number
  • Added 'Dot Source' context menu option to dot source selected file at current cursor location
  • Added regions as additional level in node hierarchy (when functions are sorted by line number)

Bugfixes:

  • OneDrive "Files On Demand" support
  • Go to definition opens separate file if function is defined in current file and the separate file
1.4.0

Features:

  • Git / other VCS support (by adding access to shell extensions). Right-clicking on a tree item opens Windows Explorer context menu to enable access to shell extensions (like TortoiseGIT). Also showing system icons instead of custom ones, which allows to see the item's current Git status (if you have TortoiseGIT installed). In order to open the builtin context menu (e.g. to add, rename or exclude an item), press CTRL when clicking.

Bugfixes / improvements:

  • Drag & drop sometimes works when it shouldn't
  • Improve indexing performance - DSC with external imports
  • (major code cleanup) Add dependency injection and refactor to commands
  • 'Sync with Active Document' keeps resetting selection during indexing
  • Additional minor bugfixes.
1.3.2