aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ScriptTextEditor: fix auto bracket completion not enabledneikeq2015-12-011-0/+1
* | Fix script editor not clonning down last lineneikeq2015-12-011-2/+2
|/
* Merge pull request #2908 from neikeq/fix_editor_selectRémi Verschelde2015-11-251-0/+2
|\
| * Fix Class Reference request from Inspectorneikeq2015-11-251-0/+2
* | Merge pull request #2907 from neikeq/fix_2887Rémi Verschelde2015-11-241-6/+5
|\ \
| * | Fix Class Search dialog not showing upneikeq2015-11-241-6/+5
| |/
* / Remember last help searchneikeq2015-11-241-1/+1
|/
* -Fixed default theme a littleJuan Linietsky2015-11-181-2/+6
* -Merged Script and Help tabsJuan Linietsky2015-11-171-394/+900
* Fix create script dialog title(s)Maximillian2015-08-091-0/+1
* Add create new script button to script editor menuMaximillian2015-08-091-4/+14
* more debugger fixesJuan Linietsky2015-08-041-0/+1
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-2/+2
* improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-261-0/+83
* added a tiny bit more space to docks and script tabJuan Linietsky2015-06-241-1/+2
* Merge pull request #2101 from sanikoyes/Pr-script-editor-save-stateJuan Linietsky2015-06-221-2/+13
|\
| * Script editor: restore line/column after script reloadsanikoyes2015-06-161-2/+13
* | Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-141/+240
|/
* reinstante focus into textedit after menu used in code editorJuan Linietsky2015-05-171-0/+6
* fix crash in editor when using alt+arrows to indent, thanks adolson and romul...Juan Linietsky2015-05-051-12/+12
* Proper support for code editor autosaving (disabled by default)Juan Linietsky2015-05-041-1/+39
* changed some shortcuts in text editor, maybe fixes #1732Juan Linietsky2015-04-241-3/+3
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Changed popup_centered by popup_centered_minsize in editor dialogsFranklin Sobrinho2015-04-081-1/+1
* Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky2015-03-221-3/+5
|\
| * Changed code to remove gcc -Wparentheses warnings.ElectricSolstice2015-02-161-3/+5
* | Fix for Issue #1484: Don't strip whitespace on line commentrollenrolm2015-03-221-2/+2
|/
* Merge pull request #1174 from adolson/autoreload-edited-scriptsJuan Linietsky2015-02-091-1/+5
|\
| * fixesDana Olson2015-01-171-1/+2
| * add option to automatically reload changed scriptsDana Olson2015-01-101-1/+4
* | -intentional breakage of shader graph to fix issues, existing graphs will be ...Juan Linietsky2015-01-181-1/+1
* | Merge pull request #1225 from marynate/PR-script-editor-close-tabJuan Linietsky2015-01-171-4/+7
|\ \
| * | Only show Close Tab confirmation when script has unsaved change;Update Close ...marynate2015-01-151-4/+7
| |/
* / Add current_line_color ediotr setting for script and shader editormarynate2015-01-151-0/+1
|/
* -attempt to be friendlier on non english keyboardsJuan Linietsky2015-01-041-1/+1
* -Fix shortcuts for OSX code completion, fixes #1111Juan Linietsky2015-01-041-0/+4
* change shortcut for toggle-comment to Ctrl+KDana Olson2014-12-171-1/+1
* -added brace matching to go with the new code completionJuan Linietsky2014-12-171-0/+1
* New Code CompletionJuan Linietsky2014-12-161-11/+37
* apply patch #882 from dcubixDana Olson2014-12-071-27/+97
* Batch of BugfixesJuan Linietsky2014-12-071-1/+1
* Editor goodies updateDiego Lopes2014-11-121-6/+167
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-5/+5
* Little BitsJuan Linietsky2014-10-121-1/+1
* Misc BitsJuan Linietsky2014-10-091-0/+2
* -variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr...Juan Linietsky2014-09-221-1/+4
* don't switch to resource tab when switching to script tabDana Olson2014-08-221-1/+0
* Making Godot Easier to Use..Juan Linietsky2014-05-241-0/+21
* Implement Shift+F1 as contextual help hotkey for script editor; There'smarynate2014-05-061-9/+8
* Start working on script editor helpmarynate2014-05-061-0/+11