Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* Move file fetched callback to the singleton and handle all syntax id changes within the singleton
* Remove a fair number of bool checks and method relying more on callbacks to drive syntax changes.
* Don't pretty print the cache file to conserve space and to speed up xml to llsd parsing
* Clean up includes
|
|
|
|
|
|
This could use more refactoring, but it fixes it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can, correct spelling
|
|
|
|
|
|
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
|
|
repeated callbacks after highlighting has been removed for live script.
|
|
|
|
|
|
|
|
|
|
highlighting if we don't have a valid keywords file.
|
|
|
|
an XML file.
|
|
|
|
unnecessary (loading sorts them).
|
|
|
|
|
|
|
|
Jonathan Yap for spotting it.
|
|
(onRegionChangeInitialiseKeywords)
|
|
|
|
|
|
|
|
|
|
|
|
sKeyWordsXML.
|
|
pointer in mRegion causes crashes, when doing it locally in each method doesn't.
|
|
|
|
|
|
|
|
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
|
|
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
|
|
|
|
|
|
|
|
|