-
Notifications
You must be signed in to change notification settings - Fork 258
Home
bobbylight edited this page Sep 5, 2021
·
21 revisions
This Wiki will hopefully soon be full of stuff to help you get the most out of RSyntaxTextArea.
- 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
- User Documentation