| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #4017 from Paulb23/set_tab_size | Rémi Verschelde | 2016-03-14 | 1 | -0/+7 | |
| |\ | | | | | Added configurable tab size in the text editor. | |||||
| | * | Added configuable tab size | Paulb23 | 2016-03-14 | 1 | -0/+7 | |
| | | | ||||||
| * | | Undo and redo commands on text editor now affect internal version which ↵ | Saracen | 2016-03-13 | 1 | -6/+18 | |
| |/ | | | | fixes inconsistent file saving validation. | |||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -830/+830 | |
| | | ||||||
| * | Merge pull request #3969 from Paulb23/scroll_past_end_of_file | Juan Linietsky | 2016-03-08 | 1 | -1/+5 | |
| |\ | | | | | Enabled scrolling past end of file in text editor. | |||||
| | * | Enabled scrolling past end of file | Paulb23 | 2016-03-07 | 1 | -1/+5 | |
| | | | ||||||
| * | | Add special new line opening | Martin Chuckeles | 2016-03-04 | 1 | -0/+21 | |
| |/ | ||||||
| * | Add editor settings for call hint placement | Martin Chuckeles | 2016-03-04 | 1 | -4/+29 | |
| | | | | | | Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset | |||||
| * | Hide hint if completion is active | Martin Chuckeles | 2016-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | Move the call hint under the current line | Martin Chuckeles | 2016-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | support horizontal mouse wheel, use in text editor | hondres | 2016-02-04 | 1 | -0/+6 | |
| | | ||||||
| * | Merge pull request #3279 from neikeq/issue_3259 | Rémi Verschelde | 2016-01-08 | 1 | -1/+1 | |
| |\ | | | | | Fix TextEdit caret being drawn when outside the visible region | |||||
| | * | Fix TextEdit caret drawn when outside the visible region | Ignacio Etcheverry | 2016-01-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and End | Ignacio Etcheverry | 2016-01-07 | 1 | -12/+42 | |
| | | | ||||||
| * | | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabled | Ignacio Etcheverry | 2016-01-07 | 1 | -0/+28 | |
| |/ | ||||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 1 | -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 idle | neikeq | 2015-12-09 | 1 | -3/+38 | |
| | | ||||||
| * | Script Editor: automatic indentation after a colon | koalefant | 2015-11-29 | 1 | -1/+12 | |
| | | ||||||
| * | Merge pull request #2364 from neikeq/textedit_select | Juan Linietsky | 2015-11-19 | 1 | -59/+60 | |
| |\ | | | | | Some TextEdit selection improvements | |||||
| | * | TextEdit: Properly scroll vertically when selecting text with mouse drag | neikeq | 2015-11-07 | 1 | -18/+13 | |
| | | | ||||||
| | * | textedit selection improvements | neikeq | 2015-08-13 | 1 | -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 words | Franklin Sobrinho | 2015-11-12 | 1 | -4/+109 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-10-17 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | ran cppcheck, fixed cases where array index is used before limits check | firefly2442 | 2015-10-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | misc cleanup | Juan Linietsky | 2015-10-17 | 1 | -0/+3 | |
| |/ / | ||||||
| * / | Fix HScrollBar of TextEdit, closes #2355 | Franklin Sobrinho | 2015-09-09 | 1 | -5/+8 | |
| |/ | ||||||
| * | more code completion improvements | Juan Linietsky | 2015-06-27 | 1 | -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 Linietsky | 2015-06-26 | 1 | -4/+36 | |
| | | | | | | -properly completes text arguments -includes the "/root" autoloads | |||||
| * | -fixed many memory initialization issues | Juan Linietsky | 2015-06-06 | 1 | -0/+4 | |
| | | | | | | -fixed deadlock on previews thread -fixed compilation errors on unix | |||||
| * | more fixes | Juan Linietsky | 2015-05-19 | 1 | -2/+7 | |
| | | | | | | fix ctrl-a for some cases, mentioned in #1704 fix toggling visibility not updating, fixes #1923 | |||||
| * | optional formal changes | ehriche | 2015-05-06 | 1 | -2/+2 | |
| | | ||||||
| * | fix crash in editor when using alt+arrows to indent, thanks adolson and ↵ | Juan Linietsky | 2015-05-05 | 1 | -0/+3 | |
| | | | | | romulox_x | |||||
| * | Merge pull request #1804 from ricpelo/ricpelo-patch-2 | Juan Linietsky | 2015-05-04 | 1 | -2/+2 | |
| |\ | | | | | Wrong use of | instead of || | |||||
| | * | Wrong use of | instead of || | Ricardo Pérez | 2015-05-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Triple click doesn't select line if click was done on different lines. Fix #1727 | Biliogadafr | 2015-05-02 | 1 | -1/+1 | |
| |/ | ||||||
| * | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -1/+1 | |
| | | ||||||
| * | -oops, duplicated text issue fix.. | Juan Linietsky | 2015-04-20 | 1 | -0/+1 | |
| | | ||||||
| * | disable undo properly after ctrl-i, fixes #1688 | Juan Linietsky | 2015-04-18 | 1 | -2/+1 | |
| | | ||||||
| * | -try to avoid errors when path using ".." is present in script include, ↵ | Juan Linietsky | 2015-04-18 | 1 | -10/+0 | |
| | | | | | fixes #1703 | |||||
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #1402 from ElectricSolstice/editor_match_fix | Juan Linietsky | 2015-03-22 | 1 | -2/+47 | |
| |\ | | | | | Fixed issue #1377 about script editor parenthesis matching. | |||||
| | * | Fixed issue 1377 about script editor parenthesis matching. | ElectricSolstice | 2015-02-19 | 1 | -2/+47 | |
| | | | ||||||
| * | | New option to send canvas to render buffer | Juan Linietsky | 2015-03-16 | 1 | -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 #842 | marynate | 2015-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | -attempt to be friendlier on non english keyboards | Juan Linietsky | 2015-01-04 | 1 | -87/+89 | |
| | | ||||||
| * | -Fix shortcuts for OSX code completion, fixes #1111 | Juan Linietsky | 2015-01-04 | 1 | -0/+4 | |
| | | | | | -Fixed how translation fallbacks works, fixes #1011 | |||||
| * | -added new code completion guess locations, closes #1032 | Juan Linietsky | 2015-01-03 | 1 | -9/+31 | |
| | | | | | -moved commandline fix to mingw-only, should fix #1064 | |||||
| * | -fix TextEdit shift-click functionality past begin and end of selection (#1004) | Juan Linietsky | 2015-01-02 | 1 | -2689/+2725 | |
| | | ||||||
| * | -fix readonly issues (#1018) | Juan Linietsky | 2015-01-02 | 1 | -1/+11 | |
| | | ||||||
