Back to the roots
Tim Lebedkov <[email protected]> Tue, 09 Dec 2003 19:27:22 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, compiler submodule currently does not use TreeTableView to present build messages. It uses another JTable-based component. I finished the development of this component and in order to make the module more compatible to the other submodules I plan to do something with it. Alternative 1 (I don't have any illusions. It will be probably not accepted.): ------------ - change the tasklist/core to use this new component Alternative 2: ------------- - change the /compiler submodule to use TreeTableView - Petr, Would it be possible to reuse the code from "TODOs" view? I think "Build Messages" view should look similar. FYI: org.netbeans.modules.tasklist.compiler.treetable.TreeTable -------------------------------------------------- 1. It is now ready and implement all features that TreeTableView has (sorting, column hiding, filtering). ( I already informed Tim Boudreau and it could be used to reimplement TreeTableView.) 2. It is faster than TreeTableView (I didn't make any tests. It's just a feeling) 3. It is possible to reoder the first column 4. It is possible to create a complex cell renderer (e.g. java syntax highlighting could be implemented easily) Please tell me what do you think about it! Thank you --Tim