I'm an old Editplus user, and have got used to the function / language constructs highlighting it offered.
Moving on to dev-php, i find it doesn't highlight predefined functions, but only displays their syntax if you wait for X seconds while typing the function.
I thought I'd quickly change the file which holds language constructs so that it holds all functions. Enoyingly, I couldn't find such a file...
Does that file exist (and if so, where), and also, is there a way to change the length of time before the syntax for a function is displayed, or have auto-complete always on without having to press ctr space?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey
I'm an old Editplus user, and have got used to the function / language constructs highlighting it offered.
Moving on to dev-php, i find it doesn't highlight predefined functions, but only displays their syntax if you wait for X seconds while typing the function.
I thought I'd quickly change the file which holds language constructs so that it holds all functions. Enoyingly, I couldn't find such a file...
Does that file exist (and if so, where), and also, is there a way to change the length of time before the syntax for a function is displayed, or have auto-complete always on without having to press ctr space?
Dev-php is written with SynEdit. Highlightning is implemented in the source.
Fixing the auto-complete you can enter in the Feature Requests. Thanks for the feedbacks.