I'm coming from a different IDE, and I like PhpED, but it's missing a few items that I utilized a decent amount.
I would like to know the following:
Why can I create a new directory on an FTP but not a new file?
Can there be a default set of code-folding set to happen automatically when a file is opened? So that when I open a large class I can see all the methods and phpdoc tags folded, but not the class itself without going to the context menu?
Why, when I load a file, does the color-coding not take effect until I click inside the php code? (I use <? ?> shorthand tags, not <?php).
Are there plans to implement different color schemes for the code highlighting? I like to change mine up once and a while or be able to tweak what I am using and go back easily without having to restore/backup setting files.
When I make changes to a file, then undo a few of these changes and copy some text (using keyboard shortcuts), the redo functionality isn't available to redo what I undid that I wanted to copy into.
Is there an auto-trim for EOL or EOF to remove whitespace?
I apologize for the laundry list, but I believe all users that come from another IDE have thoughts of how what should work that may not all be met
Thanks for taking the time to read this.