Indention
danc <[email protected]> Sun, 30 Sep 2007 17:52:04 -0700 (PDT)
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
I just started using netbeans, and so far I'm a big fan of hitting
Ctrl+Shift+f to auto indent.
I need to modify the way netbeans indents though. Ive been messing with
jogl, and need all functions found between glBegin() and glEnd() to be
indented, I have know idea how to go about this.
For example I would like code to automatically do this when I hit
Ctrl+Shift+f
gl.glBegin();
//code
// code
//code
gl.glEnd();
Any advice on how I would go about this?
--
View this message in context: http://www.nabble.com/Indention-tf4545725.html#a12971885
Sent from the Netbeans - UI mailing list archive at Nabble.com.