WingEditor API
WingEditor provides an API for users who want to customerize their
editing enviroment more. WingEditor API provides the following
capabilies to users,
- An Editor Pane - users can subclass WingEditor's editor Window,
and add users' own Menu Bar and button bar.
- Menu Bar Modification - users can add Menus
to the Menu Bar, disable an exising Menu,
or add Menu Items to an existing Menu.
- Add Languages for Coloring - Users can add a language which
specifies the keywords in the language, WingEditor will color them
same as Java keywords.
- Error Browser - use WingEditor's Error Browser.
For details, please refer the Users' Guide for WingEditor API.