summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor
Commit message (Expand)AuthorAgeFilesLines
* Fix EditorScenePostImport templates for C#Raul Santos2022-06-161-3/+1
* Merge pull request #61486 from jtnicholl/import_script_templatesRémi Verschelde2022-06-152-0/+18
|\
| * Add script templates for EditorScenePostImportJonathan Nicholl2022-06-152-0/+18
* | GDScript: Support `%` in shorthand for `get_node`George Marques2022-05-271-2/+2
|/
* Add a new HashSet templatereduz2022-05-201-4/+4
* Replace most uses of Map by HashMapreduz2022-05-162-5/+5
* Add a new HashMap implementationreduz2022-05-121-3/+2
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Refactor GDScript/C# script templates logic to be editor-onlyRémi Verschelde2022-03-288-0/+166
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-16/+4
* String: Add contains().Anilforextra2022-02-041-1/+1
* Improvments for SyntaxHighlightersPaulb232022-01-152-23/+74
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Improve GDScript Editor and Improve latencyGordon MacPherson2021-09-212-6/+6
* Use OrderedHashMap for autoloads to preserve orderLyuma2021-08-261-3/+3
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-222-2/+2
* 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
* Misc cleanup of header includesRémi Verschelde2021-07-151-1/+0
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Highlight annotations in the GDScript syntax highlighterHugo Locurcio2021-06-062-3/+23
* 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
* Improve resource load cachereduz2021-02-111-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-2/+2
* Fix highlight color for class attributes that are also keywordsLucas Van Mol2021-01-261-6/+8
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* 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
* Merge pull request #41459 from Paulb23/nested_color_regionsRémi Verschelde2020-09-031-13/+17
|\
| * Fix color region end key seach and start key orderPaulb232020-08-221-13/+17
* | Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ2020-08-192-134/+301
* | Update POT generation to handle context and pluralsSkyJJ2020-08-192-5/+51
|/
* 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-112-82/+290
* Expose Syntax highlighter for editor pluginsPaulb232020-07-112-7/+11
* Convert syntax highlighters into a resourcePaulb232020-07-112-36/+35
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Change translation parser plugin API to parse_file()SkyJJ2020-07-052-31/+7
* Add translation parser plugin supportSkyJJ2020-07-022-0/+235
* 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