JavaFX Plugin - Options Specification
| Document Status | Initial Draft |
This is living document. Some parts of it are still unwritten.
If you are interested in changes in this document you might want to sign to this page RSS feed.
Introduction
The JavaFX Plugin enables you to configure options for its many areas of functionality by means of a standard feature of the NetBeans IDE -
Options window.
Options of a plugin are intended to adjust some general properties that control the look and behavior of the features that are supported by the plugin.
This document specifies the adjust abilities of the JavaFX Plugin.
Options of the JavaFX Plugin
Code Templates Options
| Access: | Options window -> Editor tab -> Code Templates tab -> Language: JavaFX |
| Result: | All the Code Templates defined for the JavaFX language are accessible for modification. |
Initially, the list labeled as Templates: contains the Code Templates predefined by the JavaFX Plugin.
The plugin supports all basic IDE functionality against the Templates: list and its items, including:
- Create a New user-defined Code Template and associate it with an Abbreviation.
- Remove any abbreviation, including a predefined abbreviation.
- Edit Expanded Text associated with any abbreviation, including any predefined abbreviation.
- Edit an Description associated with any abbreviation, including any predefined abbreviation.
- Change the Expand Template On key associated with any abbreviation. You can use the Expand Template On drop-down list to change the key or key combination that is used to expand the abbreviations. By default, abbreviations are expanded when you press Tab. The Expand Template On drop-down list also contains the options of Space, Shift-Space, and Enter.
Fonts and Colors Options
Editor Profile
The plugin supports an IDE paradigm about Editor Profile. A user can switch between profiles to quickly change between saved custom the Fonts and Colors settings in the Editor. Also, a user can define new profiles and save it with a desired name.
All the Fonts and Colors settings are divided into the logical sections: Syntax, Highlighting, Annotation and Diff.
Each section is accessible via own tab in the Options window when the Fonts & Color tab is selected.
Syntax
The tab contains settings for both the Syntax Highlighting Layer and the Semantic Highlighting Layer.
Highlighting
TODO
Annotation
TODO
Diff
TODO