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
...
|
*
ScriptTextEditor: fix auto bracket completion not enabled
neikeq
2015-12-01
1
-0
/
+1
*
|
Fix script editor not clonning down last line
neikeq
2015-12-01
1
-2
/
+2
|
/
*
Merge pull request #2908 from neikeq/fix_editor_select
Rémi Verschelde
2015-11-25
1
-0
/
+2
|
\
|
*
Fix Class Reference request from Inspector
neikeq
2015-11-25
1
-0
/
+2
*
|
Merge pull request #2907 from neikeq/fix_2887
Rémi Verschelde
2015-11-24
1
-6
/
+5
|
\
\
|
*
|
Fix Class Search dialog not showing up
neikeq
2015-11-24
1
-6
/
+5
|
|
/
*
/
Remember last help search
neikeq
2015-11-24
1
-1
/
+1
|
/
*
-Fixed default theme a little
Juan Linietsky
2015-11-18
1
-2
/
+6
*
-Merged Script and Help tabs
Juan Linietsky
2015-11-17
1
-394
/
+900
*
Fix create script dialog title(s)
Maximillian
2015-08-09
1
-0
/
+1
*
Add create new script button to script editor menu
Maximillian
2015-08-09
1
-4
/
+14
*
more debugger fixes
Juan Linietsky
2015-08-04
1
-0
/
+1
*
Several performance improvements, mainly in loading and instancing scenes and...
Juan Linietsky
2015-06-29
1
-2
/
+2
*
improved get_node(), connect(), etc code completion.
Juan Linietsky
2015-06-26
1
-0
/
+83
*
added a tiny bit more space to docks and script tab
Juan Linietsky
2015-06-24
1
-1
/
+2
*
Merge pull request #2101 from sanikoyes/Pr-script-editor-save-state
Juan Linietsky
2015-06-22
1
-2
/
+13
|
\
|
*
Script editor: restore line/column after script reload
sanikoyes
2015-06-16
1
-2
/
+13
*
|
Multiple scene editing *POTENTIALLY UNSTABLE*
Juan Linietsky
2015-06-22
1
-141
/
+240
|
/
*
reinstante focus into textedit after menu used in code editor
Juan Linietsky
2015-05-17
1
-0
/
+6
*
fix crash in editor when using alt+arrows to indent, thanks adolson and romul...
Juan Linietsky
2015-05-05
1
-12
/
+12
*
Proper support for code editor autosaving (disabled by default)
Juan Linietsky
2015-05-04
1
-1
/
+39
*
changed some shortcuts in text editor, maybe fixes #1732
Juan Linietsky
2015-04-24
1
-3
/
+3
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
1
-1
/
+1
*
Changed popup_centered by popup_centered_minsize in editor dialogs
Franklin Sobrinho
2015-04-08
1
-1
/
+1
*
Merge pull request #1380 from ElectricSolstice/wparentheses_removal
Juan Linietsky
2015-03-22
1
-3
/
+5
|
\
|
*
Changed code to remove gcc -Wparentheses warnings.
ElectricSolstice
2015-02-16
1
-3
/
+5
*
|
Fix for Issue #1484: Don't strip whitespace on line comment
rollenrolm
2015-03-22
1
-2
/
+2
|
/
*
Merge pull request #1174 from adolson/autoreload-edited-scripts
Juan Linietsky
2015-02-09
1
-1
/
+5
|
\
|
*
fixes
Dana Olson
2015-01-17
1
-1
/
+2
|
*
add option to automatically reload changed scripts
Dana Olson
2015-01-10
1
-1
/
+4
*
|
-intentional breakage of shader graph to fix issues, existing graphs will be ...
Juan Linietsky
2015-01-18
1
-1
/
+1
*
|
Merge pull request #1225 from marynate/PR-script-editor-close-tab
Juan Linietsky
2015-01-17
1
-4
/
+7
|
\
\
|
*
|
Only show Close Tab confirmation when script has unsaved change;Update Close ...
marynate
2015-01-15
1
-4
/
+7
|
|
/
*
/
Add current_line_color ediotr setting for script and shader editor
marynate
2015-01-15
1
-0
/
+1
|
/
*
-attempt to be friendlier on non english keyboards
Juan Linietsky
2015-01-04
1
-1
/
+1
*
-Fix shortcuts for OSX code completion, fixes #1111
Juan Linietsky
2015-01-04
1
-0
/
+4
*
change shortcut for toggle-comment to Ctrl+K
Dana Olson
2014-12-17
1
-1
/
+1
*
-added brace matching to go with the new code completion
Juan Linietsky
2014-12-17
1
-0
/
+1
*
New Code Completion
Juan Linietsky
2014-12-16
1
-11
/
+37
*
apply patch #882 from dcubix
Dana Olson
2014-12-07
1
-27
/
+97
*
Batch of Bugfixes
Juan Linietsky
2014-12-07
1
-1
/
+1
*
Editor goodies update
Diego Lopes
2014-11-12
1
-6
/
+167
*
SceneMainLoop -> SceneTree
Juan Linietsky
2014-11-05
1
-5
/
+5
*
Little Bits
Juan Linietsky
2014-10-12
1
-1
/
+1
*
Misc Bits
Juan Linietsky
2014-10-09
1
-0
/
+2
*
-variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr...
Juan Linietsky
2014-09-22
1
-1
/
+4
*
don't switch to resource tab when switching to script tab
Dana Olson
2014-08-22
1
-1
/
+0
*
Making Godot Easier to Use..
Juan Linietsky
2014-05-24
1
-0
/
+21
*
Implement Shift+F1 as contextual help hotkey for script editor; There's
marynate
2014-05-06
1
-9
/
+8
*
Start working on script editor help
marynate
2014-05-06
1
-0
/
+11
[prev]
[next]