Age | Commit message (Expand) | Author |
2021-02-11 | Improve resource load cache | reduz |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-01-26 | Fix highlight color for class attributes that are also keywords | Lucas Van Mol |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-03 | Switch from recursion to iterative for backfilling colour regions | Paulb23 |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-03 | Merge pull request #41459 from Paulb23/nested_color_regions | Rémi Verschelde |
2020-08-22 | Fix color region end key seach and start key order | Paulb23 |
2020-08-19 | Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx. | SkyJJ |
2020-08-19 | Update POT generation to handle context and plurals | SkyJJ |
2020-08-08 | Fix colour region continuation over blank lines, issue 41120 | Paulb23 |
2020-07-20 | New GDScript tokenizer and parser | George Marques |
2020-07-11 | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 |
2020-07-11 | Expose Syntax highlighter for editor plugins | Paulb23 |
2020-07-11 | Convert syntax highlighters into a resource | Paulb23 |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-05 | Change translation parser plugin API to parse_file() | SkyJJ |
2020-07-02 | Add translation parser plugin support | SkyJJ |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-02 | Tweak the default function definition color when using a dark theme | Hugo Locurcio |
2019-09-28 | Highlight singletons and class_names in GDScript | Bojidar Marinov |
2019-07-08 | Use base `Color()` constructors instead of `Color::html()` | Hugo Locurcio |
2019-05-29 | Merge pull request #28416 from JellyWX/binary-literals | Rémi Verschelde |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-04-25 | Support for binary literals in GDScript. Added an error that shows if a point... | jude-lafitteIII |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-13 | Fix types highlighting outside of function args and var declarations, issues ... | Paulb23 |
2018-09-29 | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde |
2018-09-08 | Fixed scientific notaion not highlighting correctly, issue 21435 | Paulb23 |
2018-07-20 | Add syntax highlighting to type hints | George Marques |
2018-06-13 | Removed duplicate default colours and removed GDScriptHighligher colours from... | Paulb23 |
2018-04-20 | Added GDScript NodePath highlighting | Paulb23 |
2018-04-20 | Added GDScript function definition highlighting | Paulb23 |
2018-04-20 | GDScript highlighter now remembers previous state | Paulb23 |
2018-04-20 | Exclude GDScriptSyntaxHighlighter from non-tool builds | Paulb23 |