summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2018-03-13Merge pull request #17314 from robfram/complete-path-15813Rémi Verschelde
2018-03-09auto-completion edge jumpAlexander Holland
2018-03-06Fix bad autocomplete of partially written node paths when using syntactic sug...robfram
2018-02-21Fix typos with codespellluz.paz
2018-02-19Merge pull request #16652 from aragar/FixQuotationInStringRémi Verschelde
2018-02-14Merge pull request #15618 from ianb96/fold_commentRémi Verschelde
2018-02-12Fix quotation in stringRado'sPC\aRaGaR
2018-01-31Fix TextEdit current line highlight horizontal offsetbinbitten
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18TextEdit fix get_mouse after many foldsIan
2018-01-14Fixed current line highligting with horizontal clipping, issue 15427Paulb23
2018-01-13Deselect on undo/redo in TextEditPaul Joannon
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-11Fixes empty line selection when scrollingpoke1024
2018-01-08Fix whole word search missing occurencesBernhard Liebl
2018-01-06fix center viewport out of size error, #15411Ian
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15334 from poke1024/textedit-mouseposRémi Verschelde
2018-01-04Fix TextEdit::_get_mouse_pos rounding errorsBernhard Liebl
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