Releases: botman99/OpenFileByName
Made things faster (remove the 'Project' column)
Reworked a bunch of things to make this faster. Remove the 'Project' column to get rid of the same filename showing up multiple times (getting rid of this helped make things faster since the list of files is now smaller than before).
Added support for VS2022
This version supports Visual Studio 2022 and uses a different method to collect the list of files.
Fix issue with global singleton not being cleared.
v1.8.0 Fix issue with global singleton not being cleared.
Fix some bugs after making the open file dialog non-modal.
Fix issues with non-modal dialog Fix some bugs after making the open file dialog non-modal.
Set focus on opened documents and don't set focus on filename match in list view.
Set focus on files (documents) opened from the dialog and don't set focus on the filename that matches the search text as this interferes with typing a file name.
Automatically select filename based on input
Automatically select the filename if there is an exact match between the filename and the input or select the first filename with leading characters that match the input.
Save column sizes and add option to change font.
v1.4.0 Save column sizes and add option to change font.
Updated for VS2019
Updated for VS2019
Fixed an "Object Reference Not Set to an Instance of an Object" exception.
Allow Escape key to exit dialogs
v1.2.0 Allow Escape key to exit dialogs
Update to work properly with multiple versions of Visual Studio
v1.1.0 Update to work properly with multiple versions of Visual Studio