summaryrefslogtreecommitdiff
path: root/indra/llui/llkeywords.cpp
AgeCommit message (Collapse)Author
2015-09-10MAINT-5619 : Viewer seems to parse LSL syntax file three times, has warningssimon
2014-08-11MAINT-4305 FIXED Viewer sometimes crashes when pasting an invalid character ↵andreykproductengine
into a script. Wrong functions were in use for llwchar type variables.
2014-06-08Fix lsl constant highlighting and sort the if-else chain to parse a little ↵Cinder
quicker
2014-06-08Use a common SyntaxLSL broad tag to make debugging easierCinder
2014-06-08"sections" is apparently unused as well.Cinder
2014-06-04A little more cleanup in LLSyntaxIDLSL and LLKeywordsCinder
2014-06-04STORM-2025: Part 2 - After consulting with Oz, remove subcategories of ↵Cinder
constants and fix highlighting
2014-05-28Half of STORM-2025, fix flow-control highlightingCinder
2014-05-28Don't hardcode black as the default color for syntaxCinder
2014-05-16Remove orphaned LLKeywords methodsCinder
2014-05-14Begin syntax coloring personalizationCinder
2014-05-07Merge up.Cinder
2014-05-07Code policyCinder
2014-05-07correct bad merges from 3.7.7-releaseOz Linden
2014-05-06Let's get started: some code policy cleanup, reference arguments where we ↵Cinder
can, correct spelling
2014-04-18Move some more script editor functions from LLTextEditor to LLScriptEditorCinder
2014-04-16bool not U32Cinder
2014-04-08merge latest changes from ImaOz Linden
2014-03-28strom-1831: Cleaning out commented and unused codeIma Mechanique
2014-03-19logging cleanup in support of debugging text editor problemsOz Linden
2014-03-14merge changes for 3.7.3-releaseOz Linden
2014-03-14STORM-1831 initialize LLKeywords::mLoaded in constructor (fixes ↵Oz Linden
black-on-black text in various places)
2014-03-14correct logging levels (ERR causes a crash), and a minor style fixOz Linden
2014-03-09storm-1831 Fixing identificaton of label for highlighting.Ima Mechanique
2014-03-06storm-1831: Fixing constants not getting highlighted. Fixing ratation ↵Ima Mechanique
constant treated as string. Adding logging of unrecognised token groups.
2014-02-06Adding clear methods to remove any highlighting.Ima Mechanique
2014-02-14More memory cleanup of containers after DeletePairedPointer() usage.simon
2014-02-14[MAINT-3555] Crash in LLPanel::~LLPanel() on shutdownBaker Linden
- Added clear() after DeletePointer() call to hopfully fix this...
2014-01-30minor white-space fixesIma Mechanique
2014-01-15Adding error output for attributes containing MAP or ARRAY elements.Ima Mechanique
2014-01-14Fixing LL_INFOS out put for group colour that previous commit broke.Ima Mechanique
2014-01-14storm-1831 Enabling highlighting of deprecated and god-mode functions.Ima Mechanique
2014-01-14Removing the value "void" from return types and empty argument lists.Ima Mechanique
2014-01-11Correcting int to U32Ima Mechanique
2014-01-04STORM-1831/STORM-2000 Changing LSL syntax schema to contain arguments in an ↵Ima Mechanique
array instead of a map element.
2013-12-17Fixing some BOOL to bool and changing one function to voidIma Mechanique
2013-11-21storm-1831 Cleaning up colour LLSD processing code which is no longer used ↵Ima Mechanique
as colours come from the colors XML file.
2013-11-11Removing no longer used member variable, adding method to reset the mLoaded ↵Ima Mechanique
status
2013-11-10Refactoring load routines to remove uneeded methodsIma Mechanique
2013-11-10storm-1831 Switch to use the llsyntaxid keywords LLSD directlyIma Mechanique
2013-11-09Backed out changeset: e82d9467bec8Ima Mechanique
2013-11-09Adding method to load cached/default syntax file and method to access ↵Ima Mechanique
sKeyWordsXML.
2013-10-21STORM-1831 First attempt at using SyntaxIdLSL capability. (incomplete)Ima Mechanique
2013-10-15Renaming file to better reflect it's actual usage for the future.Ima Mechanique
2013-10-04Merge v3.6.7 inIma Mechanique
2013-06-28Changing the way I commented out functions for later removal. TC doesn't ↵Ima Mechanique
like how I did it before :-(
2013-06-27Moving LSL highlighting colour info into .../skins/default/colors.xml where ↵Ima Mechanique
it makes more sense than its own xml file. Changing other functions to read it.
2013-06-26Merging last four months of developmentIma Mechanique
2013-05-09Merge downstream code and viewer-betasimon
2013-04-19merge changes for DRTVWR-294Oz Linden