summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
AgeCommit message (Expand)Author
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-22Add methods to get position from column and line in TextEditYuri Sizov
2021-11-17Fix TextEdit mouse interactions when the last line is hiddenPaulb23
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-27Add option to make selection uniqueConteZero
2021-10-18Added primary clipboard for LinuxConteZero
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-10-06Fix crash when tooltip_request_func object is freedHaoyu Qiu
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-30Improved breakpoint gutter for CodeEdit.Eric M
2021-09-14Merge pull request #52185 from Paulb23/nested-complex-opsRémi Verschelde
2021-09-13Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde
2021-09-08Merge pull request #52106 from Paulb23/text-edit-optimisationGilles Roudière
2021-09-04Add visual feedback when hovering or dragging the code minimap grabberHugo Locurcio
2021-09-01Add CodeEdit breakpoint unit testsPaulb23
2021-08-28Allow nested complex ops in TextEditPaulb23
2021-08-28Optimise TextEdit get height and widthPaulb23
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-17Improve Undo/Redo menu itemsHaoyu Qiu
2021-08-13Only update TextEdit text cache when dirtyPaulb23
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-11Triple click in text editor now uses last mouse position for validityMelissa Geels
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-19Merge pull request #50588 from bruvzg/menu_genRémi Verschelde
2021-07-19Fixed typos in `TextEdit::GutterType` enumYuri Roubinsky
2021-07-19Optimize LineEdit and TextEdit menu item generation.bruvzg
2021-07-17Create many types of popups on demandreduz
2021-07-06LineEdit: Respect `max_length` by truncating text to appendRémi Verschelde
2021-06-20Move indent management to CodeEditPaulb23
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Remove redundant keywords from TextEditPaulb23
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-05-22Add a keyboard shortcut to select the word under cursor in TextEditHugo Locurcio
2021-05-22Add custom background line colour to TextEdit and remove marked linesPaulb23
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M