summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-1/+1
* Fix infinite loop when guessing argument type from parent classJulien Nguyen2021-04-051-1/+1
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-4/+4
* Move GDSript annotation application after type-checkingGeorge Marques2021-03-301-38/+8
* [script editor] Fix two special cases not being checked in code completionAndy Maloney2021-03-011-2/+1
* Merge pull request #43980 from gvekan/fix-missing-function-hintsRémi Verschelde2021-01-111-1/+1
|\
| * Fix missing function hintsGustav2020-11-301-1/+1
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-4/+4
* | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-17/+22
|\ \
| * | GDScript: Refactor builtin functionsGeorge Marques2020-11-261-17/+22
| |/
* | Add bracket or space to some keyword completionsGustav2020-12-031-4/+29
* | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+4
|/
* Fix completion for built-in load functionGustav2020-11-101-5/+0
* Refactored variant constructor logicreduz2020-11-091-8/+17
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-8/+8
* Shows ColorRect in Color constants autocompletionYuri Roubinsky2020-10-231-0/+8
* GDScript: Add recursion depth limit for completionGeorge Marques2020-08-261-14/+20
* GDScript: Fix crash when completing code with signalsGeorge Marques2020-08-261-1/+0
* Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-workingGeorge Marques2020-08-131-0/+1
|\
| * Fix: ctrl + click not workingThakee Nathees2020-08-131-0/+1
* | Fixing null callee crash.Stephen Nichols2020-08-051-4/+7
|/
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-2/+4
* Reintroduce code completionGeorge Marques2020-07-201-2/+2545
* Add warning checks in GDScript analyzerGeorge Marques2020-07-201-14/+16
* Add new GDScript type checkerGeorge Marques2020-07-201-0/+5
* New GDScript tokenizer and parserGeorge Marques2020-07-201-2985/+51
* Merge pull request #39315 from ThakeeNathees/ctrl-click-fix-for-subclassesRémi Verschelde2020-06-161-0/+8
|\
| * Fix: Ctrl + Click not working for subclassesThakee Nathees2020-06-051-0/+8
* | regression: dictionary key no autocomplete fixThakee Nathees2020-05-241-1/+5
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-17/+34
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-65/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-17/+10
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-10/+30
* 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