aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix spaces and quotes in external editor flagsbinbitten2018-02-191-12/+26
| | | | (cherry picked from commit fb8d2420b58825c5293025ca8dc5b3f4e587787d)
* Fix external editors always opening on scene changeBernhard Liebl2018-01-141-4/+8
|
* External editor fixesIgnacio Etcheverry2018-01-091-15/+13
| | | | | | - Fix VS Code opening on the previous line to the desired one. - Fix running MonoDevelop without the line and column parameters. - Fix `ScriptEditor::_goto_script_line` not working with language overriden external editors.
* Don't delete edit menu too early when closing script tabsBernhard Liebl2018-01-081-1/+3
|
* i18n: Sync translation templates with current sourceRémi Verschelde2018-01-061-1/+1
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Add Show In File System to script editor tabssersoong2018-01-021-1/+11
|
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Add missing parameter namesPoommetee Ketson2017-12-251-3/+3
|
* Merge pull request #14827 from RayKoopa/editor_patchworkNoshyaar2017-12-251-1/+1
|\ | | | | Some Editor UI patchwork
| * Limit code editor minimum width, clear Scene node subresource menu before ↵Ray Koopa2017-12-191-1/+1
| | | | | | | | refilling it
* | Some fixes for the Script Editor and dead code cleaning.Michael Alexsander Silva Dias2017-12-181-38/+6
|/
* Merge pull request #14613 from voithos/fold-jump-bugfixRémi Verschelde2017-12-161-4/+4
|\ | | | | Account for folded code blocks when navigating via members list
| * Account for folded code blocks when navigating via members listZaven Muradyan2017-12-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the editor would attempt to set the scroll position to the function's line number, but this would result in an invalid scroll whenever functions above the target were folded. This changes callback to use a combination of `goto_line` and `set_edit_state` to navigate to the target line and reset the cursor to column 0. Using `goto_line` also has the side effect of automatically unfolding the target function, which seems like useful behavior. Fixes #14572.
* | Added open_script_create_dialog funcWill Nations2017-12-131-0/+6
|/
* Add 'copy script path' to script editor pluginsersoong2017-12-071-0/+12
|
* Visual fixesDaniel J. Ramirez2017-11-201-1/+1
| | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
* Add close other tabs to Script Editorsersoong2017-11-201-1/+37
|
* Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-201-1/+1
|\ | | | | Add support for XDG Base Directory spec
| * Use new XDG folders to dehardcode pathsRémi Verschelde2017-11-191-1/+1
| |
| * EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-171-1/+1
| | | | | | | | Also to prepare for upcoming refactoring for XDG support.
* | fix set_current_tab: Indexp_current=-1 out of sizeOmar Al Halabi2017-11-191-1/+1
|/
* remove debug msgIan2017-11-131-2/+0
|
* add script list drag n dropIan2017-11-121-26/+166
|
* move item up/down context menu and shortcutIan2017-11-121-17/+93
|
* add script editor list context menuIan2017-11-121-4/+55
|
* Added hotkey for Continue actionChaosus2017-10-251-1/+1
|
* Fix drop-down size when resizing font #12207Felipe Seixas2017-10-211-0/+2
| | | | | Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent
* Fixed help overview visibility, issue 12011 and 10407Paulb232017-10-141-6/+6
|
* fix script editor clear recent scripts crashjagt2017-10-111-1/+4
|
* Consistant scroll when using members overview, issue 11648Paulb232017-10-081-1/+5
|
* Added correct initialization for script editor theme.Daniel J. Ramirez2017-10-021-2/+1
| | | | Some style fixes for VS interface.
* Fixed segfault on loading text editor themePaulb232017-09-171-1/+2
|
* Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde2017-09-141-0/+67
|\ | | | | Improved editor docs
| * Several fixed to editor doc.Daniel J. Ramirez2017-09-141-0/+67
| | | | | | | | | | | | Improved style Fixed editor help issues Added editor help index
* | More consistent script color temperatures.Daniel J. Ramirez2017-09-131-4/+2
|/
* Fit script editor grid with othersvolzhs2017-09-071-0/+3
|
* Merge pull request #10931 from djrm/pr_style_fixesRémi Verschelde2017-09-041-4/+4
|\ | | | | Improved color temperature in script editor
| * Improved color temperature in script editorDaniel J. Ramirez2017-09-031-4/+4
| |
* | Merge pull request #10939 from neikeq/fix-overridden-external-editorsRémi Verschelde2017-09-041-1/+7
|\ \ | | | | | | Fixes language overridden external editors
| * | Fixes language overridden external editorsIgnacio Etcheverry2017-09-031-1/+7
| |/
* | Merge pull request #10901 from toger5/script_background_cleanupRémi Verschelde2017-09-041-3/+0
|\ \ | | | | | | StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685
| * | Unified script panel backgrounds.toger52017-09-021-3/+0
| |/ | | | | | | | | | | - simplefied it with using the new rtl. - removed ("ScriptPanel", "EditorStyles") for since rtl now can be used - unified backgrounds when script editor color is set to transparent => option to set background color adapt to theme is deprecated.
* / -Added an optimization so physics shapes are configured later, speeds up ↵Juan Linietsky2017-09-031-0/+8
|/ | | | grid map loading and editing
* Merge pull request #10382 from toger5/dark_iconsRémi Verschelde2017-08-311-0/+7
|\ | | | | Light Theme
| * added icon updating to most ui elementstoger52017-08-301-0/+7
| |
* | Merge pull request #10750 from Rubonnek/fix-duplicate-script-changed-signalRémi Verschelde2017-08-301-2/+2
|\ \ | |/ |/| Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed'
| * Renamed 'script_changed' signal in the script editor plugin to ↵Wilson E. Alvarez2017-08-291-2/+2
| | | | | | | | 'edited_script_changed'
* | Merge pull request #10745 from neikeq/fix-docdata-and-stuffJuan Linietsky2017-08-291-2/+2
|\ \ | |/ |/| DocData and virtual method type hints fixes
| * DocData and type hints fixesIgnacio Etcheverry2017-08-291-2/+2
| | | | | | | | | | | | | | - Makes vararg methods automatically use PROPERTY_USAGE_NIL_IS_VARIANT on return types - Completely removes the ":type" suffix for method names. Virtual methods must use the MethodInfo constructors that takes Variant::Type or PropertyHint as the first parameter for the return type (with CLASS_INFO as a helper to get the PropertyInfo). Parameters must use PROPERTY_HINT_RESOURCE_TYPE and hint string. - PROPERTY_USAGE_NIL_IS_VARIANT is no longer needed for parameters, because parameters cannot be void. - Adds missing PROPERTY_USAGE_NIL_IS_VARIANT to virtual and built-in methods that return Variant.