summaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2016-06-09add line spacing option to script and shader editor (#5105)volzhs
2016-06-08-Ability to reload (and soft reload) tool scripts. Please test!Juan Linietsky
2016-06-07Improved breakpoint marker position, and scales with font sizePaulb23
2016-06-03Cleaned up remote menuJuan Linietsky
2016-05-30-Some fixes to OSX retina scaling for window functionsJuan Linietsky
2016-05-29Merge pull request #4843 from Paulb23/breakpoints_next_prev_and_remove_issue_...Rémi Verschelde
2016-05-29Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde
2016-05-29ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry
2016-05-27Added, goto next and previous breakpoint and remove all, issue 1690Paulb23
2016-05-26Added breakpoint markers, issue 4750Paulb23
2016-05-25Added settings to change marked and breakpoint colorPaulb23
2016-05-23Added color themes to the text editorPaulb23
2016-05-21Merge pull request #4733 from akien-mga/pr-i18n-proofreadingRémi Verschelde
2016-05-21i18n: Second pass at proofreadingRémi Verschelde
2016-05-21i18n: Proofreading of all stringsRémi Verschelde
2016-05-19Multiline duplication, issue #4661Paulb23
2016-05-09Added caret blink in text editorPaulb23
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-04-23Trim trailing white space on save, issue 4383Paulb23
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