
Check this out
Most Active Posters
 |
| Alex Lam S.L. |
229 |
| Edson Carlos Erickss |
71 |
| Thomas Kellerer |
65 |
| Wade Chandler |
60 |
| Tom Ball |
52 |
|
 |
|

 |
|
|
 |
 |
User Tasks Module
Tim Lebedkov's User Tasks module is an extension to the NetBeans built-in Tasklist. Tim's module lets you record your own planning tasks. You can add tasks using the "Add Task" action in the editor margin context menu. Tasks have priority, description, date created, last modification date, etc properties. You can choose which properties are visible in the tasklist, and sort by any column. The task list is stored in a standard format (iCal) which can be read by other calendar applications, such as Evolution, Korganizer, and others. You can also export the tasklist to HTML or XML.
Tasks can have an associated file position (filename and line number) or a URL. Then, when you select the "Go to Task" action on the task, the given position is shown in the source editor or a browser window. A task associated with a file will also be shown on the error stripe in the editor.
The User Tasks module can be found on the NetBeans 5.0 Update Center (installation instructions). |
 |
| |
 |
[User Tasks Module Home Page] |
|
 |
 |
 |
 |

 |
|
|
 |
 |
Sandip Chitale's Modules for Java Editing
Sandip Chitale contributed a nice collection of modules that help you write Java code more quickly, powerfully, and efficiently. There are Flash demos available for three of his modules: one for Mark Occurrences and another that shows the Java File Structure and Java Type Hierarchy modules.
Sandip's contributions include:
Line Tools
Move/copy a whole line of text up/down in the editor with a single keystroke.
more info...
Code Template Tools
Code template management per mime type, ${selection}, ${clipboard-content} custom parameters, 36 clipboards implemented as named registers (A-Z and 0-9).
more info...
Camel Case Selection and Movement
Move Caret/Selection sensitive to Java Camel Case syntax identifiers. Quickly create Java parameter/variable (array) declarations of various kinds with Class name derived name of variable/parameter.
more info...
RegExp Highlighter
Highlight regular expressions in editor window. Distinct highlight color for groups in the regular expression.
more info...
Java File Structure
Show pop up structure of a Java File/Type. Shows structure of class/interface of current file as well as type under Caret. Supports filters. Shows JavaDoc.
more info...
Java Type Hierarchy
Show pop up hierarchy of a Java File/Type. Supports hierarchy of class/interface of current Java file as well as type under Caret. Supports filters. Shows JavaDoc.
more info...
Mark Occurrences
Highlight occurrences of declaration of fields, parameters, methods, classes, method returns (normal and exceptional as well as exceptions in throws clause).
more info...
These modules can be found on the NetBeans 5.0 Update Center Beta (installation instructions). |
 |
| |
 |
[Interview with Sandip Chitale] |
|
 |
 |
 |
 |
      |
|
 |