summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/script_editor.xml
AgeCommit message (Collapse)Author
2014-05-14Begin syntax coloring personalizationCinder
2014-04-18Move some more script editor functions from LLTextEditor to LLScriptEditorCinder
2014-04-18Begin moving script editor portions of LLTextEditor to their own derived class.Cinder
This should fix the run off segment bugs by not overriding LLTextBase::clearSegments() in LLTextEditor TODO: Move the rest of the script stuff out of LLTextEditor for simplicity sake