summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
AgeCommit message (Expand)Author
2018-10-26Remove no longer necessary "raise_from_completion" in TextEditzhagsenkk
2018-09-12Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothingRémi Verschelde
2018-09-08Uncommenting a selection was not updating the selection.Alexander Holland
2018-08-25TextEdit replaced cache.size with get_size()Alexander Holland
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-05-30Improve breakpoints and breakpoint gutter API in TextEditGabriel Gavilan
2018-05-15fix get_char_width for non-latin charactersianb96
2018-05-14TextEdit word wrapIan
2018-05-03Script Editor now displays positional columnUnknown
2018-04-07Fixed color regions and added local color region cachePaulb23
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-02-14Merge pull request #15618 from ianb96/fold_commentRémi Verschelde
2018-01-12Add special coloring to members, to make shadowing more obvious.Juan Linietsky
2018-01-12TextEdit folding over unindented commentsIan
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #15063 from poke1024/textedit-select-last-lineRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-26Fix shift-key down on last line in TextEditBernhard Liebl
2017-12-20Adds an option to move cursor with right click in TextEditMattUV
2017-12-17Fix cut-copy-line breaking paste (issue 14539)Bernhard Liebl
2017-12-15Modifies indentation behavioursMattUV
2017-12-08Modify shortcuts and menus to fold/unfold codeMattUV
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-12-07Merge pull request #14352 from ianb96/get_hidden_widthRémi Verschelde
2017-12-07Merge pull request #13362 from groud/fix_foldingRémi Verschelde
2017-12-06fixes horizontal scrolling over hidden linesIan
2017-12-01Add disabled theme to TextEdit.Michael Alexsander Silva Dias
2017-11-28Fixes folding of blank linesGilles Roudiere
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-18scrolling fixesIan
2017-11-17TextEdit code foldingIan
2017-11-14Merge pull request #12842 from ianb96/shader_editor_fixRémi Verschelde
2017-11-11Added "is_readonly()" to TextEdit and made it a property.Michael Alexsander Silva Dias
2017-11-11shader editor context menu and line operations and style fixIan
2017-11-11add context menu enable getters, setters, and properties in LineEdit and Text...Ian
2017-11-05Changed line and word mouse selectionPaulb23
2017-10-22Added setting to toggle current line highlightingPaulb23
2017-09-28keep font color on selection as defaulttoger5
2017-09-06second take at autocomplete logic, using a TextOperation check.Paulo Gomes
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24-Code completion for enumerationsJuan Linietsky
2017-08-22Stops scrolling when the user issues another commandPaulb23
2017-08-21Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky
2017-08-21Increased smooth scroll speed and added user settingPaulb23
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-19Added smooth scrolling to TextEditPaulb23
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-09Implement NSTextInputClient protocol for IMEbruvzg