-
Notifications
You must be signed in to change notification settings - Fork 258
Home
bobbylight edited this page Jul 13, 2024
·
21 revisions
This Wiki will hopefully soon be full of stuff to help you get the most out of RSyntaxTextArea.
- Visual Feature Overview
- Code Examples
- A simple Hello World example
- Implementing find and replace
- Setting fonts and color scheme
- Configuring the popup menu
- Adding an "Edit" menu for the editor
- Using code templates
- Developer Documentation
- Design Overview
- Adding Syntax Highlighting for a new Language
- Adding Code Folding for a new Language
- Adding a parser for syntax checking (squiggle-underlining errors)
- Adding Code Completion
- Ligature support
- User Documentation