| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Keep to show current script when closing all docs | volzhs | 2018-02-21 | 1 | -3/+5 |
| | | | | | | | | | | also fix error when removing multiple tabs from TabContainer at same frame. like closing multiple docs at once. Fix #16403 (cherry picked from commit df84290a7ee2e4e939fc4eccc030129227c83895) | ||||
| * | option to disable sort in script list | ianb96 | 2018-02-19 | 1 | -1/+4 |
| | | | | | (cherry picked from commit e1778fb921a7800e50fd464cc16eaae6faa19ee9) | ||||
| * | Added "allow_reselect" property to ItemList and enabled it for the ↵ | Michael Alexsander Silva Dias | 2018-02-19 | 1 | -2/+2 |
| | | | | | | | method/help lists. (cherry picked from commit 4dbf6ac1b890ff6333d1600d2c091baa176b356c) | ||||
| * | Fixed members overview not scrolling to correct line | Paulb23 | 2018-02-19 | 1 | -2/+3 |
| | | | | | (cherry picked from commit 4d92c5e1c306b483d30004fe04fbef1ad46f7f7f) | ||||
| * | Fix spaces and quotes in external editor flags | binbitten | 2018-02-19 | 1 | -12/+26 |
| | | | | | (cherry picked from commit fb8d2420b58825c5293025ca8dc5b3f4e587787d) | ||||
| * | Fix external editors always opening on scene change | Bernhard Liebl | 2018-01-14 | 1 | -4/+8 |
| | | |||||
| * | External editor fixes | Ignacio Etcheverry | 2018-01-09 | 1 | -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 tabs | Bernhard Liebl | 2018-01-08 | 1 | -1/+3 |
| | | |||||
| * | i18n: Sync translation templates with current source | Rémi Verschelde | 2018-01-06 | 1 | -1/+1 |
| | | |||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -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 tabs | sersoong | 2018-01-02 | 1 | -1/+11 |
| | | |||||
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | | Happy new year to the wonderful Godot community! | ||||
| * | Add missing parameter names | Poommetee Ketson | 2017-12-25 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #14827 from RayKoopa/editor_patchwork | Noshyaar | 2017-12-25 | 1 | -1/+1 |
| |\ | | | | | Some Editor UI patchwork | ||||
| | * | Limit code editor minimum width, clear Scene node subresource menu before ↵ | Ray Koopa | 2017-12-19 | 1 | -1/+1 |
| | | | | | | | | | refilling it | ||||
| * | | Some fixes for the Script Editor and dead code cleaning. | Michael Alexsander Silva Dias | 2017-12-18 | 1 | -38/+6 |
| |/ | |||||
| * | Merge pull request #14613 from voithos/fold-jump-bugfix | Rémi Verschelde | 2017-12-16 | 1 | -4/+4 |
| |\ | | | | | Account for folded code blocks when navigating via members list | ||||
| | * | Account for folded code blocks when navigating via members list | Zaven Muradyan | 2017-12-12 | 1 | -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 func | Will Nations | 2017-12-13 | 1 | -0/+6 |
| |/ | |||||
| * | Add 'copy script path' to script editor plugin | sersoong | 2017-12-07 | 1 | -0/+12 |
| | | |||||
| * | Visual fixes | Daniel J. Ramirez | 2017-11-20 | 1 | -1/+1 |
| | | | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | ||||
| * | Add close other tabs to Script Editor | sersoong | 2017-11-20 | 1 | -1/+37 |
| | | |||||
| * | Merge pull request #12988 from akien-mga/xdg-home-paths | Rémi Verschelde | 2017-11-20 | 1 | -1/+1 |
| |\ | | | | | Add support for XDG Base Directory spec | ||||
| | * | Use new XDG folders to dehardcode paths | Rémi Verschelde | 2017-11-19 | 1 | -1/+1 |
| | | | |||||
| | * | EditorSettings: Rename settings_path to settings_dir | Rémi Verschelde | 2017-11-17 | 1 | -1/+1 |
| | | | | | | | | | Also to prepare for upcoming refactoring for XDG support. | ||||
| * | | fix set_current_tab: Indexp_current=-1 out of size | Omar Al Halabi | 2017-11-19 | 1 | -1/+1 |
| |/ | |||||
| * | remove debug msg | Ian | 2017-11-13 | 1 | -2/+0 |
| | | |||||
| * | add script list drag n drop | Ian | 2017-11-12 | 1 | -26/+166 |
| | | |||||
| * | move item up/down context menu and shortcut | Ian | 2017-11-12 | 1 | -17/+93 |
| | | |||||
| * | add script editor list context menu | Ian | 2017-11-12 | 1 | -4/+55 |
| | | |||||
| * | Added hotkey for Continue action | Chaosus | 2017-10-25 | 1 | -1/+1 |
| | | |||||
| * | Fix drop-down size when resizing font #12207 | Felipe Seixas | 2017-10-21 | 1 | -0/+2 |
| | | | | | | Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent | ||||
| * | Fixed help overview visibility, issue 12011 and 10407 | Paulb23 | 2017-10-14 | 1 | -6/+6 |
| | | |||||
| * | fix script editor clear recent scripts crash | jagt | 2017-10-11 | 1 | -1/+4 |
| | | |||||
| * | Consistant scroll when using members overview, issue 11648 | Paulb23 | 2017-10-08 | 1 | -1/+5 |
| | | |||||
| * | Added correct initialization for script editor theme. | Daniel J. Ramirez | 2017-10-02 | 1 | -2/+1 |
| | | | | | Some style fixes for VS interface. | ||||
| * | Fixed segfault on loading text editor theme | Paulb23 | 2017-09-17 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #11253 from djrm/pr_better_docs | Rémi Verschelde | 2017-09-14 | 1 | -0/+67 |
| |\ | | | | | Improved editor docs | ||||
| | * | Several fixed to editor doc. | Daniel J. Ramirez | 2017-09-14 | 1 | -0/+67 |
| | | | | | | | | | | | | | Improved style Fixed editor help issues Added editor help index | ||||
| * | | More consistent script color temperatures. | Daniel J. Ramirez | 2017-09-13 | 1 | -4/+2 |
| |/ | |||||
| * | Fit script editor grid with others | volzhs | 2017-09-07 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #10931 from djrm/pr_style_fixes | Rémi Verschelde | 2017-09-04 | 1 | -4/+4 |
| |\ | | | | | Improved color temperature in script editor | ||||
| | * | Improved color temperature in script editor | Daniel J. Ramirez | 2017-09-03 | 1 | -4/+4 |
| | | | |||||
| * | | Merge pull request #10939 from neikeq/fix-overridden-external-editors | Rémi Verschelde | 2017-09-04 | 1 | -1/+7 |
| |\ \ | | | | | | | Fixes language overridden external editors | ||||
| | * | | Fixes language overridden external editors | Ignacio Etcheverry | 2017-09-03 | 1 | -1/+7 |
| | |/ | |||||
| * | | Merge pull request #10901 from toger5/script_background_cleanup | Rémi Verschelde | 2017-09-04 | 1 | -3/+0 |
| |\ \ | | | | | | | StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685 | ||||
| | * | | Unified script panel backgrounds. | toger5 | 2017-09-02 | 1 | -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 Linietsky | 2017-09-03 | 1 | -0/+8 |
| |/ | | | | grid map loading and editing | ||||
| * | Merge pull request #10382 from toger5/dark_icons | Rémi Verschelde | 2017-08-31 | 1 | -0/+7 |
| |\ | | | | | Light Theme | ||||
| | * | added icon updating to most ui elements | toger5 | 2017-08-30 | 1 | -0/+7 |
| | | | |||||
