| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move Theme options to submenu | Chaosus | 2018-06-21 | 1 | -33/+47 |
| | | |||||
| * | Merge pull request #19334 from guilhermefelipecgs/fix_popup | Juan Linietsky | 2018-06-08 | 1 | -10/+15 |
| |\ | | | | | Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor | ||||
| | * | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe | 2018-06-06 | 1 | -10/+15 |
| | | | |||||
| * | | Fix theme not updating with changes | Guilherme Felipe | 2018-06-06 | 1 | -0/+3 |
| |/ | |||||
| * | Show opened script or help name | volzhs | 2018-06-06 | 1 | -4/+16 |
| | | |||||
| * | Small tooltip changes. | Michael Alexsander Silva Dias | 2018-05-18 | 1 | -1/+2 |
| | | |||||
| * | Moved inspector functionality from EditorNode to InspectorDock. | Daniel J. Ramirez | 2018-05-17 | 1 | -1/+1 |
| | | |||||
| * | Changed the name displayed in the Script tab for built-in script with a more ↵ | Samuele Zolfanelli | 2018-05-16 | 1 | -1/+2 |
| | | | | | descriptive one | ||||
| * | Add button hbox with alphabetic sort toggle above methods outline. | Julian Murgia | 2018-05-11 | 1 | -2/+36 |
| | | |||||
| * | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | 2018-04-22 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #16571 from Zylann/find_in_files | Juan Linietsky | 2018-04-08 | 1 | -67/+105 |
| |\ | | | | | Added find & replace in files | ||||
| | * | Added find & replace in files | Marc Gilleron | 2018-02-19 | 1 | -67/+105 |
| | | | |||||
| * | | Abstracted the syntax highlighter from text edit | Paulb23 | 2018-04-02 | 1 | -0/+22 |
| | | | |||||
| * | | ScriptEditor: Use EditorSettings instead of hardcoded values in constructor. | Andreas Haas | 2018-03-01 | 1 | -5/+5 |
| | | | |||||
| * | | Fix builtin script cannot open from debug stacks | geequlim | 2018-02-21 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #16455 from volzhs/close-docs | Rémi Verschelde | 2018-02-20 | 1 | -3/+5 |
| |\ \ | | | | | | | Keep to show current script when closing all docs | ||||
| | * | | Keep to show current script when closing all docs | volzhs | 2018-02-20 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | also fix error when removing multiple tabs from TabContainer at same frame. like closing multiple docs at once. Fix #16403 | ||||
| * | | | option to disable sort in script list | ianb96 | 2018-02-14 | 1 | -1/+4 |
| |/ / | |||||
| * | | Added "allow_reselect" property to ItemList and enabled it for the ↵ | Michael Alexsander Silva Dias | 2018-02-14 | 1 | -2/+2 |
| | | | | | | | | | method/help lists. | ||||
| * | | Merge pull request #16518 from Paulb23/fix_members_overview_offset | Rémi Verschelde | 2018-02-13 | 1 | -2/+3 |
| |\ \ | | | | | | | Fixed members overview not scrolling to correct line | ||||
| | * | | Fixed members overview not scrolling to correct line | Paulb23 | 2018-02-09 | 1 | -2/+3 |
| | |/ | |||||
| * | | Merge pull request #16383 from binbitten/issue_16335 | Rémi Verschelde | 2018-02-13 | 1 | -12/+26 |
| |\ \ | | | | | | | Fix spaces and quotes in external editor flags | ||||
| | * | | Fix spaces and quotes in external editor flags | binbitten | 2018-02-04 | 1 | -12/+26 |
| | |/ | |||||
| * / | Changes for the "Recent Scripts" menu. | Michael Alexsander Silva Dias | 2018-02-02 | 1 | -36/+47 |
| |/ | |||||
| * | 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 |
| | | |||||
