summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
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-10Changed line_edited_from(from) to lines_edit_from(from, to)Paulb23
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-14Skip indentation of empty lines when indenting a selection.Cheeseness
2020-08-14Merge pull request #37769 from HellonLegs/masterRémi Verschelde
2020-08-09Add option to disable virtual keyboard for TextEditPouleyKetchoupp
2020-07-29Fix TextEdit line width cache not being updatedPaulb23
2020-07-26Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-06-20No longer scroll vertically when scrollbars are unavailableStijn Hinlopen
2020-05-16TextEdit search returns a dictionary instead of VectorPouleyKetchoupp
2020-05-16Fixed text editor drawing if smooth scrolling is disabled.Marcus Brummer
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-12Merge pull request #38655 from ice-blaze/minimap-shifted-selection-by-one-lin...Rémi Verschelde
2020-05-11Fix minimap selection offsetetienne.frank
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-07Merge pull request #31086 from volzhs/underlineRémi Verschelde
2020-05-07Merge pull request #38385 from ThakeeNathees/method-bind-text_edit-set_lineRémi Verschelde
2020-05-05Merge pull request #37293 from Janglee123/ctrl-click-improvementsRémi Verschelde
2020-05-05Improved go-to definition (Ctrl + Click)janglee
2020-05-01method bind TextEdit::set_line() addedThakee Nathees
2020-04-29Merge pull request #37846 from CaptainProton42/text-edit-undo-stack-sizeRémi Verschelde
2020-04-29Use underline position and thickness value in font filevolzhs
2020-04-29Limit undo stack sizeJohn Wigg
2020-04-29Remove unneccessary increment in TextEditTomasz Chabora
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-10solved control + alt issueHellonLegs
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-21Fix potential divisions by 0 reported by MSVCRémi Verschelde
2020-03-12Merge pull request #36518 from Janglee123/no-underlined-keywordsRémi Verschelde
2020-03-11Removed underlining for not clickable symbolsjanglee
2020-03-11Merge pull request #36715 from dreamsComeTrue/fix-text-edit-comment-quotesRémi Verschelde
2020-03-11Allow single quotes in commentsDominik 'dreamsComeTrue' Jasiński