aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17314 from robfram/complete-path-15813Rémi Verschelde2018-03-131-1/+1
|\
| * Fix bad autocomplete of partially written node paths when using syntactic sug...robfram2018-03-061-1/+1
* | auto-completion edge jumpAlexander Holland2018-03-091-4/+10
|/
* Fix typos with codespellluz.paz2018-02-211-2/+2
* Merge pull request #16652 from aragar/FixQuotationInStringRémi Verschelde2018-02-191-1/+0
|\
| * Fix quotation in stringRado'sPC\aRaGaR2018-02-121-1/+0
* | Merge pull request #15618 from ianb96/fold_commentRémi Verschelde2018-02-141-6/+36
|\ \ | |/ |/|
| * TextEdit folding over unindented commentsIan2018-01-121-6/+36
* | Fix TextEdit current line highlight horizontal offsetbinbitten2018-01-311-7/+7
* | Fix typos in code and docs with codespellRémi Verschelde2018-01-181-4/+4
* | TextEdit fix get_mouse after many foldsIan2018-01-181-5/+6
* | Fixed current line highligting with horizontal clipping, issue 15427Paulb232018-01-141-0/+13
* | Deselect on undo/redo in TextEditPaul Joannon2018-01-131-0/+4
* | Add special coloring to members, to make shadowing more obvious.Juan Linietsky2018-01-121-0/+25
* | Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+15
|/
* Fixes empty line selection when scrollingpoke10242018-01-111-1/+1
* Fix whole word search missing occurencesBernhard Liebl2018-01-081-16/+29
* fix center viewport out of size error, #15411Ian2018-01-061-3/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15334 from poke1024/textedit-mouseposRémi Verschelde2018-01-041-5/+5
|\
| * Fix TextEdit::_get_mouse_pos rounding errorsBernhard Liebl2018-01-041-5/+5
* | Merge pull request #15308 from ianb96/horizontal_scrollingRémi Verschelde2018-01-041-2/+10
|\ \
| * | TextEdit horizontal scrolling with shiftIan2018-01-031-2/+10
* | | Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-041-6/+6
|\ \ \ | |_|/ |/| |
| * | #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-031-6/+6
* | | Merge pull request #15127 from poke1024/smooth-scroll-playRémi Verschelde2018-01-031-4/+19
|\ \ \
| * | | Remove some lagginess from TextEdit's smooth scrollingBernhard Liebl2017-12-281-4/+19
| |/ /
* | | Merge pull request #15063 from poke1024/textedit-select-last-lineRémi Verschelde2018-01-031-2/+28
|\ \ \ | |_|/ |/| |
| * | Fix shift-key down on last line in TextEditBernhard Liebl2017-12-261-2/+28
* | | Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675Rémi Verschelde2018-01-021-24/+18
|\ \ \
| * | | Fixed keyboard word selection when at the start/end of line, issue 14675Paulb232017-12-231-24/+18
* | | | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* | | | Merge pull request #14972 from poke1024/fix-unindent-col-0Noshyaar2018-01-011-13/+31
|\ \ \ \
| * | | | Fix unindent (shift-tab) on column 0 and moreBernhard Liebl2017-12-281-13/+31
| |/ / /
* | | | Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar2018-01-011-37/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl2017-12-281-37/+9
| |/ /
* | / fix indent selection crashIan2017-12-261-10/+8
| |/ |/|
* | Add missing parameter namesPoommetee Ketson2017-12-251-1/+1
* | Adds an option to move cursor with right click in TextEditMattUV2017-12-201-0/+38
|/
* Fix cut-copy-line breaking paste (issue 14539)Bernhard Liebl2017-12-171-5/+5
* Bind TextEdit.deselect and update documentationRémi Verschelde2017-12-161-2/+4
* Modifies indentation behavioursMattUV2017-12-151-24/+48
* Modify shortcuts and menus to fold/unfold codeMattUV2017-12-081-0/+11
* Changed current line draw order and added code folding colorPaulb232017-12-071-7/+11
* Merge pull request #14352 from ianb96/get_hidden_widthRémi Verschelde2017-12-071-5/+11
|\
| * fixes horizontal scrolling over hidden linesIan2017-12-061-5/+11
* | Merge pull request #13362 from groud/fix_foldingRémi Verschelde2017-12-071-17/+16
|\ \ | |/ |/|
| * Fixes folding of blank linesGilles Roudiere2017-11-281-17/+16
* | Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde2017-12-061-29/+47
|\ \
| * | Add disabled theme to TextEdit.Michael Alexsander Silva Dias2017-12-011-29/+47