summaryrefslogtreecommitdiff
path: root/scene/gui/code_edit.h
AgeCommit message (Expand)Author
2023-03-27Fixes  gutter set width results in receiving only half of the desired sizeNong Van Tinh
2023-01-18Allow unindent without selectionkobewi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-03Merge pull request #62675 from Jummit/tolerant_lookupRémi Verschelde
2022-10-28Stop centering clicked suggestions in the autocomplete popupMichael Alexsander
2022-10-09Allow drag-clicking before symbol lookupJummit
2022-10-05Add mutliple Caret support to TextEditPaulb23
2022-08-22Replace Array return types with TypedArraykobewi
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-03Add the ability to drag the code completion scrollbar using the mouse clickMinusKube
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-03-27Add GDExtension support to Scriptreduz
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-06Fix breakpointed_lines out of sync when removing lines abovePaulb23
2021-09-20Change completion prefixes to single char and unnecessary ui_cancel accept_eventPaulb23
2021-09-01Add CodeEdit breakpoint unit testsPaulb23
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-12Fix breakpoint toggle signal not firing when expectedPaulb23
2021-08-12Cleanup and bind remaing methods in TextEditPaulb23
2021-08-12Make TextEdit cut, copy and paste overridablePaulb23
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-06-20Move indent management to CodeEditPaulb23
2021-06-01Move code folding into CodeEdit and hide line hiding APIPaulb23
2021-06-01Move and expose Code Hint in CodeEditPaulb23
2021-06-01Move and expose AutoComplete in CodeEditPaulb23
2021-06-01Add comment and string tracking to CodeEditPaulb23
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-09-10Add folding gutter to code_editPaulb23
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-09-10Changed line_edited_from(from) to lines_edit_from(from, to)Paulb23
2020-09-10Added Line numbers to CodeEditPaulb23
2020-09-10Add and convert editor to use CodeEditPaulb23