When browsing the Workspace window that lists all of the files and folders in your project, there is a major annoyance I really wish could be fixed asap:
Even though all folders are collapsed in the view, when you press the first letter of a folder or file, phpEd will automatically expand all collapsed folders to find the first match.
For example, let's say I have the following folders (all collapsed)...
css
images
js
logs
reports
...and that under the folder
css, I have a subfolder named
lists.
If I select the
css folder (without expanding it) and press the letter
L on my keyboard, instead of snaping to the
logs folder, phpEd will expand
css and snap on
lists instead.
I find this to be extremely annoying and counter-productive.
Am I the only one who thinks that?