EditorPlanNext
Disclaimer: The content of this NetBeans development wiki page is intended for pre-planning purposes ONLY. The development, release, and timing of any feature or functionality described here should not be treated as final, and is subject to change at any time at the sole discretion of Oracle. For information about NetBeans software releases please visit the NetBeans Roadmap.
Plan for the upcoming release is here: EditorPlan80. This page serves as placeholder for items for future releases.
Contents
|
Features for future releases
More Hints
Competitive
OSGi bundles support
The main question here whether we want to support bundles without using Maven. If so the following would have to be implemented:
OSGi bundle project type
Platform manager changes
Library Manager
Debugger, Profiler
Handled by the respective teams --- but almost no changes required there.
Dependency Viewer
From Maven.
Refactoring
Top voted NetCat Issue 224692 [73cat] Improved rename refactoring for class name changes
Top voted Issue 186206 Should be possible to refactor method return type
Top voted Issue 144546 Remember settings in Encapsulate Fields Dialog
Issue 134295 Delete Dialog should remember last settings
Issue 199161 need to be able to set defaults for 'Find Usages' dialog et. al.
Issue 220834 [Pull-up method] Should add @Override
Issue 212995 Inspect and transform error list is not "linked" to files
Issue 211524 Ctrl-R to invoke ActionProvider.COMMAND_RENAME when context is a Project
Issue 209778 Refactoring operations not properly labeled in local history
Issue 204051 [71cat] enhance rename refactoring
Issue 198479 Missing obvious refactoring for Multiple top-level classes in file hint
Issue 72059 [50cat] Make Static , make the current selected method static and perform all requiered changes to source codes
Issue 211719 Inline only selected method call
Issue 211621 Update the member selection table of Extract, Pull Up and Push Down
Issue 211351 "Extract Class" and "Move method" refactor options.
Issue 205064 Refactor>>Extract Superclass>>Make Abstract -Should Add @Override to Methods in Subclass
Issue 199457 Display refactored Method in Popup when 'Introduce Method' is used
Issue 165579 Refactoring of loop labels doesn't work
Issue 152018 [rename] No warning when renaming generics to exisint one
Issue 136259 Add option "Find Concrete Subtypes Only" to "Find Usages"
More refactorings
Replace Temp with Query
Extract Method Object
Introduce Parameter Object
Issue 72059 Make Method Class Static
Issue 55762, Issue 56726 Generify
Copy Clone Move
Move: Issue 154900
Issue 57715 Replace Method Code Duplicates
Performance
- Find Usages for methods (relates to Call Hierarchy too)
- Mimetype registration for actions and plugins
Stabilize editor APIs
Issue 130487 Provide replacements for API/SPIs from org.netbeans.editor (Mila,Vita)
Issue 130488 Provide better supports for particular editor API/SPIs (Mila,Vita)
(B) Issue 120357 Rework and stabilize Indentation API - this in particular means to (Vita 5)
- isolate old formatting API to a deprecated autoload module (in progress)
- cleanup GSF formatting related API
- improve the new API, documentation, usecases, etc.
(B) Issue 102406 Stop using and deprecate Syntax (Vita 10)
- get rid of Syntax based java indenter
- rewrite or make Marian Petras to lexerify properties module
- isolate all Syntax related classes to a deprecated autoload module
Make Parsing and Indexing API stable (??)
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
PelMel (?)
http://kenai.com/projects/pelmel
- extended support for closure-like anonymous innerclasses (anonymous innerclasses with one method):
- folding of the anonymous innerclass class into a closure-like format
- code completion shows a closure-like entry when possible, that generates the appropriate anonymous innerclass
- folding of constructor and method type parameters
Integrated search (???)
We have many issues with Search dialogs (details) We should work on integration of those features: Find, Replace, Find in Projects, Replace in Projects, Find Usages
Misc Features
Issue 105927 Support for Class-Path attribute in manifest (Tomas 5)
Issue 174506 Run File for any java file with main methods should accept command line parameters (Tomas 3)
Various fixes/improvements in indexing (eg. Issue 170521, Issue 177511, Issue 170939, Issue 176271, Issue 159756, Issue 170915, etc.) (Vita 10) (Tomas 5)
Top Voted Enhancements
Paste Formatted improvements
Issue 122100 Analyze framework (tool for static analysis) (Honza P., Honza L.)
Issue 60941 Javadoc Formatter (Honza P. 7)
(E) Issue 152749 Scanning of sources and compiling should be removed (Scan On Demand) (Vita 5 (evaluation))
Issue 47507 Transitively required libraries not automatically added to runtime classpath
General Infrastructure Improvements
Issue 135492 Simplify Coloring Profiles creation (Vita)
Usability Improvements
Issue 138794 - Redesign "Javadoc Index Search" GUI
Issue 164601 Expansions improvements
Quality Feedback
- Dusan
- Issue 74806 Code completion for method/variable/class names should offer used but undeclared identifiers
- Couple of simple changes in code completion:
- Issue 75503 Cross deprecated constructors in pop-up menu invoked by Ctrl-P
- Issue 80733 Ctrl-P should work for generics type parameters
- Issue 96008 Use simple name for inner classes
- Issue 112742 Simple return value for methods returning wildcard generic
- Mila
- Issue 86511 Create syntax coloring guide for Lexer
- Issue 122856 Eliminate non-read/write-locked use of TokenHierarchy's methods
- Issue 150197 Switch off Lexer's Token Hierarchy during formatting
- Max
- There was also an idea of hardcoding lists of the most common shortcut that are used by various OSes and to warn a user when they try to assign them to Netbeans actions.
- Issue 133145 - Surround with try-catch needs user options
- Issue 131873 - "add parameter to constructor" hint
- Issue 148751 - Provide change type hint when there are incompatible generic type