I love the idea for this plug-in, two things, I would like to get involved, and I don't know how to go about it. And second which version of PHP is suported? For example what will happen when php 5.xxx is out?
Also does anyone know a gbl plug-in for jedit, I am using vsphp at the moment and last night I got out a bad bug using the debugger, it will be really usefull
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've made the plugin for coding in php 4. I don't thing i'll use it for conding in php 5 for a long time. But i think i'll have to put a switch for php4/5 in the option pane.
Some php 5 syntax elements are already supported by the regexp parser, thanks to some patch that some php 5 users sent me.
Hello,
I love the idea for this plug-in, two things, I would like to get involved, and I don't know how to go about it. And second which version of PHP is suported? For example what will happen when php 5.xxx is out?
Also does anyone know a gbl plug-in for jedit, I am using vsphp at the moment and last night I got out a bad bug using the debugger, it will be really usefull
Thanks
Sorry, I meant a dbg debugger, thinking of gui building for a sec there
I've made the plugin for coding in php 4. I don't thing i'll use it for conding in php 5 for a long time. But i think i'll have to put a switch for php4/5 in the option pane.
Some php 5 syntax elements are already supported by the regexp parser, thanks to some patch that some php 5 users sent me.
The debugger, i know that there is a plugin: http://plugins.jedit.org/plugins/?PHPParser
but never tried.