Slashdot Mirror


User: JamesIArmes

JamesIArmes's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Good recommendations for Drupal? on What Free IDE Do You Use? · · Score: 1

    I use NetBeans for all of my Drupal coding. Granted it doesn't have word wrap, but there is a Drupal plugin that may help with your situation. Check it out at http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=10859. I also keep all of my lines below 80 chars so that it doesn't go past the print margin, even if it means having to separate part of a string with the concat operator (.). This makes it easier for me to read and maintain, and gets rid of the word wrapping issue.