summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix autocompletion for singletonsEbbDrop2019-10-171-5/+4
* Adds skip-breakpoints featureiwek72019-09-031-2/+3
* Try and show all the properties added with _get_property_list() when triggeri...MrCdK2019-09-031-3/+12
* gdscript: Fix build after #24925Rémi Verschelde2019-09-021-1/+2
* Merge pull request #24925 from Mr-Slurpy/typed-autoloadRémi Verschelde2019-09-021-0/+9
|\
| * Added autoloads as a potential type.Daniel Eliasinski2019-01-111-0/+9
* | Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-1/+1
* | Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde2019-07-201-2/+0
|\ \
| * | Changed some code showed in LGTM and Coverageqarmin2019-07-201-2/+0
* | | Remove useless casts to StringNils ANDRÉ-CHANG2019-07-171-2/+2
* | | Show static functions inside classes in method listNils ANDRÉ-CHANG2019-07-151-0/+4
|/ /
* | Parse more informations for code completionGeequlim2019-07-041-75/+144
* | Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina0852019-06-291-4/+8
* | Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde2019-06-031-7/+7
|\ \
| * | Don't allow class_name in built-in scriptslupoDharkael2019-04-171-3/+3
| * | Fix code completion not working with class_namelupoDharkael2019-04-161-4/+4
* | | autocomplete for enum valueshilfazer2019-05-261-1/+1
* | | 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