summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_editor.cpp
AgeCommit message (Expand)Author
2023-01-16Merge pull request #69970 from poohcom1/fix/autocomplete-custom-classGeorge Marques
2023-01-16Add identifier completion for custom classes.poohcom1
2023-01-14Fix GDScript script templates to use a PascalCase style for `_CLASS_`Yuri Rubinsky
2023-01-09Assorted enum and native type fixesocean (they/them)
2023-01-07Force double quotes for NodePaths with apostrophesjordi
2023-01-06Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-22Remove unused code paragraph from gdscript_editor.cpp/complete_codeYuri Rubinsky
2022-12-11Fix autocomplete on functions returning variantspoohcom1
2022-12-08Fix autocomplete crash as it would infinite loopAdam Scott
2022-12-07Fix lookup to docs for variables initialized with `get_node`Yuri Rubinsky
2022-12-06Fix completion for the raw `get_node` callYuri Rubinsky
2022-11-28Fix lookup code to pass functions with the same name as built-insYuri Rubinsky
2022-11-21Fix GDScript completion crashYuri Rubinsky
2022-11-14Fix completion popup for the variables created with `get_node` callYuri Rubinsky
2022-11-14Merge pull request #65712 from Chaosus/gds_fix_completionRémi Verschelde
2022-11-13GDScript compiler subclass bugfixesRune
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-06Fix outdated keywords autocompletionVolTer
2022-10-03Fix hide_slider vs no_slider inconsistency in editor property codeAaron Franke
2022-09-12Fix completion for variables initialized by `get_node` callYuri Rubinsky
2022-09-02Rename `or_lesser` range property hint to `or_less`Hugo Locurcio
2022-08-15Fix action name completion for `Input`Haoyu Qiu
2022-08-10Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_typeRémi Verschelde
2022-08-10Fixed incorrect type display of function argument in GDScript editor tooltipsXwdit
2022-08-10Fixed incorrect type display of void return in GDScript editor tooltipsXwdit
2022-08-10Prevent global functions from overriding completion of subscriptYuri Rubinsky
2022-07-29fix(gdscript): Fix infinite loop on type inferernce from super method callsAntonio Dell'Annunziata
2022-07-18Fix crash while trying to autocomplete non-global Autoloadcdemirer
2022-07-06Merge pull request #62699 from cdemirer/fix-autocomplete-var-assigned-same-st...Rémi Verschelde
2022-07-06Merge pull request #62690 from cdemirer/fix-infinite-guess-recursionRémi Verschelde
2022-07-06Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflictRémi Verschelde
2022-07-06Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde
2022-07-06Merge pull request #62707 from YuriSizov/gdscript-group-those-propsRémi Verschelde
2022-07-06Fix priority of annotated type vs initializer typecdemirer
2022-07-05Implement a BitField hintreduz
2022-07-05Add grouping annotations for class properties in GDScriptYuri Sizov
2022-07-04Add support for documenting built-in annotationsYuri Sizov
2022-07-04Fix autocomplete for variable which is assigned to in the current statementcdemirer
2022-07-04Fix infinite recursion when guessing type of variable which is being assigned tocdemirer
2022-06-24Rename export_range's noslider option to no_sliderMarcus Elg
2022-06-19Allow autocompletion of "noslider" in export_rangeMarcus Elg
2022-05-25Merge pull request #61389 from snailrhymer/lookup-fixRémi Verschelde
2022-05-25Make Lookup Symbol recognize assert and preload in the script editorSnailRhymer
2022-05-25Fix lookup_code to properly handle symbols at start of assignmentsSnailRhymer
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Fix signal completion in GDScript editorYuri Rubinsky
2022-05-12Add a new HashMap implementationreduz