summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio2021-07-211-2/+2
* Remove singleton variable shadowing.K. S. Ernest (iFire) Lee2021-06-301-3/+3
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-7/+13
* Adding some more missing renames for Transform3D and QuaternionBastiaan Olij2021-06-151-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Change behavior of String.rightTomasz Chabora2021-05-201-2/+2
* Show colored rects for autocompletion of Color constants in functionsYuri Roubinsky2021-05-191-0/+1
* Merge pull request #47776 from Razoric480/foreportRémi Verschelde2021-05-061-0/+1
|\
| * Implement LSP didDeleteFiles & make parser aware of sub-nodesFrancois Belair2021-04-101-0/+1
* | Merge pull request #47798 from ray90514/bug#47620Rémi Verschelde2021-05-041-1/+6
|\ \
| * | Fix Constants at function scope are not defined as constants for autocompletionray905142021-04-111-1/+6
| |/
* / 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
|\ \