Hello NuSphere,
I'd like to ask, if it is possible to implement Zend-like "Go to last edit" key shortcut - my suggestion is to use Crtl+Q key combo like Zend has.
Pressing the key shortcut should place the carret to the place of last edit in the whole IDE, not only in active file. This means, that
a) if the file where last edit occured is active, it should only place the carret to the last edit in the active file
b) if the file where last edit occured is opened but not active, it should make that file active and place the carret
c) if the file where last edit occured is not open, it should open the file into new tab, make it active and place the carret
I've found this shortcut extremely useful in Zend and I miss it a lot in phpEd.
I am sure it should be quite easy to implement, since all the described behavior is already there somewhere in different situations, so I hope you will be able to add this minor but very useful feature soon.
Thank you in advance.