EditorPlan69
(→CSL) |
(→CSL) |
||
Line 98: | Line 98: | ||
The following enhancements are required in CSL: | The following enhancements are required in CSL: | ||
+ | |||
{{iz|166451}} Strip trailing spaces on file save - add more customization | {{iz|166451}} Strip trailing spaces on file save - add more customization | ||
Revision as of 13:02, 2 December 2009
Contents |
Planning for NetBeans 6.9 (JET Team)
Features for 6.9
View hierarchy
Issue 121357 New View Hierarchy (Mila 20)
Word Wrap
Issue 89894 Add word wrap for text files (Mila 10) --- 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 5)
Rectangular tools
Issue 13857 Cutting/Copying vertical blocks of text: Rectangular Edit Tools (Vita 10)
New applet support and JNLP
Improve support for Applets (JDK 1.6u10) Issue 81678 (Tomas)
Spellchecker
Integrate (in contrib now) (Hanz 10)
Stack trace analyzer
Integrate (in contrib now) (Hanz 5)
SQL in Strings
(Jirka Rechtacek ???)
PelMel
http://kenai.com/projects/pelmel
- support for URLs in the editor (Ctrl-click works on URLs) (Lahoda 1(done)+1)
- Go to Implementation action for Java (Lahoda 5(done)+2)
More Hints
From IDEA, Eclipse
From IDEA TODO: fill the list here
- Hint 1
- Hint 2
Jackpot 3.0 for the hints work
http://kenai.com/projects/jackpot30
Annotations support
- Issue 111063 Support JSR 269 (annotation processors)
- Issue 111065 Support Annotation Processors in Java Editor
- Issue 111292 Use code completion hints supplied by annotation processors
- Issue 111293 Editor should run annotation processors and display their messages
- Issue 111294 Editor should run annotation processors and be aware of generated classes
- Issue 111080 Minimal Support for Annotation Processing related javac options
- Issue 111065 Support Annotation Processors in Java Editor
Something is already here http://kenai.com/projects/pelmel/pages/AnnotationProcessors
Refactoring
New Refactorings
- Generify
- Replace Temp with Query
- Extract Method Object
- Introduce Parameter Object
- Invert Boolean
- Copy Clone Move
- Make Method Class Static
- IntroduceFactory
- Inline Method/Variable
- Beans Refactoring Integration
Performance
- Find Usages for methods (relates to Call Hierarchy too)
- Mimetype registration for actions and plugins
Misc Features
Issue 105927 Support for Class-Path attribute in manifest (Tomas)
Issue 177163 Support top level directory import (Tomas)
Issue 170252 Support for Groovy unit testing (Tomas)
Issue 46863 Permit library names to contain spaces (Tomas)
Issue 174506 Run File for any java file with main methods should accept command line parameters (Tomas)
Issue 59336 Allow to return a component from Annotation (Vita)
CSL
The following enhancements are required in CSL:
Issue 166451 Strip trailing spaces on file save - add more customization
Issue 170281 API for declaring item in Navigator to collapsed/expanded as default
Issue 177866 CSL SPI for allowing clients to register their own "navigator views"
Platform/Text
Issue 176506 Improve support for asynchronous editor pane getter to avoid slowness