summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2021-10-21Use TitleCase for CTL dialog menu optionsHugo Locurcio
2021-10-20Merge pull request #53702 from ConteZero/primary_clipboard_linuxRémi Verschelde
2021-10-19Fix: typo in TextParagraph class and docsMurilo Gonçalves
2021-10-18Added primary clipboard for LinuxConteZero
2021-10-16Fix null crash with TextEditRicardo Subtil
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-10-06Fix crash when tooltip_request_func object is freedHaoyu Qiu
2021-10-04Fix caret position and viewport centering after deleting line (Ctrl-X)jmb462
2021-10-04Remove EDSCALE dependency from /scene/guiYuri Sizov
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-30Merge pull request #53112 from EricEzaM/better-breakpoint-gutterRémi Verschelde
2021-09-30Improved breakpoint gutter for CodeEdit.Eric M
2021-09-29Fix TextOp setting to none when typingPaulb23
2021-09-26Fix LineEdit and TextEdit double-click and triple-click selectionjmb462
2021-09-23Construct values only when necessary.Anilforextra
2021-09-14Merge pull request #52185 from Paulb23/nested-complex-opsRémi Verschelde
2021-09-13Merge pull request #52443 from Paulb23/code-edit-indext-fixesRémi Verschelde
2021-09-08Merge pull request #52106 from Paulb23/text-edit-optimisationGilles Roudière
2021-09-06Fix brace placement with space auto indentPaulb23
2021-09-04Add visual feedback when hovering or dragging the code minimap grabberHugo Locurcio
2021-08-28Allow nested complex ops in TextEditPaulb23
2021-08-28Optimise TextEdit get height and widthPaulb23
2021-08-28Add support for internal nodeskobewi
2021-08-27Makes FontData importable resource.bruvzg
2021-08-23Merge pull request #51947 from AnilBK/redundant-assignmentsMichael Alexsander
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-21Remove redundant assignments.Anilforextra
2021-08-17Improve Undo/Redo menu itemsHaoyu Qiu
2021-08-17We can delete all text on TextEditrequizm
2021-08-16Fixed crash executing TextEdit.new().set_draw_control_chars(true)Vignesh1-art
2021-08-13Merge pull request #51585 from Paulb23/theme-update-optimisationRémi Verschelde
2021-08-13Only update TextEdit text cache when dirtyPaulb23
2021-08-13[TextEdit] Improve block/insert caret drawing.bruvzg
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-12Cleanup and expose viewport / scrolling methodsPaulb23
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-12Remove dead code from TextEditPaulb23
2021-08-12Merge pull request #51502 from codecat/fix-caret-selectionRémi Verschelde
2021-08-11Triple click in text editor now uses last mouse position for validityMelissa Geels
2021-08-11Move cursor to edge of selection when moving caret left/rightMelissa Geels
2021-08-01Move symbol lookup into CodeEditPaulb23