summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_editor.cpp
AgeCommit message (Expand)Author
2021-08-17Remove underscore hacksMax Hilbrunner
2021-08-16Reorganise text editor settingsPaulb23
2021-08-13Style: Cleanup code using `text_editor/completion/use_single_quotes`Rémi Verschelde
2021-08-05Merge pull request #48615 from Razoric480/lsp-renameRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-21Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio
2021-07-17Implement didSave notification and rename requestFrancois Belair
2021-06-30Remove singleton variable shadowing.K. S. Ernest (iFire) Lee
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Added support for scripts reporting multiple errors to ScriptTextEditorEric M
2021-06-15Adding some more missing renames for Transform3D and QuaternionBastiaan Olij
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-20Change behavior of String.rightTomasz Chabora
2021-05-19Show colored rects for autocompletion of Color constants in functionsYuri Roubinsky
2021-05-06Merge pull request #47776 from Razoric480/foreportRémi Verschelde
2021-05-04Merge pull request #47798 from ray90514/bug#47620Rémi Verschelde
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-04-11Fix Constants at function scope are not defined as constants for autocompletionray90514
2021-04-10Implement LSP didDeleteFiles & make parser aware of sub-nodesFrancois Belair
2021-04-05Fix infinite loop when guessing argument type from parent classJulien Nguyen
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-03-30Move GDSript annotation application after type-checkingGeorge Marques
2021-03-01[script editor] Fix two special cases not being checked in code completionAndy Maloney
2021-01-11Merge pull request #43980 from gvekan/fix-missing-function-hintsRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-15Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde
2020-12-03Add bracket or space to some keyword completionsGustav
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-30Fix missing function hintsGustav
2020-11-26GDScript: Refactor builtin functionsGeorge Marques
2020-11-10Fix completion for built-in load functionGustav
2020-11-09Refactored variant constructor logicreduz
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-23Shows ColorRect in Color constants autocompletionYuri Roubinsky
2020-08-26GDScript: Add recursion depth limit for completionGeorge Marques
2020-08-26GDScript: Fix crash when completing code with signalsGeorge Marques
2020-08-13Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-workingGeorge Marques
2020-08-13Fix: ctrl + click not workingThakee Nathees
2020-08-05Fixing null callee crash.Stephen Nichols
2020-07-22Wrap up GDScript 2.0 base implementationGeorge Marques
2020-07-20Reintroduce code completionGeorge Marques
2020-07-20Add warning checks in GDScript analyzerGeorge Marques
2020-07-20Add new GDScript type checkerGeorge Marques
2020-07-20New GDScript tokenizer and parserGeorge Marques
2020-06-16Merge pull request #39315 from ThakeeNathees/ctrl-click-fix-for-subclassesRémi Verschelde
2020-06-05Fix: Ctrl + Click not working for subclassesThakee Nathees
2020-05-24regression: dictionary key no autocomplete fixThakee Nathees
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde