Hi everybody,
at first I must say congratulations to this great piece of software!
I started working with PhpED about a week ago and it's doing fine. And here are some ideas of features that would make the editor even more perfect.
1. Shifting lines up and down by using Ctrl + Up or Ctrl + Down
2. Highlighting of all appearances of a variable in the code when putting the cursor on a variable
3. Improving the instant error analysis when working OOP
3.1. Detect wether a method exists ($foo->bar() gives an error because foo has no method bar)
3.2. Detect wether a parameter is missing ($foo->bar( 'tada' ) gives an error because bar needs another (or no) parameter
I have read about the run-time issue when detecting errors, but these small features should at least show some kind of warning.
Thats all for now
KingLee