Skip to content

Releases: botman99/OpenFileByName

Made things faster (remove the 'Project' column)

15 Mar 22:55

Choose a tag to compare

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

30 Nov 13:12

Choose a tag to compare

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.

10 Jul 12:32

Choose a tag to compare

v1.8.0

Fix issue with global singleton not being cleared.

Fix some bugs after making the open file dialog non-modal.

08 Jul 22:31

Choose a tag to compare

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.

23 Jun 21:17

Choose a tag to compare

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

20 Jun 13:50

Choose a tag to compare

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.

04 May 15:35

Choose a tag to compare

v1.4.0

Save column sizes and add option to change font.

Updated for VS2019

22 Mar 22:26

Choose a tag to compare

Updated for VS2019
Fixed an "Object Reference Not Set to an Instance of an Object" exception.

Allow Escape key to exit dialogs

19 Jan 14:18

Choose a tag to compare

v1.2.0

Allow Escape key to exit dialogs

Update to work properly with multiple versions of Visual Studio

10 Jun 18:18

Choose a tag to compare

v1.1.0

Update to work properly with multiple versions of Visual Studio