summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
AgeCommit message (Collapse)Author
2016-06-21Added code completion existing color settingPaulb23
2016-06-21Added code completion selected color settingPaulb23
2016-06-21Added code completion background color settingPaulb23
2016-06-19Text Edit no longer draws caret on focus lossPaulb23
2016-06-12Fixed overloaded virtual functions with const vs none warningmarcelofg55
2016-05-29Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde
Added breakpoint markers, issue 4750
2016-05-29ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry
2016-05-26Added breakpoint markers, issue 4750Paulb23
2016-05-16Default editing popup for LineEdit and TextEditJuan Linietsky
2016-05-09Added caret blink in text editorPaulb23
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
Fixed block indent inconsistency, issue #3803
2016-04-06Fixed block indent inconsistency, fixes issue 3803Paulb23
2016-04-06Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde
Ability to change the caret color
2016-04-06Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde
Member variable syntax highlighting
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-02Function syntax highlightingPaul Batty
2016-04-01Added insert mode to text editorPaulb23
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-14Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde
Added configurable tab size in the text editor.
2016-03-14Added configuable tab sizePaulb23
2016-03-13Undo and redo commands on text editor now affect internal version which ↵Saracen
fixes inconsistent file saving validation.
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-07Enabled scrolling past end of filePaulb23
2016-03-04Add editor settings for call hint placementMartin Chuckeles
Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-09TextEdit: Scroll while selecting with mouse idleneikeq
2015-11-29Script Editor: automatic indentation after a colonkoalefant
2015-11-19Merge pull request #2364 from neikeq/textedit_selectJuan Linietsky
Some TextEdit selection improvements
2015-11-07TextEdit: Properly scroll vertically when selecting text with mouse dragneikeq
2015-10-17misc cleanupJuan Linietsky
2015-08-13textedit selection improvementsneikeq
allows using shift and pointer selection together, and selecting text while scrolling. tried to make it as similar as possible to most editors.
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-02-fix TextEdit shift-click functionality past begin and end of selection (#1004)Juan Linietsky
2014-12-17-added brace matching to go with the new code completionJuan Linietsky
2014-12-16New Code CompletionJuan Linietsky
-=-=-=-=-=-=-=-=-=- -Massive improvement to code completion -Argument hinting for functions If you manage to out-smart the code-completion in a situation where completion should be possible to guess, let me know. Please enter the commit message for your changes. Lines starting
2014-11-12Editor goodies updateDiego Lopes
2014-08-01Small Issues & MaintenanceJuan Linietsky
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
2014-05-06Add get_word_under_cursor() method to TextEditmarynate
2014-04-30EDITOR_DEF in the right placejonyrock
2014-04-27pair symbols tool basic impjonyrock
2014-04-26#298 impjonyrock
2014-04-17text cursor in text editor & const in Rect2ijonyrock
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky