summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix slight issues with autocompletion and member lists in GDScriptBojidar Marinov2019-05-021-1/+1
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-7/+4
|\
| * Small fixes to static analyzer bugsqarmin2019-04-041-7/+4
* | Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde2019-04-301-12/+20
|\ \
| * | Add settings for single-quotes on completionMateus Felipe C. C. Pinto2018-12-181-12/+20
* | | Merge pull request #27673 from qarmin/small_fixesRémi Verschelde2019-04-221-1/+1
|\ \ \
| * | | Small fixes, mostly dupicated codeqarmin2019-04-081-1/+1
| | |/ | |/|
* | | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-3/+6
* | | Add support for type hints in non-default script editor templatesHugo Locurcio2019-04-051-25/+34
|/ /
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-14/+14
* | Merge pull request #25715 from hpvb/fix-25598Rémi Verschelde2019-02-161-9/+18
|\ \
| * | Add a maximum recusion depth to _guess_expression_typeHein-Pieter van Braam2019-02-081-9/+18
* | | Fix many asan and ubsan reported issuesHein-Pieter van Braam2019-01-301-0/+3
|/ /
* | GDScript autocomplete: don't carry values when guessing from `is`George Marques2019-01-151-1/+5
* | Fix code completion on nodes in current sceneTimo Schwarzer2019-01-051-1/+1
* | Fix segfault when trying to autocomplete in inner classesTimo Schwarzer2019-01-031-2/+6
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Fix GDScript assuming awareness of whole ClassDBPedro J. Estébanez2018-10-281-1/+6
* Unify ClassDB lookups for code completionPedro J. Estébanez2018-10-281-28/+24
* Optional getters/setters editor autocompleteJakub Grzesik2018-10-231-1/+2
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-6/+0
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+2
* Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-3/+0
* GDScript: Fix autocompletion inference after `is` checkGeorge Marques2018-09-191-0/+1
* GDScript: Fix infinite loop in autocompleteGeorge Marques2018-09-191-4/+8
* GDScript: Fix autocomplete crash when searching default valuesGeorge Marques2018-09-191-1/+1
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-2/+2
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
|/
* GDScript: Remove space before colon on type hintsGeorge Marques2018-08-261-7/+7
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-3/+0
* Highlight multiline strings as strings instead of commentsHugo Locurcio2018-08-191-1/+1
* Added system for GDScript warningsGeorge Marques2018-08-101-1/+14
* Allow some non-integer built-in constants in gdscriptBernhard Liebl2018-07-311-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Rewrite code completionGeorge Marques2018-07-201-1993/+2150
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-2/+2
* Use type hints to improve completionGeorge Marques2018-07-201-53/+182
* Add static type checks in the parserGeorge Marques2018-07-201-20/+12
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-1/+1
* Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner2018-07-031-12/+12
|\
| * Small changes to the comments in the script templates.Michael Alexsander Silva Dias2018-06-111-12/+12
* | Inner classes' functions now appear in the editor's functions panelJairo Honorio2018-06-121-0/+7
|/
* Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias2018-05-231-1/+1
* Merge pull request #18405 from flashyincceo/gdscript-constants-helpRémi Verschelde2018-05-171-0/+7
|\
| * Fix Ctrl+click on @GDScript constantsPeter Folkins2018-04-241-0/+7
* | Merge pull request #18406 from YeldhamDev/script_templates_periodMax Hilbrunner2018-05-041-1/+1
|\ \
| * | Changed periods in the script templates.Michael Alexsander Silva Dias2018-05-021-1/+1
| |/
* | Merge pull request #18452 from flashyincceo/enum-no-classRémi Verschelde2018-05-021-0/+12
|\ \