Bookmarks tree Visual Studio 2010 extension.
The main features are: 1) Add/Delete bookmarks; 2) Rename bookmarks (F2); 3) Change bookmark line number (F2+F2); 3) Create/Delete folders with bookmarks (, / Del); 4) Multiple levels of folders hierarhy; 5) Recalc function () via regular expressions, can be useful if source was changed from the outside of IDE (Tools -> Options -> Bookmarks Tree) 6) Bookmarks "with magnet", if bookmark's line content matches one of regex search patterns. Options: Tools -> Options -> Bookmarks tree
Changes 1.1.4 -> 1.1.5
Changes 1.1.3 -> 1.1.4 [fix] if extension tool window was closed from the start, any new line in source had caused message box or crash of extension
Changes 1.1.2 -> 1.1.3 [fix] bug with source changes detection; [+] delete bookmarks with "Del" key. |