summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #37293 from Janglee123/ctrl-click-improvementsRémi Verschelde2020-05-051-0/+12
|\
| * Improved go-to definition (Ctrl + Click)janglee2020-05-051-0/+12
* | Merge pull request #37172 from theoway/autoCompletionBugRémi Verschelde2020-04-241-1/+1
|\ \
| * | Fixed the bool _static logic Umang Kalra2020-04-161-1/+1
* | | Merge pull request #37954 from ThakeeNathees/autocomplete-indexing-native-typesRémi Verschelde2020-04-211-1/+1
|\ \ \
| * | | autocompleting with indexing for native types addedThakee Nathees2020-04-171-1/+1
| |/ /
* / / Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editorRémi Verschelde2020-04-201-1/+1
|/ /
* | autocomplete for disconnect, is_connected implementedThakee Nathees2020-04-131-3/+6
* | Replace NULL with nullptrlupoDharkael2020-04-021-45/+45
* | Add missing docs for assert message in GDScriptThomas ten Cate2020-03-311-0/+2
|/
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-6/+6
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-4/+4
* Fix autocomplete and GDScript Highlighting for typesnathanwfranke2020-02-261-2/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-4/+4
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-14/+14
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-1/+1
* Merge pull request #35218 from bojidar-bg/26691-parse-error-errorsRémi Verschelde2020-01-161-1/+3
|\
| * Fix errors raised when showing parse errors in the editorBojidar Marinov2020-01-161-1/+3
* | Fix function arguments hint format in GDScript editorDanil Alexeev2020-01-161-15/+3
|/
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix GDScript autocompletion with `as` or typed variablesBojidar Marinov2019-12-121-0/+11
* Make the script templates' blank lines conform with the official style guideMichael Alexsander2019-11-171-0/+3
* 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
|/ / /