The drop is always movingYou know that saying about standing on the shoulders of giants? Drupal is standing on a huge pile of midgetsAll content management systems suck, Drupal just happens to suck less.Popular open source software is more secure than unpopular open source software, because insecure software becomes unpopular fast. [That doesn't happen for proprietary software.]Drupal makes sandwiches happen.There is a module for that

NetBeans

Submitted by nk on Mon, 2007-12-24 01:10

NetBeans 6.0 supports PHP. We all know a Java IDE which turned out to be a quite useable PHP IDE -- Eclipse. It seems all the usual IDE stuff are supported, even xdebug. I have not yet tried this one out, but if someone else does, please post here -- I wonder whether it can provide Drupal specific tooltips.

Commenting on this Story is closed.

Submitted by mathews.kyle@dr... on Mon, 2007-12-24 20:32.

I tried downloading netbeans to use with Drupal Development. Right now I use gedit for Drupal development. I like the idea of using an IDE -- in my Java past, I used both Netbeans + Eclipse and liked both. However I can't figure out how to get Netbeans to recognize .module and .install files as PHP files.

Anyone have an idea?

Submitted by aclight@drupal.org on Thu, 2007-12-27 02:43.

There are instructions for doing something very similar.

Just use *.install and *.module instead of *.html.

Submitted by mathews.kyle@dr... on Thu, 2007-12-27 06:08.

That worked aclight.

Thanks!