Skip to content
Robert Futrell edited this page Apr 11, 2015 · 21 revisions

This Wiki will hopefully soon be full of stuff to help you get the most out of RSyntaxTextArea.

Contents

  • Examples
    • A simple [Hello World](wiki/Hello, RSyntaxTextArea) example
    • Using [code templates](wiki/examples/Code Templates)
  • Developer Documentation
    • [Design Overview](wiki/Design Overview)
    • [Adding Syntax Highlighting for a new Language](wiki/Adding Syntax Highlighting for a new Language)
    • [Adding Code Folding for a new Language](wiki/Adding Code Folding for a new Language)
    • Adding a parser for syntax checking (squiggle-underlining errors)
    • Adding Code Completion