Thursday, May 15, 2008

Netbeans templating features

While working for Code Editor I am observing how netbeans handle its features. It is quite a powerful tool and I started to discover many new things which I didn't used before. I guess all netbeans lover are already accustomed with it.

As I need to handle those features and implement them from scratch I had to look into more details. Netbeans stores its configurations at Documents and Settings/<user>/.netbeans/<version>/config for windows XP.

The modified templates codes can be found at Templates sub directory. The Code Template is at
Editors/text/<language>/Code Templates/


Need to implement those features. I shall also create some utility to convert code templates of various editors.


1 comments:

Chhandomay said...

Hi Ataul,

FYI -- there is a student reviews contest going on at Sun for NetBeans 6.1 (and OpenSolaris 2008.5). Check out the details at http://www.sun.com/student_reviews.

You can submit this (and additional posts) to be considered for the prizes.

Deadline is June 6.

Thanks.

Post a Comment