summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in gdscript_parser.h and gdscript_translation_parser_plugin.cppryanabx2023-10-231-1/+1
* Code Editor: Fix regression with using doc comments for code regionsDanil Alexeev2023-10-131-0/+2
* Merge pull request #83049 from dalexeev/gds-docgen-fix-return-metatype-regres...Rémi Verschelde2023-10-101-1/+2
|\
| * GDScript DocGen: Fix regression with return metatypesDanil Alexeev2023-10-091-1/+2
* | Highlight doc comments in a different colorDanil Alexeev2023-10-081-3/+13
|/
* Merge pull request #82326 from adeneve/gdscript_dict_highlighter_fixRémi Verschelde2023-10-051-11/+25
|\
| * Fix for gdscript_highlighter dictionaries as argumentsAndrew de Neve2023-10-051-11/+25
* | Merge pull request #82067 from dalexeev/gds-docgen-fix-metatypes-and-valuesRémi Verschelde2023-10-052-12/+124
|\ \
| * | GDScript DocGen: Fix and improve appearance of metatypes and valuesDanil Alexeev2023-09-212-12/+124
| |/
* | GDScript: Improve highlighting of typesDanil Alexeev2023-10-031-7/+15
* | Merge pull request #78573 from dalexeev/editor-create-script-class-nameRémi Verschelde2023-09-258-13/+19
|\ \ | |/ |/|
| * Editor: Remove unused Class Name field from Create Script dialogDanil Alexeev2023-09-128-13/+19
* | Merge pull request #74995 from dalexeev/gds-r-stringsRémi Verschelde2023-09-202-8/+36
|\ \
| * | GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-112-8/+36
| |/
* / GDScript: Fix POT generator crash on assignee with indexDanil Alexeev2023-09-141-3/+8
|/
* GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-3/+6
* Fix highlighting of hex numbers with separatorsMewPurPur2023-08-281-3/+3
* GDScript: Improve DocGenDanil Alexeev2023-08-191-70/+123
* GDScript: Highlight comment markers (`TODO`, `FIXME`, etc.)Danil Alexeev2023-08-072-35/+119
* Merge pull request #80020 from dalexeev/gds-pot-gen-const-stringYuri Sizov2023-08-012-55/+62
|\
| * GDScript: Add constant string support for POT generatorDanil Alexeev2023-07-292-55/+62
* | GDScript: Add `@deprecated` and `@experimental` doc comment tagsDanil Alexeev2023-07-081-13/+31
|/
* Fix regression with enum descriptions now showing up in documentation.ocean (they/them)2023-07-021-1/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-155-2/+8
* Fix extraction of chained tr() callsHaoyu Qiu2023-05-271-0/+8
* Dump API docs from inline GDScript comments using --doctool --gdscript-docs PATHDavid Snopek2023-05-081-0/+1
* Improve and fix GDScript documentation generation & behaviorocean (they/them)2023-04-212-0/+313
* Add GDScript template to RichTextEffectRedMser2023-04-181-0/+17
* Make GDScript number highlighting stricterVolTer2023-03-011-5/+15
* Allow unicode identifier in GDScript syntax highlighterHaoyu Qiu2023-01-291-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* Stop highlighting node refs if they are invalid identifiersVolTer2023-01-031-16/+17
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* GDScript: fix highlighting '.' after global class nameRune2022-10-112-11/+15
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+6
* Fix more highlighting bugsVolTer2022-10-021-26/+35
* Merge pull request #65074 from MewPurPur/booleans-highlighting-fixRémi Verschelde2022-09-271-27/+25
|\
| * Add missing values to binary operator highlighter check exceptionsVolTer2022-08-311-27/+25
* | Fixed a case for global function highlightingVolTer2022-08-311-3/+13
|/
* Follow-up fixes to number highlightingVolTer2022-08-291-14/+15
* Merge pull request #65003 from MewPurPur/fix-number-coloringRémi Verschelde2022-08-291-50/+56
|\
| * Fix number highlightingVolTer2022-08-291-50/+56
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-4/+4
|\ \ | |/ |/|
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-4/+4
* | Merge pull request #64651 from MewPurPur/fix-globalfunc-highlightingRémi Verschelde2022-08-272-3/+31
|\ \ | |/ |/|
| * Added highlighting color for GDScript and GlobalScope functionsVolTer2022-08-252-3/+31
* | Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-262-2/+2
* | Tweaked StringName highlighting colorVolTer2022-08-251-2/+2
|/
* Replace Array return types with TypedArraykobewi2022-08-222-3/+3