aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * textedit selection improvementsneikeq2015-08-131-41/+47
| | | | | | | | | | allows using shift and pointer selection together, and selecting text while scrolling. tried to make it as similar as possible to most editors.
* | Implement Ctrl + backspace/delete to delete wordsFranklin Sobrinho2015-11-121-4/+109
| |
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-171-1/+1
|\ \
| * | ran cppcheck, fixed cases where array index is used before limits checkfirefly24422015-10-121-1/+1
| | |
* | | misc cleanupJuan Linietsky2015-10-171-0/+3
|/ /
* / Fix HScrollBar of TextEdit, closes #2355Franklin Sobrinho2015-09-091-5/+8
|/
* more code completion improvementsJuan Linietsky2015-06-271-0/+16
| | | | | | -calltip dissapears with more types of keypresses or when pressing ')' -properly looks into autoloaded scripts or nodes with another script for script functions/variables/etc.
* improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-261-4/+36
| | | | | -properly completes text arguments -includes the "/root" autoloads
* -fixed many memory initialization issuesJuan Linietsky2015-06-061-0/+4
| | | | | -fixed deadlock on previews thread -fixed compilation errors on unix
* more fixesJuan Linietsky2015-05-191-2/+7
| | | | | fix ctrl-a for some cases, mentioned in #1704 fix toggling visibility not updating, fixes #1923
* optional formal changesehriche2015-05-061-2/+2
|
* fix crash in editor when using alt+arrows to indent, thanks adolson and ↵Juan Linietsky2015-05-051-0/+3
| | | | romulox_x
* Merge pull request #1804 from ricpelo/ricpelo-patch-2Juan Linietsky2015-05-041-2/+2
|\ | | | | Wrong use of | instead of ||
| * Wrong use of | instead of ||Ricardo Pérez2015-05-041-2/+2
| |
* | Triple click doesn't select line if click was done on different lines. Fix #1727Biliogadafr2015-05-021-1/+1
|/
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-011-1/+1
|
* -oops, duplicated text issue fix..Juan Linietsky2015-04-201-0/+1
|
* disable undo properly after ctrl-i, fixes #1688Juan Linietsky2015-04-181-2/+1
|
* -try to avoid errors when path using ".." is present in script include, ↵Juan Linietsky2015-04-181-10/+0
| | | | fixes #1703
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Merge pull request #1402 from ElectricSolstice/editor_match_fixJuan Linietsky2015-03-221-2/+47
|\ | | | | Fixed issue #1377 about script editor parenthesis matching.
| * Fixed issue 1377 about script editor parenthesis matching.ElectricSolstice2015-02-191-2/+47
| |
* | New option to send canvas to render bufferJuan Linietsky2015-03-161-2/+2
|/ | | | | allows to use 3D environment effects for post processing such as Glow, Bloom, HDR, etc. in 2D.
* Total rows of text edit was calculated wrong, fixed issue #842marynate2015-01-131-1/+1
|
* -attempt to be friendlier on non english keyboardsJuan Linietsky2015-01-041-87/+89
|
* -Fix shortcuts for OSX code completion, fixes #1111Juan Linietsky2015-01-041-0/+4
| | | | -Fixed how translation fallbacks works, fixes #1011
* -added new code completion guess locations, closes #1032Juan Linietsky2015-01-031-9/+31
| | | | -moved commandline fix to mingw-only, should fix #1064
* -fix TextEdit shift-click functionality past begin and end of selection (#1004)Juan Linietsky2015-01-021-2689/+2725
|
* -fix readonly issues (#1018)Juan Linietsky2015-01-021-1/+11
|
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-12-201-21/+0
|\
| * change shortcut for toggle-comment to Ctrl+KDana Olson2014-12-171-21/+0
| |
* | -improved completion options for InputEvent, shows all event types nowJuan Linietsky2014-12-181-1/+11
|/
* -added brace matching to go with the new code completionJuan Linietsky2014-12-171-0/+139
|
* New Code CompletionJuan Linietsky2014-12-161-286/+393
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=- -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
* More FixesJuan Linietsky2014-12-071-6/+6
| | | | | | | -=-=-=-=-= -Bug in saving multinline text in xml fixed. #925 -typo in android export fixed. #930
* now undo/redo supportedDana Olson2014-12-071-8/+5
|
* apply patch #882 from dcubixDana Olson2014-12-071-2/+8
|
* allow Alt+arrow keys to pass through editorDana Olson2014-11-131-2/+8
|
* Editor goodies updateDiego Lopes2014-11-121-2033/+2039
|
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-5/+5
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
* -variables with export in script are now IMMEDIATELY AND ALWAYS visible in ↵Juan Linietsky2014-09-221-4/+28
| | | | | | | | | | | properties (#718) -WorldEnvironment cleanup issues fixed (#563) -Text Editor improvement to shift-mouse selection (#648) -(Hopefully) fixed rare (but horrible) indexing bug in GDScript compiler (#652) -Some changes to PhysicsBody API, renamed property "active" to "sleeping", which makes more sense -Added add_collision_exception() API in PhysicsBody (more accessible) -ability to select and copy in the output messages panel
* Fixed too many little issues, check the issues closed today.Juan Linietsky2014-09-211-5/+43
|
* Fixing Issues...Juan Linietsky2014-09-191-2/+2
| | | | | | | - #672 (default user:// in $HOME/.godot/app_userdata (linux/osx) and $APPDATA/Godot/app_userdata (Windows) - #676 (draw both tiles and octants in order from top to bottom, left to right ) - #686 (unicode escape sequences work now) - #702 (was not a bug, but a test was added to see if bodies went too far away)
* Small Issues & MaintenanceJuan Linietsky2014-08-011-23/+94
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -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
* Fix script editor scrollbar disappear issuemarynate2014-05-211-1/+1
|
* remove degud outputjonyrock2014-05-071-2/+0
|
* call during autocompletionjonyrock2014-05-071-1/+8
|
* Add auto code completion (without press Ctrl+Space manually)marynate2014-05-061-1/+5
| | | | | | | | 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
* Add get_word_under_cursor() method to TextEditmarynate2014-05-061-0/+22
|
* EDITOR_DEF in the right placejonyrock2014-04-301-12/+5
|