Skip to content

k4rm/ofxCodeEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxCodeEditor

ofxCodeEditor

Add-on for splitting an openframeworks application window to display, edit, and access the content of a real text editor based on Scintilla, and ofxCocoaWindow.

Licensed under the MIT License

Scintilla is a multiplatorm open-source editor : http://www.scintilla.org/ For now, ofxCodeEditor supports only MacOSX (with cocoa glue code), but GTK, and WIN32 support may be added, because Scintilla nativelly support them.

Major features

  • syntax highlighting (many langages supported, and possibilies to add keywords, etc)
  • code folding
  • Very few lines of code to use
  • Ability to load/save file, like any editor around
  • Hightlight lines
  • Scroll editor
  • Notify click on lines
  • Many possibilities based on Scintilla builtins commands: see http://www.scintilla.org/ScintillaDoc.html

About

ofxCodeEditor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published