summaryrefslogtreecommitdiff
path: root/scene/gui/code_edit.cpp
AgeCommit message (Expand)Author
2021-10-06Merge pull request #53476 from Paulb23/breakpoint-move-up-fixRémi Verschelde
2021-10-06Fix breakpointed_lines out of sync when removing lines abovePaulb23
2021-10-06Fix the "END" key behaving like "PAGE_DOWN" in code completion.Eric M
2021-10-01Fix deleting selection at the first line do not work with backspaceJean-Michel Bernard
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Improved breakpoint gutter for CodeEdit.Eric M
2021-09-24Fix incorrect offsets of tooltip content in `CodeEdit`Yuri Roubinsky
2021-09-23Construct values only when necessary.Anilforextra
2021-09-20Change completion prefixes to single char and unnecessary ui_cancel accept_eventPaulb23
2021-09-14Merge pull request #52583 from e8newallm/52360Rémi Verschelde
2021-09-13Removed updates that caused unnecessary window updatesMatthew Newall
2021-09-13Merge pull request #52443 from Paulb23/code-edit-indext-fixesRémi Verschelde
2021-09-13Merge pull request #52346 from Paulb23/string-tracking-fixesRémi Verschelde
2021-09-09Fix block deliminator not-folding at end of filePaulb23
2021-09-07Merge pull request #52339 from jmb462/fix-fold-function-with-comment-failMax Hilbrunner
2021-09-07Merge pull request #52359 from williamd67/fix-autocomplete-mergeMax Hilbrunner
2021-09-06Fix brace placement with space auto indentPaulb23
2021-09-06Fix crash during completion lookbackdaniel-mcclintock
2021-09-05Fix comment causes content of folded methods to not hidejmb462
2021-09-03Fix incorrectly removing two characters by auto braceWilliam Deurwaarder
2021-09-02Fix getting deliminator start over empty lines and blank start keysPaulb23
2021-08-26Fix misspelled "overriden"Haoyu Qiu
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-13Merge pull request #51585 from Paulb23/theme-update-optimisationRémi Verschelde
2021-08-13Move CodeEdit theme overrides into EditorThemePaulb23
2021-08-13Fix incorrect completion popup size of `CodeEdit`Yuri Roubinsky
2021-08-12Fix breakpoint toggle signal not firing when expectedPaulb23
2021-08-12Cleanup and complete TextEdit inspector and docsPaulb23
2021-08-12Cleanup and bind remaing methods in TextEditPaulb23
2021-08-12Rename readonly to editablePaulb23
2021-08-12Rename insert mode to overtype modePaulb23
2021-08-12Protect internal CodeEdit --> TextEdit APIPaulb23
2021-08-12Cleanup TextEdit selection methodsPaulb23
2021-08-12Expose and cleanup TextEdit line wrap APIPaulb23
2021-08-12Cleanup and rename caret operationsPaulb23
2021-08-12Make TextEdit cut, copy and paste overridablePaulb23
2021-08-02Improve CodeEdit's callhint highlight visibilityHugo Locurcio
2021-08-01Clean up and complete CodeEdit inspector and docsPaulb23
2021-08-01Move symbol lookup into CodeEditPaulb23
2021-08-01Move line length guidelines into CodeEditPaulb23
2021-08-01Move brace matching into CodeEditPaulb23
2021-08-01Move auto brace completion to CodeEditPaulb23
2021-07-25Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-19Merge pull request #50606 from Chaosus/textedit_fix_guttertypeRémi Verschelde
2021-07-19Fixed typos in `TextEdit::GutterType` enumYuri Roubinsky
2021-07-18Optimize StringName usagereduz