summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #76591 from HolonProduction/complete-tweenYuri Sizov2023-12-141-0/+58
|\ \ \
| * | | Autocomplete properties in tween_propertyHolonProduction2023-11-191-0/+58
| | |/ | |/|
* | | Fix regression when autocompleting subscript on get nodeHolonProduction2023-12-131-4/+5
* | | Merge pull request #85196 from HolonProduction/completion-filter-groupsRémi Verschelde2023-12-051-1/+10
|\ \ \
| * | | Filter groups and categories from autocompletionHolonProduction2023-12-041-1/+10
| | |/ | |/|
* / | Improve autocompletion with get_nodeHolonProduction2023-12-041-2/+16
|/ /
* / Codestyle: Fix some comment issuesRémi Verschelde2023-11-211-2/+0
|/
* GDScript: Add autocompletion for static variables accessed via classDanil Alexeev2023-10-111-10/+13
* Highlight doc comments in a different colorDanil Alexeev2023-10-081-0/+4
* GDScript: Fix `native_type` is empty for autoload without scriptDanil Alexeev2023-10-041-1/+7
* GDScript: Improve highlighting of typesDanil Alexeev2023-10-031-0/+6
* Merge pull request #78573 from dalexeev/editor-create-script-class-nameRémi Verschelde2023-09-251-9/+11
|\
| * Editor: Remove unused Class Name field from Create Script dialogDanil Alexeev2023-09-121-9/+11
* | Merge pull request #74995 from dalexeev/gds-r-stringsRémi Verschelde2023-09-201-0/+1
|\ \
| * | GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-111-0/+1
* | | Merge pull request #79366 from dalexeev/gds-signal-info-and-callbackRémi Verschelde2023-09-171-1/+1
|\ \ \ | |_|/ |/| |
| * | Editor: Improve signal callback generationDanil Alexeev2023-09-111-1/+1
| |/
* / Language Server: Improve hovered symbol resolution, fix renaming bugs, implem...BooksBaum2023-09-111-2/+7
|/
* Add coloring for completion of vector componentsYuri Rubinsky2023-08-301-0/+3
* Fix completion option location not foundajreckof2023-08-051-2/+2
* Merge pull request #79935 from dalexeev/gds-validate-node-path-annotationYuri Sizov2023-08-011-3/+15
|\
| * GDScript: Add validation for `@export_node_path` annotation argumentsDanil Alexeev2023-07-261-3/+15
* | Merge pull request #79880 from dalexeev/gds-fix-id-shadowing-belowYuri Sizov2023-07-311-46/+59
|\ \
| * | GDScript: Fix bug with identifier shadowed below in current scopeDanil Alexeev2023-07-261-46/+59
| |/
* / Support threads in the script debuggerJuan Linietsky2023-07-261-22/+32
|/
* Merge pull request #75216 from rune-scape/rune-dependancy-errorsYuri Sizov2023-07-241-2/+14
|\
| * Script editor: Show depended script errorsrune-scape2023-07-241-2/+14
* | Merge pull request #73196 from Vilcrow/fix-lookup-symbolYuri Sizov2023-07-241-5/+5
|\ \ | |/ |/|
| * Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym...S.V.I. Vilcrow2023-07-121-5/+5
* | Fix "Go to definition" for GDScript type hintsBen2023-06-191-0/+28
* | Merge pull request #68311 from RobertMasek/fix-go-to-definitionRémi Verschelde2023-06-181-1/+2
|\ \
| * | Add case for COMPLETION_PROPERTY_METHODRobertMasek2022-11-051-1/+2
* | | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-4/+8
* | | sort code completions with rulesajreckof2023-05-231-7/+8
* | | Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-12/+2
|\ \ \
| * | | Use String.repeat() in more placesVolTer2023-05-011-12/+2
* | | | Add support for static variables in GDScriptGeorge Marques2023-04-271-0/+9
* | | | Merge pull request #76170 from HolonProduction/string-highlightYuri Sizov2023-04-181-0/+1
|\ \ \ \
| * | | | Fix multi-line string highlighting with single quotes.HolonProduction2023-04-171-0/+1
* | | | | Add GDScript template to RichTextEffectRedMser2023-04-181-0/+2
|/ / / /
* | | | GDScript: Misc fixes and improvements for signature generationDanil Alexeev2023-04-071-34/+27
* | | | GDScript: Change parser representation of class extendsDmitrii Maganov2023-03-131-2/+2
* | | | GDScript: Fix autocomplete inside a block with a type test conditionDmitrii Maganov2023-03-091-1/+1
* | | | GDScript: Limit recursion depth for completion functionsGeorge Marques2023-02-201-0/+39
* | | | GDScript: Rework type checkDmitrii Maganov2023-02-171-8/+6
| |_|/ |/| |
* | | Revert "Fixed the jumping to function definition using 'Ctrl+LMB'."Rémi Verschelde2023-02-131-8/+0
* | | Merge pull request #72789 from Vilcrow/fix-jump-to-definitionRémi Verschelde2023-02-071-0/+8
|\ \ \
| * | | Fixed the jumping to function definition using 'Ctrl+LMB'.S.V.I. Vilcrow2023-02-071-0/+8
* | | | Merge pull request #70002 from poohcom1/fix/static-subscript-autocompleteYuri Sizov2023-02-061-17/+19
|\ \ \ \
| * | | | Fix code-completion suggesting non-static memberspoohcom12023-01-161-17/+19