Releases: chromium/vs-chromium
Releases · chromium/vs-chromium
Minor bug fixes
- Fix issue where server crashes when processing file system change notifications for path longer than MAX_PATH
- Fix #25
v0.9.18
v0.9.17
v0.9.16
v0.9.15
- Installation: Add support for VS 2015 RC and .NET 4.5.2
- Tools | Options: add ability to change Fonts used by the Code Search tool window. Fixes issue #14.
- Code Search: Automatically refresh the last search results after forcing a index refresh via the toolbar button.
- Documentation: Various minor improvements and typos fixes
v0.9.14
Minor fix over 0.9.13, same release notes as 0.9.12:
Lots of UI changes and perf. improvements
- "Official" support for indexing any directory in addition to Chromium enlistments
- Simply create a
vs-chromium-project.txt
file at the root of the directory to index. See [https://github.com/chromium/vs-chromium/blob/master/vs-chromium-project.txt] for an example. - In addition, VS Chromium now tracks the solution file open in Visual Studio, so storing the
vs-chromium-project.txt
file next to the.sln
file is usually enough to automatically enable indexing when opening a solution.
- Simply create a
- New
Code Search
tool window:- The tool window is used for performing text and file searches, and displaying/navigating results.
- The tree view with files and directories has been moved to the standard VS "Solution Explorer" window, showing as "virtual" project nodes. This enables better integration with Visual Studio.
- The former "Source Explorer" has been removed, as it is superseded by the changes above.
Tools|Options
pages are now available for fine grained control over which VS Chroimum feature to enable or disable.Quick Text Search
productivity feature:Ctrl-Shift-;
selects the current word in the current editor file, performs a text search on the selection and sets focus to Code Search windowQuick File Search
productivity feature:Ctrl-Shift-'
does the same for file paths.- Support
Match whole word
option - Support for "scoped" text search by specifying a path pattern in "File Paths" (e..g "/src" to restrict the search to files under the "src" directory)
- Refresh search results when toolbar buttons are clicked
- Updating the index is much faster when file changes (add/delete) occur on disk
- Search results file location stay up to date with editor changes, i.e. when search results are displayed for a given file and changes are made to that file in the VS editor, double clicking on the search results will navigate to the updated location of the match
- Auto-detect binary files and skip loading them
- and more....
v0.9.13
Minor fixes over 0.9.12, same release notes as 0.9.12:
Lots of UI changes and perf. improvements
- "Official" support for indexing any directory in addition to Chromium enlistments
- Simply create a
vs-chromium-project.txt
file at the root of the directory to index. See [https://github.com/chromium/vs-chromium/blob/master/vs-chromium-project.txt] for an example. - In addition, VS Chromium now tracks the solution file open in Visual Studio, so storing the
vs-chromium-project.txt
file next to the.sln
file is usually enough to automatically enable indexing when opening a solution.
- Simply create a
- New
Code Search
tool window:- The tool window is used for performing text and file searches, and displaying/navigating results.
- The tree view with files and directories has been moved to the standard VS "Solution Explorer" window, showing as "virtual" project nodes. This enables better integration with Visual Studio.
- The former "Source Explorer" has been removed, as it is superseded by the changes above.
Tools|Options
pages are now available for fine grained control over which VS Chroimum feature to enable or disable.Quick Text Search
productivity feature:Ctrl-Shift-;
selects the current word in the current editor file, performs a text search on the selection and sets focus to Code Search windowQuick File Search
productivity feature:Ctrl-Shift-'
does the same for file paths.- Support
Match whole word
option - Support for "scoped" text search by specifying a path pattern in "File Paths" (e..g "/src" to restrict the search to files under the "src" directory)
- Refresh search results when toolbar buttons are clicked
- Updating the index is much faster when file changes (add/delete) occur on disk
- Search results file location stay up to date with editor changes, i.e. when search results are displayed for a given file and changes are made to that file in the VS editor, double clicking on the search results will navigate to the updated location of the match
- Auto-detect binary files and skip loading them
- and more....
v0.9.12
Lots of UI changes and perf. improvements
- "Official" support for indexing any directory in addition to Chromium enlistments
- Simply create a
vs-chromium-project.txt
file at the root of the directory to index. See [https://github.com/chromium/vs-chromium/blob/master/vs-chromium-project.txt] for an example. - In addition, VS Chromium now tracks the solution file open in Visual Studio, so storing the
vs-chromium-project.txt
file next to the.sln
file is usually enough to automatically enable indexing when opening a solution.
- Simply create a
- New
Code Search
tool window:- The tool window is used for performing text and file searches, and displaying/navigating results.
- The tree view with files and directories has been moved to the standard VS "Solution Explorer" window, showing as "virtual" project nodes. This enables better integration with Visual Studio.
- The former "Source Explorer" has been removed, as it is superseded by the changes above.
Tools|Options
pages are now available for fine grained control over which VS Chroimum feature to enable or disable.Quick Text Search
productivity feature:Ctrl-Shift-;
selects the current word in the current editor file, performs a text search on the selection and sets focus to Code Search windowQuick File Search
productivity feature:Ctrl-Shift-'
does the same for file paths.- Support
Match whole word
option - Support for "scoped" text search by specifying a path pattern in "File Paths" (e..g "/src" to restrict the search to files under the "src" directory)
- Refresh search results when toolbar buttons are clicked
- Updating the index is much faster when file changes (add/delete) occur on disk
- Search results file location stay up to date with editor changes, i.e. when search results are displayed for a given file and changes are made to that file in the VS editor, double clicking on the search results will navigate to the updated location of the match
- Auto-detect binary files and skip loading them
- and more....
Add support for Regex search
- Finally Support regex searches for files names, folder names and text searches (find in files)
- Performance seems to be around 3x-4x slower than plain text searches.
- Fix long standing bug where text search results for files with UTF8 bom prefix would be 3 characters off.
- Various minor UI tweaks, bug fixed and performance improvements.
v0.9.10
- Ensure F8/Shift-F8 are captured only when Source Explorer window is visible and there is an active search result active. This is so that it doesn't interface with F8/Shift-F8 handling from other tool window.
- Improve file path comparison performance and correctness
- Improve caching of file contents de-duplication