| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added caret blink in text editor | Paulb23 | 2016-05-09 | 1 | -8/+76 | |
| | | ||||||
| * | Fixed autocomlete strings not appearing for function arguments | Paulb23 | 2016-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554 | Rémi Verschelde | 2016-05-07 | 1 | -21/+13 | |
| |\ | | | | | Fixed autocomplete truncate, issue 4554 | |||||
| | * | Fixed autocomplete truncate, issue 4554 | Paulb23 | 2016-05-05 | 1 | -21/+13 | |
| | | | ||||||
| * | | Fixed code completion after opening bracket, issue 3977 | Paulb23 | 2016-05-07 | 1 | -0/+3 | |
| |/ | ||||||
| * | Autocomplete no longer shows duplicates, issue 1824 | Paulb23 | 2016-05-03 | 1 | -0/+4 | |
| | | ||||||
| * | Added scroll lines, issue 4243 | Paulb23 | 2016-04-27 | 1 | -2/+52 | |
| | | ||||||
| * | Setting to change line number color | Paulb23 | 2016-04-08 | 1 | -3/+2 | |
| | | ||||||
| * | Merge pull request #4251 from Paulb23/block_indent_issue_3803 | Rémi Verschelde | 2016-04-06 | 1 | -40/+62 | |
| |\ | | | | | Fixed block indent inconsistency, issue #3803 | |||||
| | * | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | 2016-04-06 | 1 | -40/+62 | |
| | | | ||||||
| * | | Merge pull request #4238 from Paulb23/caret_color | Rémi Verschelde | 2016-04-06 | 1 | -4/+5 | |
| |\ \ | | | | | | | Ability to change the caret color | |||||
| | * | | Ability to change the caret color | Paulb23 | 2016-04-05 | 1 | -4/+5 | |
| | | | | ||||||
| * | | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting | Rémi Verschelde | 2016-04-06 | 1 | -0/+16 | |
| |\ \ \ | |_|/ |/| | | Member variable syntax highlighting | |||||
| | * | | Member variable syntax highlighting | Paulb23 | 2016-04-05 | 1 | -0/+16 | |
| | | | | ||||||
| * | | | Fixed text edit undo and redo operation interaction | Paul Batty | 2016-04-06 | 1 | -12/+12 | |
| | |/ |/| | ||||||
| * | | Fixed 'complex' typo in method name | Paulb23 | 2016-04-05 | 1 | -12/+12 | |
| | | | ||||||
| * | | Fixed undoing twice when removing selection | Paulb23 | 2016-04-05 | 1 | -0/+5 | |
| |/ | ||||||
| * | Fixed insert mode interaction with auto complete | Paulb23 | 2016-04-03 | 1 | -0/+15 | |
| | | ||||||
| * | Fixed insert mode removing first unselected character | Paulb23 | 2016-04-03 | 1 | -4/+6 | |
| | | ||||||
| * | Function syntax highlighting | Paul Batty | 2016-04-02 | 1 | -0/+19 | |
| | | ||||||
| * | Added insert mode to text editor | Paulb23 | 2016-04-01 | 1 | -3/+42 | |
| | | ||||||
| * | Fixed numbers not highlighting after space | Paulb23 | 2016-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | Syntax highlighting for numbers | Paulb23 | 2016-03-21 | 1 | -2/+36 | |
| | | ||||||
| * | TextEdit: Fix Shift+Delete shortcut not calling cut() | Ignacio Etcheverry | 2016-03-19 | 1 | -0/+7 | |
| | | ||||||
| * | Fixed highlighting when word occurs as substring first | Paulb23 | 2016-03-17 | 1 | -8/+14 | |
| | | ||||||
| * | Fixed highliting with shift and mouse | Paulb23 | 2016-03-17 | 1 | -5/+2 | |
| | | ||||||
| * | Highlight all occurrences of selected word | Paulb23 | 2016-03-16 | 1 | -0/+55 | |
| | | ||||||
| * | LineEdit/TextEdit: Add Shift+Delete shortcut for cut | Ignacio Etcheverry | 2016-03-15 | 1 | -0/+6 | |
| | | ||||||
| * | TextEdit: Fix inconsistent copy, cut and paste behaviour | Ignacio Etcheverry | 2016-03-15 | 1 | -80/+46 | |
| | | ||||||
| * | Merge pull request #4017 from Paulb23/set_tab_size | Rémi Verschelde | 2016-03-14 | 1 | -0/+7 | |
| |\ | | | | | Added configurable tab size in the text editor. | |||||
| | * | Added configuable tab size | Paulb23 | 2016-03-14 | 1 | -0/+7 | |
| | | | ||||||
| * | | Undo and redo commands on text editor now affect internal version which ↵ | Saracen | 2016-03-13 | 1 | -6/+18 | |
| |/ | | | | fixes inconsistent file saving validation. | |||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -830/+830 | |
| | | ||||||
| * | Merge pull request #3969 from Paulb23/scroll_past_end_of_file | Juan Linietsky | 2016-03-08 | 1 | -1/+5 | |
| |\ | | | | | Enabled scrolling past end of file in text editor. | |||||
| | * | Enabled scrolling past end of file | Paulb23 | 2016-03-07 | 1 | -1/+5 | |
| | | | ||||||
| * | | Add special new line opening | Martin Chuckeles | 2016-03-04 | 1 | -0/+21 | |
| |/ | ||||||
| * | Add editor settings for call hint placement | Martin Chuckeles | 2016-03-04 | 1 | -4/+29 | |
| | | | | | | Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset | |||||
| * | Hide hint if completion is active | Martin Chuckeles | 2016-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | Move the call hint under the current line | Martin Chuckeles | 2016-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | support horizontal mouse wheel, use in text editor | hondres | 2016-02-04 | 1 | -0/+6 | |
| | | ||||||
| * | Merge pull request #3279 from neikeq/issue_3259 | Rémi Verschelde | 2016-01-08 | 1 | -1/+1 | |
| |\ | | | | | Fix TextEdit caret being drawn when outside the visible region | |||||
| | * | Fix TextEdit caret drawn when outside the visible region | Ignacio Etcheverry | 2016-01-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and End | Ignacio Etcheverry | 2016-01-07 | 1 | -12/+42 | |
| | | | ||||||
| * | | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabled | Ignacio Etcheverry | 2016-01-07 | 1 | -0/+28 | |
| |/ | ||||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 1 | -3/+3 | |
| | | | | | | All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place). | |||||
| * | TextEdit: Scroll while selecting with mouse idle | neikeq | 2015-12-09 | 1 | -3/+38 | |
| | | ||||||
| * | Script Editor: automatic indentation after a colon | koalefant | 2015-11-29 | 1 | -1/+12 | |
| | | ||||||
| * | Merge pull request #2364 from neikeq/textedit_select | Juan Linietsky | 2015-11-19 | 1 | -59/+60 | |
| |\ | | | | | Some TextEdit selection improvements | |||||
| | * | TextEdit: Properly scroll vertically when selecting text with mouse drag | neikeq | 2015-11-07 | 1 | -18/+13 | |
| | | | ||||||
