summaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2016-04-08Setting to change line number colorPaulb23
2016-04-06Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde
2016-04-06Option to toggle syntax highlightingPaulb23
2016-04-06Fixed block indent inconsistency, fixes issue 3803Paulb23
2016-04-06Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde
2016-04-06Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde
2016-04-06Fixed text edit undo and redo operation interactionPaul Batty
2016-04-05Ability to change the caret colorPaulb23
2016-04-05Member variable syntax highlightingPaulb23
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