Some possible enhancements for PhpED...
(another one of those mails
1. Jump To... function for a self written function that PhpED knows (eg it gives you the sourcefile and line already as a popup, why not being able to jump to it's source)
2. Jump To... current execution point. If you pause the debugger, or have lots of open files, it's not always easy to find the execution point again..
3. Customizeable word delimitor characters for jumping through words with Ctrl + <- and Ctrl + ->
Personally I would like to be able to stop on operators and so on as well
4. Support for "spacey" coding. EG I like to code object function calls as
$object -> function ( ); I love using spaces
5. Being able to force backup files in a pre-specified directory (like ProjectRoot\Backup or so), so that the files don't cluther the actual project directory but that you still have a backup.
Dunno how much of those are physically possible (guess that depends on the program structure), but I wanted to express them anyway