Skip to content

A fast API 2.0 fully customisable text editor written in Xojo.

Notifications You must be signed in to change notification settings

markuswinter/SyntaxArea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

SyntaxArea

A fast API 2.0 fully customisable text editor written in Xojo.

There are several existing options for highlighting code in a text area in a Xojo app but none of them met my requirements:

  1. Fully API 2.0 compliant.
  2. Well documented.
  3. Fast enough to handle documents with hundreds of lines of text.
  4. Able to highlight different syntaxes within the same document (e.g. Xojo code within a code fence in a Markdown document).

SyntaxArea aims to meet all of the above goals.

About

A fast API 2.0 fully customisable text editor written in Xojo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages