summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
AgeCommit message (Expand)Author
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-12Fix TextEdit autoscroll with wrapped linesPouleyKetchoupp
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-11Fixed mouse scrolling in TextEdit'sYuri Roubinsky
2020-11-26[Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-10-25ScriptEditor: Fix line number gutter drag selectDevin Curry
2020-09-11Remove bit fields and use fixed width integers instead.Marcel Admiraal
2020-09-10Move safe line color into editorPaulb23
2020-09-10Move ConnectionGutter to editor code_editorPaulb23
2020-09-10Add folding gutter to code_editPaulb23
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-09-10Added Line numbers to CodeEditPaulb23
2020-09-10Added gutter system to TextEditPaulb23
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-09Add option to disable virtual keyboard for TextEditPouleyKetchoupp
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-07-10Add override keywords.Marcel Admiraal
2020-05-16TextEdit search returns a dictionary instead of VectorPouleyKetchoupp
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-29Limit undo stack sizeJohn Wigg
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-11Removed underlining for not clickable symbolsjanglee
2020-02-27Merge pull request #36232 from Calinou/add-soft-line-length-guidelineRémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Add a soft line length guideline to the script editorHugo Locurcio
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-10-31Improved TextEdit search usability & documentationPouleyKetchoupp
2019-10-27Improve performance of connection info in the script editorPaulb23
2019-09-22Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
2019-09-07Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel Barroga
2019-08-25Refactor TextEdit control height calculationsPaulb23
2019-08-25Minimap scroll now acts similar to scrollbarPaulb23
2019-08-21Add minimap to text_editPaulb23
2019-08-21Add syntax highlighting cachePaulb23
2019-07-09Merge pull request #28190 from griant/testRémi Verschelde
2019-07-05Show icons for code completion optionsGeequlim
2019-06-24Give TextEdit a custom color for font when read only is setGwyneth Lowe
2019-06-24Correct typo that broke custom selected font colorGwyneth Lowe
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-08Treat hiding_enabled as bool throughoutNils ANDRÉ-CHANG
2019-05-24Merge pull request #28811 from iwek7/editor_remove_spaces_to_closes_indentionRémi Verschelde