summaryrefslogtreecommitdiff
path: root/indra/llui/llkeywords.cpp
AgeCommit message (Expand)Author
2026-03-31#5572 Fix overlapping segment ops for namespaced SLua keywordsAndrey Lihatskiy
2026-01-15#5278 Reuse average segment length heuristicAndrey Lihatskiy
2026-01-15#5278 Reduce reallocsAndrey Lihatskiy
2026-01-15#5278 Skip per-char scan when highlighting is disabledAndrey Lihatskiy
2026-01-15#5278 Async syntax apply in slices to avoid UI stallsAndrey Lihatskiy
2026-01-15#5278 Move syntax tokenization off UI thread; apply results on main threadAndrey Lihatskiy
2026-01-12#3537 Optimize LLKeywords token scanning with first-char indexesAndrey Lihatskiy
2026-01-07Simplify `--[[` Lua comment syntax highlightingHarold Cindy
2025-05-28Merge branch 'main' into marchcat/slua-editor-mergeAndrey Lihatskiy
2025-05-07Add "ScriptEditorDisableSyntaxHighlight" debug settingAndrey Lihatskiy
2025-04-18Optimize LLKeywords: few small improvementsAndrey Lihatskiy
2025-04-18Clean up LLUI and fix/add suggestions from VS (#2746)Ansariel Hiller
2025-04-15Optimize LLKeywords: pre-compile regex patternsAndrey Lihatskiy
2025-04-02#3800 Add support for interpolated stringsAndrey Lihatskiy
2025-03-31#3800 Add support for single-quoted stringsAndrey Lihatskiy
2025-03-31#3800 Use range-based for loop for regex token iterationAndrey Lihatskiy
2025-03-31#3800 Use regex to support multi-line strings and nested commentsAndrey Lihatskiy
2025-03-08#3422 Improve handling of Lua functionsAndrey Lihatskiy
2025-02-25#3422 Better handling of Lua syntaxAndrey Lihatskiy
2025-02-11#3422 Process Lua-style commentsAndrey Lihatskiy
2025-02-11#3422 Fix two-sided delimiter tail processingAndrey Lihatskiy
2024-08-05macOS build fix attemptRye Mutt
2024-08-04Fix various issues with ui elements not updating colors dynamicallyRye Mutt
2024-07-08Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and...Ansariel
2024-07-02Reduce string temporaries from LLTabContainer, LLMenuGL, LLLayoutStack, and L...Rye Mutt
2024-06-10Fix incorrect use of VX/VY/VZ/VW indices when color components are accessedAnsariel
2024-06-01Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible...Ansariel
2024-05-22Fix line endlingsAnsariel
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2024-04-11Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-m...Ansariel
2024-02-21Convert BOOL to bool in lluiAnsariel
2023-08-02SL-19982 Update font for menu items; show object's name in lsl editorMnikolenko Productengine
2023-08-01SL-19982 Adjustable font size in LSL editorMnikolenko Productengine
2016-03-07merge DRTVWR-398 build cleanup fixesOz Linden
2016-01-15merge changes for 4.0.1-releaseOz Linden
2016-01-15merge changes for 4.0.1-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-10MAINT-5619 : Viewer seems to parse LSL syntax file three times, has warningssimon
2014-12-19merge changes for 3.7.23Oz Linden
2014-11-20STORM-2086 Convert old style llinfos and llwarns to new formatJonathan Yap
2014-08-11MAINT-4305 FIXED Viewer sometimes crashes when pasting an invalid character i...andreykproductengine
2014-06-08Fix lsl constant highlighting and sort the if-else chain to parse a little qu...Cinder
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 consta...Cinder
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