aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Highlight all occurrences of selected wordPaulb232016-03-161-0/+3
* Added configuable tab sizePaulb232016-03-141-0/+2
* fix six possible "divide by zero"Hubert Jarosz2016-03-091-2/+2
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
* Enabled scrolling past end of filePaulb232016-03-071-0/+2
* Added search box in Class List dialog (Script Editor)Franklin Sobrinho2016-03-051-1/+1
* Add editor settings for call hint placementMartin Chuckeles2016-03-041-0/+3
* -fixed a crash when closing scene with animationplayer openJuan Linietsky2016-02-211-1/+1
* -Change link to new documentationJuan Linietsky2016-02-201-1/+1
* Fixed a couple of tooltips on the editorTegu2016-02-101-2/+2
* -Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky2016-02-081-1/+1
* -only save scripts if changed, takes less time to run projects and does not c...Juan Linietsky2016-02-021-6/+11
* Fix input passing to script editor even if not visibleFranklin Sobrinho2016-01-271-1/+1
* Fix wrong condition test for saving, fixes #3287Juan Linietsky2016-01-231-1/+3
* Wider initial size of the panel with scriptskubecz3k2016-01-201-1/+1
* -Massive editor dialog cleanupJuan Linietsky2016-01-171-6/+7
* Ability to hide panel with scriptskubecz3k2016-01-131-1/+1
* Fix script highlighting for classes that begin with "_"Franklin Sobrinho2016-01-101-1/+5
* Fix debugger close button and script editor "Show Debugger"Franklin Sobrinho2016-01-081-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Make sure auto bracket completion setting always works, closes #2332Juan Linietsky2016-01-011-0/+9
* Colorize Rect2 and NodePath in script editorhondres2015-12-241-0/+2
* this failed in msvc, didn't in linux and mingwAriel Manzur2015-12-201-1/+1
* replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-141-0/+1
* do not open dominant script if external editor is selected, fixes #3067Juan Linietsky2015-12-141-0/+3
* fix broken mergeJuan Linietsky2015-12-121-2/+0
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-121-1/+1
|\
| * Script debugger remains visible when using Debug->Show DebuggerFranklin Sobrinho2015-12-121-5/+2
* | -added option to keep debugger open, fixes #3031Juan Linietsky2015-12-121-11/+18
|/
* -ability to change scripts in external editor and still have properties reloa...Juan Linietsky2015-12-091-18/+98
* Script Editor: maintain cursor column after duplicate a lineFranklin Sobrinho2015-12-061-1/+3
* Merge pull request #2969 from neikeq/fix_bracket_completeRémi Verschelde2015-12-011-0/+1
|\
| * 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
|/