summaryrefslogtreecommitdiff
path: root/indra/newview/llscripteditor.h
AgeCommit message (Collapse)Author
2014-06-20STORM-2035 - Invert the background color in script editors for highlighting ↵Cinder
sections. Since the background color can be changed by the user, this ensures distinctive highlighting
2014-05-14Refactor more script editor properties away from LLTextEditor to LLScriptEditorCinder
2014-05-13STORM-2028 - Show context menu in script editorCinder
2014-04-18Move some more script editor functions from LLTextEditor to LLScriptEditorCinder
2014-04-18Trivial typo fixCinder
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