summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor/gdscript_highlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve GDScript Editor and Improve latencyGordon MacPherson2021-09-211-4/+4
* Use OrderedHashMap for autoloads to preserve orderLyuma2021-08-261-3/+3
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-1/+1
* Remove underscore hacksMax Hilbrunner2021-08-171-5/+1
* Reorganise text editor settingsPaulb232021-08-161-22/+22
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-8/+8
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-19/+17
* Optimize StringName usagereduz2021-07-181-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Highlight annotations in the GDScript syntax highlighterHugo Locurcio2021-06-061-3/+21
* Rename the bundled text editor themes for consistency with themesHugo Locurcio2021-05-311-2/+2
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-1/+6
* Fix highlight color for class attributes that are also keywordsLucas Van Mol2021-01-261-6/+8
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Switch from recursion to iterative for backfilling colour regionsPaulb232020-10-031-0/+7
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-5/+5
* Fix color region end key seach and start key orderPaulb232020-08-221-13/+17
* Fix colour region continuation over blank lines, issue 41120Paulb232020-08-081-0/+4
* New GDScript tokenizer and parserGeorge Marques2020-07-201-2/+2
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-79/+272
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-2/+4
* Convert syntax highlighters into a resourcePaulb232020-07-111-33/+32
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-5/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Tweak the default function definition color when using a dark themeHugo Locurcio2019-10-021-10/+18
* Highlight singletons and class_names in GDScriptBojidar Marinov2019-09-281-1/+1
* Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio2019-07-081-2/+2
* Merge pull request #28416 from JellyWX/binary-literalsRémi Verschelde2019-05-291-1/+18
|\
| * Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII2019-04-251-1/+18
* | added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix types highlighting outside of function args and var declarations, issues ...Paulb232018-10-131-4/+14
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-4/+0
* Fixed scientific notaion not highlighting correctly, issue 21435Paulb232018-09-081-2/+2
* Add syntax highlighting to type hintsGeorge Marques2018-07-201-0/+30
* Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb232018-06-131-2/+18
* Added GDScript NodePath highlightingPaulb232018-04-201-1/+12
* Added GDScript function definition highlightingPaulb232018-04-201-1/+10
* GDScript highlighter now remembers previous statePaulb232018-04-201-6/+45
* Exclude GDScriptSyntaxHighlighter from non-tool buildsPaulb232018-04-201-0/+262