PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: Paul Squires on August 31, 2017, 06:46:45 PM

Title: WinFBE 1.4.9 on GitHub (August 31, 2017)
Post by: Paul Squires on August 31, 2017, 06:46:45 PM
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
Title: Re: WinFBE 1.4.9 on GitHub (August 31, 2017)
Post by: José Roca on August 31, 2017, 07:31:52 PM
Excellent, but looks like you have forget to remove a message box that appears before the file is loaded.
Title: Re: WinFBE 1.4.9 on GitHub (August 31, 2017)
Post by: Paul Squires on August 31, 2017, 07:38:34 PM
Shoot! Arrrgh! Yes that was a debug. I will remove it and re-upload.
Title: Re: WinFBE 1.4.9 on GitHub (August 31, 2017)
Post by: José 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.
Title: Re: WinFBE 1.4.9 on GitHub (August 31, 2017)
Post by: Paul Squires on August 31, 2017, 07:44:02 PM
Uploaded 1.4.9.1 as an update (I kept the About dialog version as 1.4.9)
Title: Re: WinFBE 1.4.9 on GitHub (August 31, 2017)
Post by: Paul Squires on August 31, 2017, 07:48:10 PM
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.