summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.h
AgeCommit message (Collapse)Author
2014-12-19merge with 3.7.23-releasemaksymsproductengine
2014-10-09Mergedolphin
2014-07-09Merge with 3.7.11-releasedolphin
2014-07-23MAINT-4238 FIXED Accept new types of tokens/delimiters as well as TT_WORDMnikolenko ProductEngine
2014-07-07Merge downstream code and become 3.7.12simon
2014-06-09Greatly simplify LLSyntaxIdLSL:Cinder
* 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
2014-05-12Eliminate updateKeywords()Cinder
2014-05-12STORM-2027 - Fix syntax highlighting on subsequent opening of scripts.Cinder
This could use more refactoring, but it fixes it.
2014-05-07Merge up.Cinder
2014-05-07Code policyCinder
2014-05-07Merge with 3.7.7-releasedolphin
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-07merge changes for 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-18Remove clearHighlights()Cinder
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
2014-03-26storm-1831 Removing the callback after first region crossing. Prevents ↵Ima Mechanique
repeated callbacks after highlighting has been removed for live script.
2014-03-25MAINT-3852 FIXED Use script name in "Save as" dialog.Mnikolenko ProductEngine
2014-03-10Fixed a bug that lost callbacks if > 10 experiences were looked up at a time.dolphin
2014-03-09storm-1831 Fixing identificaton of label for highlighting.Ima Mechanique
2014-03-06storm-1831 Changes in postBuild to use onFileFetchedCallbackIma Mechanique
2013-11-11Renaming initKeywords to better reflect its intended use ↵Ima Mechanique
(onRegionChangeInitialiseKeywords)
2013-11-10Fixing some small discrepencies.Ima Mechanique
2013-11-10Moving keywords code into its own method.Ima 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-25storm-1831 Fixing viewer crash and clean up. No idea why storing the region ↵Ima Mechanique
pointer in mRegion causes crashes, when doing it locally in each method doesn't.
2013-10-21STORM-1831 First attempt at using SyntaxIdLSL capability. (incomplete)Ima Mechanique
2013-09-09merge with viewer-releaseRichard Linden
2013-08-27Mergedolphin
2013-08-21Added new fields to the experience cache.dolphin
Experience profile moved to it's own floater, will probalby be moving again. XP profile displays most data, though the presentation is not final Fixed a bug with the XP selection combobox in the script editor
2013-08-19Added experience association info llsidepaneliteminfo for scripts.dolphin
Changed the cap which looks up a script association to take a object/item id pair instead of a asset id. Updated llpreviewscript to use the new cap (which also improves loading time since it can be done in parallel with the lsltext retrieval).
2013-08-15Move the experience panel to the bottom of the editor floaterdolphin
2013-08-08Simplified the experience panel to only the required elementsdolphin
2013-08-06Checkpoint script editordolphin
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
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
2013-07-24merge up to latest snowstorm integration branchOz Linden
2013-05-21Update experience request to use the new post service.dolphin
2013-05-20Merge with viewer-releasedolphin
2013-05-20WIP check in, testing GetMetadolphin
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-01-29Added a combox to the script editor to select an experience.dolphin
Selected experience is sent with the script when saved. The list of experiences is currently populated with the avatar's current experience, if any.
2012-09-19STORM-1911: Go-to line function for the internal LSL script editorMartinRJ Fayray
2011-11-23Changes to filter out tabs from file load and to test if loading/saving ↵Ima Mechanique
should be allowed.
2011-11-17STORM-1708 Adding ability to save/load scripts from file.Ima Mechanique
2010-12-22STORM-806 FIXED Enabled external editor for inventory scripts.Vadim ProductEngine
Changes: * Moved external editor handling to LLScriptEdCore which is shared between LLLiveLSLEditor (object script editor) and LLPreviewLSL (inventory script editor). * The Edit button is now only enabled when appropriate.
2010-11-13STORM-52 FIXED Made it possible to use an external script editor.Vadim ProductEngine
The editor can be specified: * via "ExternalEditor" setting in settings.xml * via LL_SCRIPT_EDITOR variable Removed obsolete XUIEditor setting in favor of the new one.
2010-09-24VWR-21377 Script editor ctrl-f fix.Kelly Washington
change to better / more consistent naming
2010-09-24VWR-21377 Script editor ctrl-f fix.Kelly Washington
let some LLViews handle shortcut keys if they want. reviewed with ambroff
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden