summaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2015-12-14do not open dominant script if external editor is selected, fixes #3067Juan Linietsky
2015-12-12fix broken mergeJuan Linietsky
2015-12-12Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-12-added option to keep debugger open, fixes #3031Juan Linietsky
2015-12-12Script debugger remains visible when using Debug->Show DebuggerFranklin Sobrinho
2015-12-09-ability to change scripts in external editor and still have properties reloa...Juan Linietsky
2015-12-06Script Editor: maintain cursor column after duplicate a lineFranklin Sobrinho
2015-12-01Merge pull request #2969 from neikeq/fix_bracket_completeRémi Verschelde
2015-12-01Fix script editor not clonning down last lineneikeq
2015-12-01ScriptTextEditor: fix auto bracket completion not enabledneikeq
2015-11-25Merge pull request #2908 from neikeq/fix_editor_selectRémi Verschelde
2015-11-25Fix Class Reference request from Inspectorneikeq
2015-11-24Merge pull request #2907 from neikeq/fix_2887Rémi Verschelde
2015-11-24Fix Class Search dialog not showing upneikeq
2015-11-24Remember last help searchneikeq
2015-11-18-Fixed default theme a littleJuan Linietsky
2015-11-17-Merged Script and Help tabsJuan Linietsky
2015-08-09Fix create script dialog title(s)Maximillian
2015-08-09Add create new script button to script editor menuMaximillian
2015-08-04more debugger fixesJuan Linietsky
2015-06-29Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky
2015-06-26improved get_node(), connect(), etc code completion.Juan Linietsky
2015-06-24added a tiny bit more space to docks and script tabJuan Linietsky
2015-06-22Merge pull request #2101 from sanikoyes/Pr-script-editor-save-stateJuan Linietsky
2015-06-22Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky
2015-06-16Script editor: restore line/column after script reloadsanikoyes
2015-05-17reinstante focus into textedit after menu used in code editorJuan Linietsky
2015-05-05fix crash in editor when using alt+arrows to indent, thanks adolson and romul...Juan Linietsky
2015-05-04Proper support for code editor autosaving (disabled by default)Juan Linietsky
2015-04-24changed some shortcuts in text editor, maybe fixes #1732Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-08Changed popup_centered by popup_centered_minsize in editor dialogsFranklin Sobrinho
2015-03-22Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky
2015-03-22Fix for Issue #1484: Don't strip whitespace on line commentrollenrolm
2015-02-16Changed code to remove gcc -Wparentheses warnings.ElectricSolstice
2015-02-09Merge pull request #1174 from adolson/autoreload-edited-scriptsJuan Linietsky
2015-01-18-intentional breakage of shader graph to fix issues, existing graphs will be ...Juan Linietsky
2015-01-17fixesDana Olson
2015-01-17Merge pull request #1225 from marynate/PR-script-editor-close-tabJuan Linietsky
2015-01-15Add current_line_color ediotr setting for script and shader editormarynate
2015-01-15Only show Close Tab confirmation when script has unsaved change;Update Close ...marynate
2015-01-10add option to automatically reload changed scriptsDana Olson
2015-01-04-attempt to be friendlier on non english keyboardsJuan Linietsky
2015-01-04-Fix shortcuts for OSX code completion, fixes #1111Juan Linietsky
2014-12-17change shortcut for toggle-comment to Ctrl+KDana Olson
2014-12-17-added brace matching to go with the new code completionJuan Linietsky
2014-12-16New Code CompletionJuan Linietsky
2014-12-07apply patch #882 from dcubixDana Olson
2014-12-07Batch of BugfixesJuan Linietsky
2014-11-12Editor goodies updateDiego Lopes