summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2018-01-04Merge pull request #15308 from ianb96/horizontal_scrollingRémi Verschelde
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
2018-01-03TextEdit horizontal scrolling with shiftIan
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome67000
2018-01-03Merge pull request #15127 from poke1024/smooth-scroll-playRémi Verschelde
2018-01-03Merge pull request #15063 from poke1024/textedit-select-last-lineRémi Verschelde
2018-01-02Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675Rémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Merge pull request #14972 from poke1024/fix-unindent-col-0Noshyaar
2018-01-01Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar
2017-12-28Fix unindent (shift-tab) on column 0 and moreBernhard Liebl
2017-12-28Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl
2017-12-28Remove some lagginess from TextEdit's smooth scrollingBernhard Liebl
2017-12-26fix indent selection crashIan
2017-12-26Fix shift-key down on last line in TextEditBernhard Liebl
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-23Fixed keyboard word selection when at the start/end of line, issue 14675Paulb23
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-16Bind TextEdit.deselect and update documentationRémi Verschelde
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-06Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde
2017-12-01Add disabled theme to TextEdit.Michael Alexsander Silva Dias
2017-11-28last line scroll fix when scroll_past_last_line is disabledIan
2017-11-28Fixes folding of blank linesGilles Roudiere
2017-11-26Fixes adjust viewport to cursor when line is to long, issue 13190Paulb23
2017-11-23Fixed not be able to unfold the last linePaulb23
2017-11-21code folding scrolling fixesianb96
2017-11-21Merge pull request #13134 from Chaosus/fixinvalidscrollRémi Verschelde
2017-11-21Fix invalid scrollChaosus
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-20Visual fixesDaniel J. Ramirez
2017-11-20Fix TextEdit::cursor_set_line bindingsRémi Verschelde
2017-11-18scrolling fixesIan
2017-11-17TextEdit code foldingIan
2017-11-17Merge pull request #12763 from remorse107/Code-CompleteRémi Verschelde
2017-11-15Allow underscores in GDScript numeric literalsBojidar Marinov
2017-11-14Merge pull request #12842 from ianb96/shader_editor_fixRémi Verschelde
2017-11-13Modified code completion for better tabbing, and removal of need to backspace...Robert Morse
2017-11-12Made text in TextEdit a property.Michael Alexsander Silva Dias
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-31Remove text on enter, issue 12494Paulb23