volzhs
2998b7c486
add line spacing option to script and shader editor ( #5105 )
...
(cherry picked from commit 990956c4e0
)
2016-06-25 00:29:25 +02:00
Paulb23
afbc9d550f
Improved breakpoint marker position, and scales with font size
...
(cherry picked from commit d66b034bd1
)
2016-06-25 00:22:36 +02:00
Paulb23
7029c96221
Added, goto next and previous breakpoint and remove all, issue 1690
...
(cherry picked from commit daf0ed646f
)
2016-06-04 22:20:02 +02:00
Paulb23
99c948ba56
Added breakpoint markers, issue 4750
...
(cherry picked from commit 72fda444d1
)
2016-06-04 22:20:02 +02:00
Paulb23
e95eb4b1dc
Multiline duplication, issue #4661
...
(cherry picked from commit 2eb4e7c103
)
2016-06-04 22:20:02 +02:00
Paulb23
86c0438f9d
Member variable syntax highlighting
...
(cherry picked from commit fc9f9adcb2
)
2016-06-04 22:20:02 +02:00
Paulb23
bd51dea8f6
Added caret blink in text editor
...
(cherry picked from commit e03e7deb1b
)
2016-05-12 09:04:03 +02:00
Paulb23
73296a9a6d
Trim trailing white space on save, issue 4383
...
(cherry picked from commit f3e6569e00
)
2016-04-27 20:17:25 +02:00
Paulb23
b5a438413a
Setting to change line number color
...
(cherry picked from commit 8c328474f2
)
2016-04-27 08:42:18 +02:00
Paulb23
b7f5418f8d
Ability to change the caret color
...
(cherry picked from commit c7519f091d
)
2016-04-27 08:37:20 +02:00
Paulb23
bb6cfc130b
Option to toggle syntax highlighting
...
(cherry picked from commit d78e98e2a4
)
2016-04-06 19:39:36 +02:00
Paulb23
b3891246e5
Fixed block indent inconsistency, fixes issue 3803
...
(cherry picked from commit 93700676b5
)
2016-04-06 19:39:30 +02:00
Paul Batty
7c6d2e7062
Fixed text edit undo and redo operation interaction
...
(cherry picked from commit 646e089782
)
2016-04-06 18:48:31 +02:00
Rémi Verschelde
71da9a1a23
Separate help pages from scripts by default
...
Fixes #4199
(cherry picked from commit 9c89d3e042
)
2016-04-06 18:47:22 +02:00
Luiz Paulo de Vasconcellos
44daccc861
Change toggle comment behaviour. Fixes #4198
...
(cherry picked from commit 1b6f14d810
)
2016-04-06 18:47:18 +02:00
Paul Batty
01471e4c09
Function syntax highlighting
...
(cherry picked from commit 50aa78210c
)
2016-04-02 22:19:54 +02:00
Paulb23
937a96b26b
Option to toggle line numbers
...
(cherry picked from commit 474911c533
)
2016-04-02 22:15:38 +02:00
Paulb23
523625a3d1
Syntax highlighting for numbers
...
(cherry picked from commit c844c2d604
)
2016-04-02 22:14:27 +02:00
Paulb23
64a8fe6ad7
Option to toggle tab drawing
...
(cherry picked from commit 0fc7be89d3
)
2016-04-02 22:12:29 +02:00
Paulb23
8a78112e5b
Highlight all occurrences of selected word
...
(cherry picked from commit b0488cacf2
)
2016-04-02 22:10:41 +02:00
Paulb23
8fd4c78caf
Added configuable tab size
...
(cherry picked from commit 9234bd3ff9
)
2016-04-02 22:08:41 +02:00
Hubert Jarosz
424a104666
remove trailing whitespace
...
(cherry picked from commit 4a4f247914
)
2016-04-02 22:03:48 +02:00
Paulb23
da356eca0f
Enabled scrolling past end of file
...
(cherry picked from commit f19eea2f2d
)
2016-04-02 21:57:10 +02:00
Franklin Sobrinho
a1a1c0b9f6
Added search box in Class List dialog (Script Editor)
...
(cherry picked from commit cc6a6ef08c
)
2016-03-06 09:48:06 +01:00
Martin Chuckeles
848c7378fd
Add editor settings for call hint placement
...
Added settings: text_editor/put_callhint_tooltip_below_current_line
and text_editor/callhint_tooltip_offset
(cherry picked from commit 47206b409d
)
2016-03-05 12:58:01 +01:00
Juan Linietsky
499308e482
-fixed a crash when closing scene with animationplayer open
...
-removed item checked print, closes #3564
2016-02-21 11:52:11 -03:00
Juan Linietsky
70cdfa681a
-Change link to new documentation
...
-fixed bug in tilemap collision debug
2016-02-20 10:02:14 -03:00
Tegu
8714e3b2e2
Fixed a couple of tooltips on the editor
2016-02-10 22:56:24 +02:00
Juan Linietsky
92a3b9fb9f
-Property apply limits to V/H Splits in main editor window. Fixes #3567
2016-02-08 13:01:54 -03:00
Juan Linietsky
f026838cbc
-only save scripts if changed, takes less time to run projects and does not confuse you with changed dates.
2016-02-02 21:10:52 -03:00
Franklin Sobrinho
d6adb9b9c2
Fix input passing to script editor even if not visible
2016-01-27 13:56:05 -03:00
Juan Linietsky
2cc640dbed
Fix wrong condition test for saving, fixes #3287
2016-01-23 14:44:37 -03:00
kubecz3k
e80d7d2a91
Wider initial size of the panel with scripts
...
I believe it's size is now exactly the same how it was before commit that allowed to hide script panel entirely.
I assume previously it was 140 wide because of 70px of minimal size + 70px of offset, so now when minimal size is 0 the offset need to be 140.
2016-01-20 13:01:27 +01:00
Juan Linietsky
74a48a0140
-Massive editor dialog cleanup
...
-Added a bottom menu list
2016-01-17 20:03:57 -03:00
kubecz3k
ca0a6c4d59
Ability to hide panel with scripts
...
Minimal horizontal size for panel with scripts was = 70, changed it to 0.
It's especially helpful if someone is working on a laptop, or just don't like to have anything on the left side of the screen.
Video that shows how it's working after the change: https://www.youtube.com/watch?v=Y_o4pOpjyhY&feature=youtu.be
2016-01-13 16:47:10 +01:00
Franklin Sobrinho
56bc005643
Fix script highlighting for classes that begin with "_"
2016-01-10 12:20:04 -03:00
Franklin Sobrinho
514eed4072
Fix debugger close button and script editor "Show Debugger"
2016-01-08 16:43:50 -03:00
George Marques
5be9ff7b67
Update copyright to 2016 in headers
2016-01-01 11:50:53 -02:00
Juan Linietsky
d014518a1a
Make sure auto bracket completion setting always works, closes #2332
2016-01-01 09:52:01 -03:00
hondres
b431c88146
Colorize Rect2 and NodePath in script editor
2015-12-24 04:20:26 +01:00
Ariel Manzur
a5fe71a0e9
this failed in msvc, didn't in linux and mingw
2015-12-20 11:42:55 -03:00
Juan Linietsky
f2183a5e09
replaced :var by :Variant in documentation, fixes #2897
2015-12-14 08:28:01 -03:00
Juan Linietsky
534c8e74b9
do not open dominant script if external editor is selected, fixes #3067
2015-12-14 08:21:18 -03:00
Juan Linietsky
e19f176765
fix broken merge
2015-12-12 10:21:22 -03:00
Juan Linietsky
a2d817405e
Merge branch 'master' of https://github.com/godotengine/godot
2015-12-12 10:14:13 -03:00
Juan Linietsky
cd4c3f4d12
-added option to keep debugger open, fixes #3031
2015-12-12 10:09:50 -03:00
Franklin Sobrinho
4d644ca997
Script debugger remains visible when using Debug->Show Debugger
2015-12-12 10:04:51 -03:00
Juan Linietsky
6bc6b8fcf2
-ability to change scripts in external editor and still have properties reloaded in godot UI, fixes #3003
2015-12-09 09:08:41 -03:00
Franklin Sobrinho
b3ce127e31
Script Editor: maintain cursor column after duplicate a line
2015-12-06 15:34:09 -03:00
Rémi Verschelde
7ac31a7209
Merge pull request #2969 from neikeq/fix_bracket_complete
...
Fix auto bracket completion disabled on newly open scripts
2015-12-01 21:01:48 +01:00