summaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2016-04-04Separate help pages from scripts by defaultRémi Verschelde
2016-04-04Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos
2016-04-02Function syntax highlightingPaul Batty
2016-03-30Option to toggle line numbersPaulb23
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-18Option to toggle tab drawingPaulb23
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-14Added configuable tab sizePaulb23
2016-03-09fix six possible "divide by zero"Hubert Jarosz
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-07Enabled scrolling past end of filePaulb23
2016-03-05Added search box in Class List dialog (Script Editor)Franklin Sobrinho
2016-03-04Add editor settings for call hint placementMartin Chuckeles
2016-02-21-fixed a crash when closing scene with animationplayer openJuan Linietsky
2016-02-20-Change link to new documentationJuan Linietsky
2016-02-10Fixed a couple of tooltips on the editorTegu
2016-02-08-Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky
2016-02-02-only save scripts if changed, takes less time to run projects and does not c...Juan Linietsky
2016-01-27Fix input passing to script editor even if not visibleFranklin Sobrinho
2016-01-23Fix wrong condition test for saving, fixes #3287Juan Linietsky
2016-01-20Wider initial size of the panel with scriptskubecz3k
2016-01-17-Massive editor dialog cleanupJuan Linietsky
2016-01-13Ability to hide panel with scriptskubecz3k
2016-01-10Fix script highlighting for classes that begin with "_"Franklin Sobrinho
2016-01-08Fix debugger close button and script editor "Show Debugger"Franklin Sobrinho
2016-01-01Update copyright to 2016 in headersGeorge Marques
2016-01-01Make sure auto bracket completion setting always works, closes #2332Juan Linietsky
2015-12-24Colorize Rect2 and NodePath in script editorhondres
2015-12-20this failed in msvc, didn't in linux and mingwAriel Manzur
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
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