summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2016-05-17Merge pull request #4659 from Paulb23/hex_notation_highlightingRémi Verschelde
2016-05-16Default editing popup for LineEdit and TextEditJuan Linietsky
2016-05-15Fixed hex notation highlightingPaulb23
2016-05-11Bind caret blink to gdscript and propertiesPaulb23
2016-05-09Added caret blink in text editorPaulb23
2016-05-08Fixed autocomlete strings not appearing for function argumentsPaulb23
2016-05-07Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554Rémi Verschelde
2016-05-07Fixed code completion after opening bracket, issue 3977Paulb23
2016-05-05Fixed autocomplete truncate, issue 4554Paulb23
2016-05-03Autocomplete no longer shows duplicates, issue 1824Paulb23
2016-04-27Added scroll lines, issue 4243Paulb23
2016-04-08Setting to change line number colorPaulb23
2016-04-06Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde
2016-04-06Fixed block indent inconsistency, fixes issue 3803Paulb23
2016-04-06Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde
2016-04-06Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde
2016-04-06Fixed text edit undo and redo operation interactionPaul Batty
2016-04-05Ability to change the caret colorPaulb23
2016-04-05Member variable syntax highlightingPaulb23
2016-04-05Fixed 'complex' typo in method namePaulb23
2016-04-05Fixed undoing twice when removing selectionPaulb23
2016-04-03Fixed insert mode interaction with auto completePaulb23
2016-04-03Fixed insert mode removing first unselected characterPaulb23
2016-04-02Function syntax highlightingPaul Batty
2016-04-01Added insert mode to text editorPaulb23
2016-03-26Fixed numbers not highlighting after spacePaulb23
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-19TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry
2016-03-17Fixed highlighting when word occurs as substring firstPaulb23
2016-03-17Fixed highliting with shift and mousePaulb23
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-15LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry
2016-03-15TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry
2016-03-14Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde
2016-03-14Added configuable tab sizePaulb23
2016-03-13Undo and redo commands on text editor now affect internal version which fixes...Saracen
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-08Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky
2016-03-07Enabled scrolling past end of filePaulb23
2016-03-04Add special new line openingMartin Chuckeles
2016-03-04Add editor settings for call hint placementMartin Chuckeles
2016-03-03Hide hint if completion is activeMartin Chuckeles
2016-03-03Move the call hint under the current lineMartin Chuckeles
2016-02-04support horizontal mouse wheel, use in text editorhondres
2016-01-08Merge pull request #3279 from neikeq/issue_3259Rémi Verschelde
2016-01-08Fix TextEdit caret drawn when outside the visible regionIgnacio Etcheverry
2016-01-07TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and EndIgnacio Etcheverry
2016-01-07TextEdit/LineEdit: Handle numpad arrows if NumLock is disabledIgnacio Etcheverry
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde