Editor
(Difference between revisions)
(Added view hierarchy) |
(Added antialiasing) |
||
Line 18: | Line 18: | ||
* [[EditorFormattingAPIUpgrade| Editor Formatting API Upgrade]] - Information about migrating modules from the old editor formatting API and infrastructure (Formatter, ExtFormatter, etc) | * [[EditorFormattingAPIUpgrade| Editor Formatting API Upgrade]] - Information about migrating modules from the old editor formatting API and infrastructure (Formatter, ExtFormatter, etc) | ||
* [[EditorViewHierarchy| View Hierarchy]] - Representation of an editor document by hierarchy of Swing views | * [[EditorViewHierarchy| View Hierarchy]] - Representation of an editor document by hierarchy of Swing views | ||
+ | * [[EditorAntialiasing| Antialiasing]] - System properties for detailed control of antialiasing | ||
====Development==== | ====Development==== | ||
* [[ParsingAPI| Parsing API 1-pager]] | * [[ParsingAPI| Parsing API 1-pager]] |
Revision as of 13:04, 19 November 2013
Planning
Documentation
- Programmatic access to Java Sources
- Language Parsing Support
- Editor Developers FAQ
- Java Users Guide
- Schliemann --- abandoned project
- Editor Features Checklist (Or what to think about before implementing a language support in NetBeans)
- Editor Settings Upgrade - Information about migrating modules from the old editor settings infrastructure (BaseOptions, Settings, etc)
- Formatting Settings - Overview of the editor formatting settings concepts, UI customizers, layer registration, etc.
- Document Locking - The ways how to lock the document
- GSF to Parsing & Indexing API Migration - How to migrate GSF-based language plugins to Parsing and Indexing API
- Editor Formatting API Upgrade - Information about migrating modules from the old editor formatting API and infrastructure (Formatter, ExtFormatter, etc)
- View Hierarchy - Representation of an editor document by hierarchy of Swing views
- Antialiasing - System properties for detailed control of antialiasing