summaryrefslogtreecommitdiff
path: root/modules/gdscript/editor
AgeCommit message (Expand)Author
2022-05-27GDScript: Support `%` in shorthand for `get_node`George Marques
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-03-28Refactor GDScript/C# script templates logic to be editor-onlyRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
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-07-15Misc cleanup of header includesRémi Verschelde
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-02-11Improve resource load cachereduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-26Fix highlight color for class attributes that are also keywordsLucas Van Mol
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
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-09-03Merge pull request #41459 from Paulb23/nested_color_regionsRémi Verschelde
2020-08-22Fix color region end key seach and start key orderPaulb23
2020-08-19Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ
2020-08-19Update POT generation to handle context and pluralsSkyJJ
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-07-10Add override keywords.Marcel Admiraal
2020-07-05Change translation parser plugin API to parse_file()SkyJJ
2020-07-02Add translation parser plugin supportSkyJJ
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