EditorPlan610
(→Performance) |
|||
Line 11: | Line 11: | ||
* Find Usages for methods (relates to Call Hierarchy too) | * Find Usages for methods (relates to Call Hierarchy too) | ||
* Mimetype registration for actions and plugins | * Mimetype registration for actions and plugins | ||
- | * Lower the editor memory footprint by removing the old Syntax (the former version of lexer) - this work mainly includes isolating and deprecating the old formatter API/SPI ({{iz|120357}}), finishing Typing Hooks SPI ({{iz|152655}}) and rewriting the existing java indenter | + | * Lower the editor memory footprint by removing the old Syntax (the former version of lexer) - this work mainly includes isolating and deprecating the old formatter API/SPI ({{iz|120357}}), finishing Typing Hooks SPI ({{iz|152655}}) and rewriting the existing java indenter '''(Vita)''' |
=New features= | =New features= |
Revision as of 11:28, 30 June 2010
Contents |
Planning for NetBeans 6.9 (JET Team)
Performance
- Use data from old index while indexing is running (where possible)
- Find Usages for methods (relates to Call Hierarchy too)
- Mimetype registration for actions and plugins
- Lower the editor memory footprint by removing the old Syntax (the former version of lexer) - this work mainly includes isolating and deprecating the old formatter API/SPI (Issue 120357), finishing Typing Hooks SPI (Issue 152655) and rewriting the existing java indenter (Vita)
New features
View hierarchy
Issue 121357 New View Hierarchy (Mila)
Current list of problems (linewrap status)
Performance tests - add a link here
Word Wrap
Issue 89894 Add word wrap for text files (Mila) --- top voted ENH.
Invisible characters
Issue 4619 Editor should allow you to view non-visible characters such as tabs, spaces, carriage returns, and EOF. (3rd top voted ENH). (Mila)
JDK 7 features
Work started in http://hg.netbeans.org/jdk7 with builds available here http://bertram.netbeans.org/hudson/job/jdk7/ . For more info see Java_EditorJDK7.
Coin
http://openjdk.java.net/projects/coin/ http://wikis.sun.com/display/ProjectCoin/2009ProposalsTOC
JSR 308
http://openjdk.java.net/projects/type-annotations/ Seems to be implemented in the JDK7 code base (???)
JNLP and WebStart improvements
Issue 181260 Do not add Class-Path attribute into applet jar
Issue 181261 Provide a way to mark JNLP jars as eager or lazy.
Issue 181262 Add "indexMetaInf" attribute into jar task
Issue 181263 Provide UI to manage certificates to sign the JNLP application
Issue 181264 Add more sophisticated customizer of VM options
Issue 181265 Add filter warnings possibility into the output window
Misc Features
General Infrastructure Improvements
Issue 135492 Simplify Coloring Profiles creation (Vita)
Issue 177866 CSL SPI for allowing clients to register their own "navigator views"
Issue 170281 API for declaring item in Navigator to collapsed/expanded as default