Skip to content

Releases: chromium/vs-chromium

Minor bug fixes

16 Nov 22:58
Compare
Choose a tag to compare
  • Fix issue where server crashes when processing file system change notifications for path longer than MAX_PATH
  • Fix #25

v0.9.18

19 Nov 22:05
Compare
Choose a tag to compare
  • Fix long standing bug in binary file detection
  • Improve performance of binary file detection for large (i.e. larger than 200KB) files

v0.9.17

06 Oct 17:41
Compare
Choose a tag to compare
  • Implement suggestion in #21
  • Refine UI of code search result entries

v0.9.16

25 Jun 20:51
Compare
Choose a tag to compare

Minor bug fix: Size of index and memory usage sometimes not updated in "Code Search" window top left corner.

v0.9.15

23 Jun 18:31
Compare
Choose a tag to compare
  • 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

09 Mar 18:07
Compare
Choose a tag to compare

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.
  • 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 window
  • Quick 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

06 Mar 02:35
Compare
Choose a tag to compare

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.
  • 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 window
  • Quick 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

02 Mar 05:08
Compare
Choose a tag to compare
v0.9.12 Pre-release
Pre-release

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.
  • 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 window
  • Quick 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

22 Jan 05:08
Compare
Choose a tag to compare
Pre-release
  • 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

14 Jan 17:24
Compare
Choose a tag to compare
v0.9.10 Pre-release
Pre-release
  • 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