aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Added caret blink in text editorPaulb232016-05-091-8/+76
|
* Fixed autocomlete strings not appearing for function argumentsPaulb232016-05-081-1/+1
|
* Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554Rémi Verschelde2016-05-071-21/+13
|\ | | | | Fixed autocomplete truncate, issue 4554
| * Fixed autocomplete truncate, issue 4554Paulb232016-05-051-21/+13
| |
* | Fixed code completion after opening bracket, issue 3977Paulb232016-05-071-0/+3
|/
* Autocomplete no longer shows duplicates, issue 1824Paulb232016-05-031-0/+4
|
* Added scroll lines, issue 4243Paulb232016-04-271-2/+52
|
* Setting to change line number colorPaulb232016-04-081-3/+2
|
* Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde2016-04-061-40/+62
|\ | | | | Fixed block indent inconsistency, issue #3803
| * Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-40/+62
| |
* | Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde2016-04-061-4/+5
|\ \ | | | | | | Ability to change the caret color
| * | Ability to change the caret colorPaulb232016-04-051-4/+5
| | |
* | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde2016-04-061-0/+16
|\ \ \ | |_|/ |/| | Member variable syntax highlighting
| * | Member variable syntax highlightingPaulb232016-04-051-0/+16
| | |
* | | Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-12/+12
| |/ |/|
* | Fixed 'complex' typo in method namePaulb232016-04-051-12/+12
| |
* | Fixed undoing twice when removing selectionPaulb232016-04-051-0/+5
|/
* Fixed insert mode interaction with auto completePaulb232016-04-031-0/+15
|
* Fixed insert mode removing first unselected characterPaulb232016-04-031-4/+6
|
* Function syntax highlightingPaul Batty2016-04-021-0/+19
|
* Added insert mode to text editorPaulb232016-04-011-3/+42
|
* Fixed numbers not highlighting after spacePaulb232016-03-261-1/+1
|
* Syntax highlighting for numbersPaulb232016-03-211-2/+36
|
* TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry2016-03-191-0/+7
|
* Fixed highlighting when word occurs as substring firstPaulb232016-03-171-8/+14
|
* Fixed highliting with shift and mousePaulb232016-03-171-5/+2
|
* Highlight all occurrences of selected wordPaulb232016-03-161-0/+55
|
* LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry2016-03-151-0/+6
|
* TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry2016-03-151-80/+46
|
* Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde2016-03-141-0/+7
|\ | | | | Added configurable tab size in the text editor.
| * Added configuable tab sizePaulb232016-03-141-0/+7
| |
* | Undo and redo commands on text editor now affect internal version which ↵Saracen2016-03-131-6/+18
|/ | | | fixes inconsistent file saving validation.
* remove trailing whitespaceHubert Jarosz2016-03-091-830/+830
|
* Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky2016-03-081-1/+5
|\ | | | | Enabled scrolling past end of file in text editor.
| * Enabled scrolling past end of filePaulb232016-03-071-1/+5
| |
* | Add special new line openingMartin Chuckeles2016-03-041-0/+21
|/
* Add editor settings for call hint placementMartin Chuckeles2016-03-041-4/+29
| | | | | Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset
* Hide hint if completion is activeMartin Chuckeles2016-03-031-1/+1
|
* Move the call hint under the current lineMartin Chuckeles2016-03-031-1/+1
|
* support horizontal mouse wheel, use in text editorhondres2016-02-041-0/+6
|
* Merge pull request #3279 from neikeq/issue_3259Rémi Verschelde2016-01-081-1/+1
|\ | | | | Fix TextEdit caret being drawn when outside the visible region
| * Fix TextEdit caret drawn when outside the visible regionIgnacio Etcheverry2016-01-081-1/+1
| |
* | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and EndIgnacio Etcheverry2016-01-071-12/+42
| |
* | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabledIgnacio Etcheverry2016-01-071-0/+28
|/
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-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 idleneikeq2015-12-091-3/+38
|
* Script Editor: automatic indentation after a colonkoalefant2015-11-291-1/+12
|
* Merge pull request #2364 from neikeq/textedit_selectJuan Linietsky2015-11-191-59/+60
|\ | | | | Some TextEdit selection improvements
| * TextEdit: Properly scroll vertically when selecting text with mouse dragneikeq2015-11-071-18/+13
| |