Age | Commit message (Expand) | Author |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio |
2018-04-19 | Fixed context menu TTR bugs | sersoong |
2018-04-11 | Use internal physics processing for Nodes' internal logic | Rémi Verschelde |
2018-04-10 | Fixed color region calculation for the first line | Paulb23 |
2018-04-07 | Fixed color regions and added local color region cache | Paulb23 |
2018-04-02 | Abstracted the syntax highlighter from text edit | Paulb23 |
2018-03-13 | Merge pull request #17314 from robfram/complete-path-15813 | Rémi Verschelde |
2018-03-09 | auto-completion edge jump | Alexander Holland |
2018-03-06 | Fix bad autocomplete of partially written node paths when using syntactic sug... | robfram |
2018-02-21 | Fix typos with codespell | luz.paz |
2018-02-19 | Merge pull request #16652 from aragar/FixQuotationInString | Rémi Verschelde |
2018-02-14 | Merge pull request #15618 from ianb96/fold_comment | Rémi Verschelde |
2018-02-12 | Fix quotation in string | Rado'sPC\aRaGaR |
2018-01-31 | Fix TextEdit current line highlight horizontal offset | binbitten |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-18 | TextEdit fix get_mouse after many folds | Ian |
2018-01-14 | Fixed current line highligting with horizontal clipping, issue 15427 | Paulb23 |
2018-01-13 | Deselect on undo/redo in TextEdit | Paul Joannon |
2018-01-12 | Add special coloring to members, to make shadowing more obvious. | Juan Linietsky |
2018-01-12 | TextEdit folding over unindented comments | Ian |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-11 | Fixes empty line selection when scrolling | poke1024 |
2018-01-08 | Fix whole word search missing occurences | Bernhard Liebl |
2018-01-06 | fix center viewport out of size error, #15411 | Ian |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Merge pull request #15334 from poke1024/textedit-mousepos | Rémi Verschelde |
2018-01-04 | Fix TextEdit::_get_mouse_pos rounding errors | Bernhard Liebl |
2018-01-04 | Merge pull request #15308 from ianb96/horizontal_scrolling | Rémi Verschelde |
2018-01-04 | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde |
2018-01-03 | TextEdit horizontal scrolling with shift | Ian |
2018-01-03 | #15078 renamed "z" -> "z_index" property in Node2D | Jerome67000 |
2018-01-03 | Merge pull request #15127 from poke1024/smooth-scroll-play | Rémi Verschelde |
2018-01-03 | Merge pull request #15063 from poke1024/textedit-select-last-line | Rémi Verschelde |
2018-01-02 | Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675 | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2018-01-01 | Merge pull request #14972 from poke1024/fix-unindent-col-0 | Noshyaar |
2018-01-01 | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar |
2017-12-28 | Fix unindent (shift-tab) on column 0 and more | Bernhard Liebl |
2017-12-28 | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl |
2017-12-28 | Remove some lagginess from TextEdit's smooth scrolling | Bernhard Liebl |
2017-12-26 | fix indent selection crash | Ian |
2017-12-26 | Fix shift-key down on last line in TextEdit | Bernhard Liebl |
2017-12-25 | Add missing parameter names | Poommetee Ketson |
2017-12-23 | Fixed keyboard word selection when at the start/end of line, issue 14675 | Paulb23 |
2017-12-20 | Adds an option to move cursor with right click in TextEdit | MattUV |
2017-12-17 | Fix cut-copy-line breaking paste (issue 14539) | Bernhard Liebl |
2017-12-16 | Bind TextEdit.deselect and update documentation | Rémi Verschelde |
2017-12-15 | Modifies indentation behaviours | MattUV |
2017-12-08 | Modify shortcuts and menus to fold/unfold code | MattUV |
2017-12-07 | Changed current line draw order and added code folding color | Paulb23 |