forked from Briefcase/Briefcase
-
Notifications
You must be signed in to change notification settings - Fork 6
Code document
AsherGlick edited this page Feb 8, 2012
·
4 revisions
Home >> Code Document
The code document is still in progress.
You will be able to code with friends using this program with live text hilighting done by javascript functions that can be developed for each application. Because they are javascript you can have hilighters that tokenise the code or even hilighters that parse the code, though most likely those will take longer to calculate
Each line is hilighted individually to prevent javascript from having to chew through the entire document each time a character changes.
For information on the Visual Compiler for the code editor check out Visual Code Document