Editor
(Difference between revisions)
(→Documentation) |
(→Planning) |
||
(4 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
====Planning==== | ====Planning==== | ||
- | + | * [[EditorPlan82| Editor Plan 8.2]] | |
* [[EditorPlan69| Editor Plan 6.9]] | * [[EditorPlan69| Editor Plan 6.9]] | ||
* [[EditorPlan68| Editor Plan 6.8]] | * [[EditorPlan68| Editor Plan 6.8]] | ||
Line 16: | Line 16: | ||
* [[EditorDocumentLocking| Document Locking]] - The ways how to lock the document | * [[EditorDocumentLocking| Document Locking]] - The ways how to lock the document | ||
* [[GsfToParsingAndIndexingApiMigration| GSF to Parsing & Indexing API Migration]] - How to migrate GSF-based language plugins to Parsing and Indexing API | * [[GsfToParsingAndIndexingApiMigration| GSF to Parsing & Indexing API Migration]] - How to migrate GSF-based language plugins to Parsing and Indexing API | ||
+ | * [[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 | ||
+ | * [[EditorAntialiasing| Antialiasing]] - System properties for detailed control of antialiasing | ||
+ | * [[EditorShowDocumentLockingThreads| Show Document Locking Threads]] - Patch jars for troubleshooting NetBeans hang | ||
====Development==== | ====Development==== | ||
* [[ParsingAPI| Parsing API 1-pager]] | * [[ParsingAPI| Parsing API 1-pager]] |
Current revision as of 10:29, 21 December 2015
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
- Show Document Locking Threads - Patch jars for troubleshooting NetBeans hang