Version 1.4.9 (August 31, 2017)
- Changed: If "Allow multiple instances" is unchecked, then subsequent file opens will open in the current active editor instance.
- Changed: Filters for "Save As", "Save Declares File", "Open', "Insert File" and "Select Compiler".
- Fixed: Explorer Treeview filenames immediately resorted when filename changed (new file or save as).
https://github.com/PaulSquires/WinFBE/releases
Excellent, but looks like you have forget to remove a message box that appears before the file is loaded.
Shoot! Arrrgh! Yes that was a debug. I will remove it and re-upload.
You have also ignored the part of my code that deals with the line number. It is important when using a file search utility to not only load the file but also to display the line in which the searched text has been found and position the cursor on it.
Uploaded 1.4.9.1 as an update (I kept the About dialog version as 1.4.9)
Quote from: Jose Roca on August 31, 2017, 07:43:28 PM
You have also ignored the part of my code that deals with the line number. It is important when using a file search utility to not only load the file but also to display the line in which the searched text has been found and position the cursor on it.
Yes, that was on purpose because I have not decided yet how I want to parse that from the command line. Currently, the command line is iterated for multiple filenames or projects. I need to determine how to differentiate between filenames and line numbers, etc. The command line is not as simple as a filename followed by a line number.