aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finally fixes the infamous bug #4444, hoping to never see you again.Juan Linietsky2016-07-101-0/+9
* remove warnings if a script is missing and can't be openedJuan Linietsky2016-07-081-0/+2
* Fixed save as not working with scriptsPaulb232016-06-251-0/+1
* apply built-in scripts when running the game, closes #4987Juan Linietsky2016-06-251-1/+4
* add line spacing option to script and shader editor (#5105)volzhs2016-06-251-0/+1
* Improved breakpoint marker position, and scales with font sizePaulb232016-06-251-1/+0
* Added, goto next and previous breakpoint and remove all, issue 1690Paulb232016-06-041-0/+58
* Added breakpoint markers, issue 4750Paulb232016-06-041-1/+3
* Multiline duplication, issue #4661Paulb232016-06-041-6/+25
* Member variable syntax highlightingPaulb232016-06-041-0/+1
* Added caret blink in text editorPaulb232016-05-121-0/+4
* Trim trailing white space on save, issue 4383Paulb232016-04-271-3/+48
* Setting to change line number colorPaulb232016-04-271-0/+1
* Ability to change the caret colorPaulb232016-04-271-0/+1
* Option to toggle syntax highlightingPaulb232016-04-061-1/+2
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-26/+2
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-2/+10
* Separate help pages from scripts by defaultRémi Verschelde2016-04-061-1/+1
* Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos2016-04-061-0/+5
* Function syntax highlightingPaul Batty2016-04-021-0/+1
* Option to toggle line numbersPaulb232016-04-021-0/+2
* Syntax highlighting for numbersPaulb232016-04-021-0/+1
* Option to toggle tab drawingPaulb232016-04-021-1/+2
* Highlight all occurrences of selected wordPaulb232016-04-021-0/+3
* Added configuable tab sizePaulb232016-04-021-0/+2
* remove trailing whitespaceHubert Jarosz2016-04-021-1/+1
* Enabled scrolling past end of filePaulb232016-04-021-0/+2
* Added search box in Class List dialog (Script Editor)Franklin Sobrinho2016-03-061-1/+1
* Add editor settings for call hint placementMartin Chuckeles2016-03-051-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