fc9f9adcb2
Member variable syntax highlighting
2016-04-05 15:50:54 +01:00
971c3be52d
Fixed 'complex' typo in method name
2016-04-05 14:30:00 +01:00
15f43149e1
Fixed undoing twice when removing selection
2016-04-05 13:52:18 +01:00
a984adb5a6
Fixed insert mode interaction with auto complete
2016-04-03 15:21:16 +01:00
fe779d4386
Fixed insert mode removing first unselected character
2016-04-03 14:54:54 +01:00
50aa78210c
Function syntax highlighting
2016-04-02 21:46:42 +02:00
2b57cb94da
Added insert mode to text editor
2016-04-01 13:48:38 +01:00
cd07badee3
Fixed numbers not highlighting after space
2016-03-26 22:03:27 +00:00
c844c2d604
Syntax highlighting for numbers
2016-03-21 15:45:38 +00:00
abb720438f
TextEdit: Fix Shift+Delete shortcut not calling cut()
2016-03-19 13:22:44 +01:00
9c0e1524e5
Fixed highlighting when word occurs as substring first
2016-03-17 20:35:04 +00:00
4cc3fbeaff
Fixed highliting with shift and mouse
2016-03-17 19:37:19 +00:00
b0488cacf2
Highlight all occurrences of selected word
2016-03-16 21:20:42 +00:00
fac027cb14
LineEdit/TextEdit: Add Shift+Delete shortcut for cut
2016-03-15 13:03:38 +01:00
4dfd0c1863
TextEdit: Fix inconsistent copy, cut and paste behaviour
2016-03-15 13:02:38 +01:00
c30bebd1d3
Merge pull request #4017 from Paulb23/set_tab_size
...
Added configurable tab size in the text editor.
2016-03-14 17:12:15 +01:00
9234bd3ff9
Added configuable tab size
2016-03-14 15:13:45 +00:00
b2e471fd7c
Undo and redo commands on text editor now affect internal version which fixes inconsistent file saving validation.
2016-03-13 20:08:12 +00:00
4a4f247914
remove trailing whitespace
2016-03-09 00:00:52 +01:00
9157a13aef
Merge pull request #3969 from Paulb23/scroll_past_end_of_file
...
Enabled scrolling past end of file in text editor.
2016-03-08 15:34:21 -03:00
f19eea2f2d
Enabled scrolling past end of file
2016-03-07 02:32:51 +00:00
bd7f2590f1
Add special new line opening
2016-03-04 20:10:31 +01:00
47206b409d
Add editor settings for call hint placement
...
Added settings: text_editor/put_callhint_tooltip_below_current_line
and text_editor/callhint_tooltip_offset
2016-03-04 12:10:15 +01:00
26cc14e839
Hide hint if completion is active
2016-03-03 20:31:25 +01:00
03025f60b6
Move the call hint under the current line
2016-03-03 20:26:50 +01:00
df4faf8f33
support horizontal mouse wheel, use in text editor
2016-02-04 17:16:22 +01:00
3ad263eafe
Merge pull request #3279 from neikeq/issue_3259
...
Fix TextEdit caret being drawn when outside the visible region
2016-01-08 17:42:02 +01:00
02d1ef8ca6
Fix TextEdit caret drawn when outside the visible region
2016-01-08 17:33:42 +01:00
6541f6418e
TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and End
2016-01-07 22:59:23 +01:00
a825cfd932
TextEdit/LineEdit: Handle numpad arrows if NumLock is disabled
2016-01-07 21:51:47 +01:00
5be9ff7b67
Update copyright to 2016 in headers
2016-01-01 11:50:53 -02:00
d4993b74fc
Add missing argument names in GDScript bindings
...
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).
2015-12-28 02:13:05 +01:00
5f739a2660
TextEdit: Scroll while selecting with mouse idle
2015-12-09 19:56:47 +01:00
c93a005fb6
Script Editor: automatic indentation after a colon
2015-11-29 17:13:29 +01:00
b6084a8a62
Merge pull request #2364 from neikeq/textedit_select
...
Some TextEdit selection improvements
2015-11-19 00:30:39 -03:00
222d112f49
Implement Ctrl + backspace/delete to delete words
2015-11-12 13:35:48 -03:00
b70e2b754d
TextEdit: Properly scroll vertically when selecting text with mouse drag
2015-11-07 16:04:32 +01:00
63033aa646
Merge branch 'master' of https://github.com/okamstudio/godot
2015-10-17 10:30:08 -03:00
ab22203791
misc cleanup
2015-10-17 10:29:54 -03:00
692216b86a
ran cppcheck, fixed cases where array index is used before limits check
2015-10-12 09:45:44 -05:00
26a715298e
Fix HScrollBar of TextEdit, closes #2355
2015-09-09 13:44:31 -03:00
51fa997cb5
textedit selection improvements
...
allows using shift and pointer selection together, and selecting text while scrolling.
tried to make it as similar as possible to most editors.
2015-08-13 00:34:07 +02:00
2b64f73b04
more code completion improvements
...
-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.
2015-06-27 15:52:39 -03:00
a67486a39e
improved get_node(), connect(), etc code completion.
...
-properly completes text arguments
-includes the "/root" autoloads
2015-06-26 01:14:49 -03:00
b524b40fdc
-fixed many memory initialization issues
...
-fixed deadlock on previews thread
-fixed compilation errors on unix
2015-06-06 22:06:58 -03:00
fec6aaffd8
more fixes
...
fix ctrl-a for some cases, mentioned in #1704
fix toggling visibility not updating, fixes #1923
2015-05-19 23:07:11 -03:00
897a1aade5
optional formal changes
2015-05-06 01:22:31 +02:00
74b0e0c296
fix crash in editor when using alt+arrows to indent, thanks adolson and romulox_x
2015-05-05 00:17:22 -03:00
dce8a6c251
Merge pull request #1804 from ricpelo/ricpelo-patch-2
...
Wrong use of | instead of ||
2015-05-04 21:49:12 -03:00
f3542ff838
Wrong use of | instead of ||
2015-05-04 19:54:17 +02:00