Posted by crea on May 3, 2010 at 7:13am
In KDevelop 4 there is php plugin with syntax highlighting, code completetion etc.
Have anyone tried it with Drupal ?
In KDevelop 4 there is php plugin with syntax highlighting, code completetion etc.
Have anyone tried it with Drupal ?
Comments
Nice one
I'm about to try it now. I hadn't heard of it 'til now.
I use netbeans most of the time, but it can be a pig. It's not as piggish as Eclipse though.
Richard Sheppard
http://uk.linkedin.com/in/richardsheppard
I tryed it with drupal. No
I tryed it with drupal.
No trying is the wrong word, i'm addicted. It's awesome!!!!!
The syntax highlighting / code completion is salient. Especially the semantic highlight is a incredible time safer.
There is also a easy snippet system which has some snippets already, see http://github.com/dereine/kate-drupal-snippets
last time i tryed the xdebug support worked fine, too.
easy to setup for windows?????
d'u know if setting this beast up for windows is easy enough? or is it like assembling a PC with your eyes shut, like every other IDE?
i don't think it's compatible
i don't think it's compatible with windows especially it will not be easy. For example the build in shell will need something like a real unix enviroment as well as the search in directory feature.
Great start
I like it much better than eclipse.
I'm wondering if it would be easy to do some kind of integration with the drupal API reference online, just like it does with php.net. That would be nice :)
Anyone got the debugger working? If so could you post some guidelines to setup? I'm mostly working remotely, I guess there's no remote debug feature, but when working on my laptop I could use the debugger.
Anyone who knows about this please comment.
Thanks
Miguel
Parsing .module and .inc files
There's a problem with .modules and .inc files: they don't get parsed, at least using KDE.
The bug and workaround is described here:
https://bugs.kde.org/show_bug.cgi?id=270700
Just tell KDE that .inc and .module files are PHP source code using KDE-filetype / mimetype tool.
Then it works great!