summaryrefslogtreecommitdiff
path: root/modules/gdscript/editor/gdscript_highlighter.cpp
AgeCommit message (Expand)Author
2022-02-04String: Add contains().Anilforextra
2022-01-15Improvments for SyntaxHighlightersPaulb23
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-09-21Improve GDScript Editor and Improve latencyGordon MacPherson
2021-08-26Use OrderedHashMap for autoloads to preserve orderLyuma
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-17Remove underscore hacksMax Hilbrunner
2021-08-16Reorganise text editor settingsPaulb23
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-06Highlight annotations in the GDScript syntax highlighterHugo Locurcio
2021-05-31Rename the bundled text editor themes for consistency with themesHugo Locurcio
2021-05-05Highlight control flow keywords with a different colorHugo Locurcio
2021-01-26Fix highlight color for class attributes that are also keywordsLucas Van Mol
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-10-03Switch from recursion to iterative for backfilling colour regionsPaulb23
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-22Fix color region end key seach and start key orderPaulb23
2020-08-08Fix colour region continuation over blank lines, issue 41120Paulb23
2020-07-20New GDScript tokenizer and parserGeorge Marques
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Expose Syntax highlighter for editor pluginsPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-02Tweak the default function definition color when using a dark themeHugo Locurcio
2019-09-28Highlight singletons and class_names in GDScriptBojidar Marinov
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-05-29Merge pull request #28416 from JellyWX/binary-literalsRémi Verschelde
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-04-25Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-13Fix types highlighting outside of function args and var declarations, issues ...Paulb23
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-08Fixed scientific notaion not highlighting correctly, issue 21435Paulb23
2018-07-20Add syntax highlighting to type hintsGeorge Marques
2018-06-13Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb23
2018-04-20Added GDScript NodePath highlightingPaulb23
2018-04-20Added GDScript function definition highlightingPaulb23
2018-04-20GDScript highlighter now remembers previous statePaulb23
2018-04-20Exclude GDScriptSyntaxHighlighter from non-tool buildsPaulb23