summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Collapse)Author
2014-05-21Fix script editor scrollbar disappear issuemarynate
2014-05-07remove degud outputjonyrock
2014-05-07call during autocompletionjonyrock
2014-05-06Add auto code completion (without press Ctrl+Space manually)marynate
Disalbe auto code completion even there's only one option Hide auto-completion if only one completion option and it's been typed Support use tab key to accept code completion option
2014-05-06Add get_word_under_cursor() method to TextEditmarynate
2014-04-30EDITOR_DEF in the right placejonyrock
2014-04-28#331 settings menu option title fix oopsjonyrock
2014-04-28#331 settings menu option title fixjonyrock
2014-04-27pair symbols tool basic impjonyrock
2014-04-26#298 impjonyrock
2014-04-17text cursor in text editor & const in Rect2ijonyrock
2014-04-10home button like & whitespacejonyrock
2014-03-13fix android can't input unicode characterssanikoyes
fix hide soft keyboard by press 'back' button, then click current focus text edit/line edit control, soft keyboard won't show again add features: press enter key with line edit control will hide soft keyboard
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky