A few fixes/feature requests

Started by Brian Chirgwin, November 25, 2010, 01:29:03 AM

Previous topic - Next topic

Brian Chirgwin

Search Dialog losses focus
Open a project with several forms/modules
Close all forms/modules but 1.
Perform a search entire project for “Function” (or otherword in several of the project files)
When the search opens a new module/form, it loses focus andfocus is in the opened module
Clicking enter again to “Find next” deletes the found textand inserts the newline.
It would be great if the search dialog kept focus.

Entire Project Search fails
Find a function in a form/module (any function name) that isalso called in other forms/modules
Position the cursor below the function
Search for the function name
This fails to open and search other forms/modules. 
Move to the top of the current code module/form perform thesearch it will find the function, Find next will open and search other form/modules.


F6 only works in same module
F6 will search for the sub/function definition but this onlyworks if the definition is in the same module.
It would be great if this would perform an entire projectsearch and open the module
It would be absolutely amazing if it also would open#include for the definitions
Double click on form in Workspace
Double clicking on a form name opens the form and expands toshow the form functions in the workspace window. I’d like it if the expand onlyoccurred when clicking the + for expand. Just a preference.

Autocomplete
Start a project using Powerbasic include files
In a function type
   Local r as rect
   r.
The autocomplete works
Now change the project to use Jose Roca’s includes
Exit Firefly and reopen required.
In a function
   Local r as rect
   r.
autocomplete no longer working