summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | GDScript: Better handling of `@rpc` annotation and autocompletionDanil Alexeev2023-02-051-0/+9
| |/ / / |/| | |
* | | | Fix crash in gdscript when autocompleting virtual function and signature does...Eric M2023-02-021-11/+13
* | | | GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-251-0/+3
| |/ / |/| |
* | | Merge pull request #69970 from poohcom1/fix/autocomplete-custom-classGeorge Marques2023-01-161-0/+8
|\ \ \ | |/ / |/| |
| * | Add identifier completion for custom classes.poohcom12023-01-161-0/+8
* | | Fix GDScript script templates to use a PascalCase style for `_CLASS_`Yuri Rubinsky2023-01-141-1/+1
* | | Assorted enum and native type fixesocean (they/them)2023-01-091-6/+13
* | | Force double quotes for NodePaths with apostrophesjordi2023-01-071-1/+3
* | | Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov2023-01-061-13/+13
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | | Remove unused code paragraph from gdscript_editor.cpp/complete_codeYuri Rubinsky2022-12-221-10/+0
|/ /
* | Fix autocomplete on functions returning variantspoohcom12022-12-111-4/+5
* | Fix autocomplete crash as it would infinite loopAdam Scott2022-12-081-1/+1
* | Fix lookup to docs for variables initialized with `get_node`Yuri Rubinsky2022-12-071-2/+5
* | Fix completion for the raw `get_node` callYuri Rubinsky2022-12-061-35/+47
* | Fix lookup code to pass functions with the same name as built-insYuri Rubinsky2022-11-281-11/+15
* | Fix GDScript completion crashYuri Rubinsky2022-11-211-1/+1
* | Fix completion popup for the variables created with `get_node` callYuri Rubinsky2022-11-141-61/+63
* | Merge pull request #65712 from Chaosus/gds_fix_completionRémi Verschelde2022-11-141-1/+55
|\ \
| * | Fix completion for variables initialized by `get_node` callYuri Rubinsky2022-09-121-1/+55
* | | GDScript compiler subclass bugfixesRune2022-11-131-2/+3
| |/ |/|
* | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-14/+14
* | Fix outdated keywords autocompletionVolTer2022-10-061-3/+3
* | Fix hide_slider vs no_slider inconsistency in editor property codeAaron Franke2022-10-031-1/+1
|/
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-1/+1
* Fix action name completion for `Input`Haoyu Qiu2022-08-151-2/+7
* Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_typeRémi Verschelde2022-08-101-1/+5
|\
| * Fixed incorrect type display of function argument in GDScript editor tooltipsXwdit2022-08-101-1/+5