index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
editor
/
plugins
/
script_editor_plugin.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added caret blink in text editor
Paulb23
2016-05-09
1
-0
/
+4
*
Modified editor strings to be translatable in the future
Juan Linietsky
2016-05-03
1
-64
/
+63
*
Trim trailing white space on save, issue 4383
Paulb23
2016-04-23
1
-3
/
+48
*
Setting to change line number color
Paulb23
2016-04-08
1
-0
/
+1
*
Merge pull request #4251 from Paulb23/block_indent_issue_3803
Rémi Verschelde
2016-04-06
1
-26
/
+2
|
\
|
*
Fixed block indent inconsistency, fixes issue 3803
Paulb23
2016-04-06
1
-26
/
+2
*
|
Option to toggle syntax highlighting
Paulb23
2016-04-06
1
-1
/
+2
*
|
Merge pull request #4238 from Paulb23/caret_color
Rémi Verschelde
2016-04-06
1
-0
/
+1
|
\
\
|
*
|
Ability to change the caret color
Paulb23
2016-04-05
1
-0
/
+1
*
|
|
Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting
Rémi Verschelde
2016-04-06
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Member variable syntax highlighting
Paulb23
2016-04-05
1
-0
/
+1
|
|
/
*
/
Fixed text edit undo and redo operation interaction
Paul Batty
2016-04-06
1
-2
/
+10
|
/
*
Separate help pages from scripts by default
Rémi Verschelde
2016-04-04
1
-1
/
+1
*
Change toggle comment behaviour. Fixes #4198
Luiz Paulo de Vasconcellos
2016-04-04
1
-0
/
+5
*
Function syntax highlighting
Paul Batty
2016-04-02
1
-0
/
+1
*
Option to toggle line numbers
Paulb23
2016-03-30
1
-0
/
+2
*
Syntax highlighting for numbers
Paulb23
2016-03-21
1
-0
/
+1
*
Option to toggle tab drawing
Paulb23
2016-03-18
1
-1
/
+2
*
Highlight all occurrences of selected word
Paulb23
2016-03-16
1
-0
/
+3
*
Added configuable tab size
Paulb23
2016-03-14
1
-0
/
+2
*
fix six possible "divide by zero"
Hubert Jarosz
2016-03-09
1
-2
/
+2
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-1
/
+1
*
Enabled scrolling past end of file
Paulb23
2016-03-07
1
-0
/
+2
*
Added search box in Class List dialog (Script Editor)
Franklin Sobrinho
2016-03-05
1
-1
/
+1
*
Add editor settings for call hint placement
Martin Chuckeles
2016-03-04
1
-0
/
+3
*
-fixed a crash when closing scene with animationplayer open
Juan Linietsky
2016-02-21
1
-1
/
+1
*
-Change link to new documentation
Juan Linietsky
2016-02-20
1
-1
/
+1
*
Fixed a couple of tooltips on the editor
Tegu
2016-02-10
1
-2
/
+2
*
-Property apply limits to V/H Splits in main editor window. Fixes #3567
Juan Linietsky
2016-02-08
1
-1
/
+1
*
-only save scripts if changed, takes less time to run projects and does not c...
Juan Linietsky
2016-02-02
1
-6
/
+11
*
Fix input passing to script editor even if not visible
Franklin Sobrinho
2016-01-27
1
-1
/
+1
*
Fix wrong condition test for saving, fixes #3287
Juan Linietsky
2016-01-23
1
-1
/
+3
*
Wider initial size of the panel with scripts
kubecz3k
2016-01-20
1
-1
/
+1
*
-Massive editor dialog cleanup
Juan Linietsky
2016-01-17
1
-6
/
+7
*
Ability to hide panel with scripts
kubecz3k
2016-01-13
1
-1
/
+1
*
Fix script highlighting for classes that begin with "_"
Franklin Sobrinho
2016-01-10
1
-1
/
+5
*
Fix debugger close button and script editor "Show Debugger"
Franklin Sobrinho
2016-01-08
1
-1
/
+1
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
Make sure auto bracket completion setting always works, closes #2332
Juan Linietsky
2016-01-01
1
-0
/
+9
*
Colorize Rect2 and NodePath in script editor
hondres
2015-12-24
1
-0
/
+2
*
this failed in msvc, didn't in linux and mingw
Ariel Manzur
2015-12-20
1
-1
/
+1
*
replaced :var by :Variant in documentation, fixes #2897
Juan Linietsky
2015-12-14
1
-0
/
+1
*
do not open dominant script if external editor is selected, fixes #3067
Juan Linietsky
2015-12-14
1
-0
/
+3
*
fix broken merge
Juan Linietsky
2015-12-12
1
-2
/
+0
*
Merge branch 'master' of https://github.com/godotengine/godot
Juan Linietsky
2015-12-12
1
-1
/
+1
|
\
|
*
Script debugger remains visible when using Debug->Show Debugger
Franklin Sobrinho
2015-12-12
1
-5
/
+2
*
|
-added option to keep debugger open, fixes #3031
Juan Linietsky
2015-12-12
1
-11
/
+18
|
/
*
-ability to change scripts in external editor and still have properties reloa...
Juan Linietsky
2015-12-09
1
-18
/
+98
*
Script Editor: maintain cursor column after duplicate a line
Franklin Sobrinho
2015-12-06
1
-1
/
+3
*
Merge pull request #2969 from neikeq/fix_bracket_complete
Rémi Verschelde
2015-12-01
1
-0
/
+1
|
\
[next]