aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove warnings if a script is missing and can't be openedJuan Linietsky2016-07-071-0/+2
* Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky2016-07-061-3/+74
* Shortcuts for script switching in script ModeDaniel J. Ramirez2016-06-261-1/+21
* Fixed save as not working with scriptsPaulb232016-06-221-0/+1
* Added code completion existing color settingPaulb232016-06-211-0/+1
* Added code completion selected color settingPaulb232016-06-211-0/+1
* Added code completion background color settingPaulb232016-06-211-0/+1
* Changed save all scripts shortcut to avoid collision, fixes #4278Juan Linietsky2016-06-201-1/+1
* Make sure that scripts are reloaded if needed when they enter editing, fixes ...Juan Linietsky2016-06-191-2/+14
* Removed lots of printsDaniel J. Ramirez2016-06-181-3/+1
* Merge pull request #5163 from Paulb23/script_editor_shortcutsRémi Verschelde2016-06-151-47/+47
|\
| * Added script editor shortcutsPaulb232016-06-131-47/+47
* | Merge pull request #5165 from neikeq/pr-issue-5116Juan Linietsky2016-06-131-0/+45
|\ \ | |/ |/|
| * ConnectionsDock: Double click to create and go to signal connectionIgnacio Etcheverry2016-06-121-0/+45
* | Changed reload logic to auto-hard-reload scripts on save. It's simpler to use...Juan Linietsky2016-06-131-2/+7
* | apply built-in scripts when running the game, closes #4987Juan Linietsky2016-06-111-1/+4
* | add line spacing option to script and shader editor (#5105)volzhs2016-06-091-0/+1
|/
* -Ability to reload (and soft reload) tool scripts. Please test!Juan Linietsky2016-06-081-0/+13
* Improved breakpoint marker position, and scales with font sizePaulb232016-06-071-1/+0
* Cleaned up remote menuJuan Linietsky2016-06-031-0/+21
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-2/+2
* Merge pull request #4843 from Paulb23/breakpoints_next_prev_and_remove_issue_...Rémi Verschelde2016-05-291-0/+58
|\
| * Added, goto next and previous breakpoint and remove all, issue 1690Paulb232016-05-271-0/+58
* | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde2016-05-291-1/+3
|\ \
| * | Added breakpoint markers, issue 4750Paulb232016-05-261-1/+3
| |/
* / ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry2016-05-291-9/+10
|/
* Added settings to change marked and breakpoint colorPaulb232016-05-251-0/+2
* Added color themes to the text editorPaulb232016-05-231-0/+64
* Merge pull request #4733 from akien-mga/pr-i18n-proofreadingRémi Verschelde2016-05-211-4/+4
|\
| * i18n: Second pass at proofreadingRémi Verschelde2016-05-211-3/+3
| * i18n: Proofreading of all stringsRémi Verschelde2016-05-211-1/+1
* | Multiline duplication, issue #4661Paulb232016-05-191-6/+25
|/
* Added caret blink in text editorPaulb232016-05-091-0/+4
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-64/+63
* Trim trailing white space on save, issue 4383Paulb232016-04-231-3/+48
* Setting to change line number colorPaulb232016-04-081-0/+1
* Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde2016-04-061-26/+2
|\
| * Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-26/+2
* | Option to toggle syntax highlightingPaulb232016-04-061-1/+2
* | Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde2016-04-061-0/+1
|\ \
| * | Ability to change the caret colorPaulb232016-04-051-0/+1
* | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde2016-04-061-0/+1
|\ \ \ | |_|/ |/| |
| * | Member variable syntax highlightingPaulb232016-04-051-0/+1
| |/
* / Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-2/+10
|/
* Separate help pages from scripts by defaultRémi Verschelde2016-04-041-1/+1
* Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos2016-04-041-0/+5
* Function syntax highlightingPaul Batty2016-04-021-0/+1
* Option to toggle line numbersPaulb232016-03-301-0/+2
* Syntax highlighting for numbersPaulb232016-03-211-0/+1
* Option to toggle tab drawingPaulb232016-03-181-1/+2