Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplicate shortcut definitions | kobewi | 2024-05-21 | 1 | -9/+15 |
| | |||||
* | Merge pull request #91887 from minionprocyk/master | Rémi Verschelde | 2024-05-20 | 1 | -0/+3 |
|\ | | | | | | | Use Option+Cmd+Left/Right for script editor history navigation on macOS | ||||
| * | Use Option+Cmd+Left/Right for script editor history navigation on macOS | Peter Procyk | 2024-05-12 | 1 | -0/+3 |
| | | |||||
* | | Add option to open online doc for selected native class in script editor | Gaktan | 2024-05-14 | 1 | -3/+39 |
| | | |||||
* | | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -4/+4 |
| | | |||||
* | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -5/+4 |
| | | |||||
* | | Add shorthand for using singleton string names | kobewi | 2024-05-11 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #91619 from AThousandShips/find_improve | Rémi Verschelde | 2024-05-08 | 1 | -1/+1 |
|\ | | | | | | | Replace `find` with `contains/has` where applicable | ||||
| * | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers | ||||
* | | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #81906 from the-sink/dominant-script-default | Rémi Verschelde | 2024-05-07 | 1 | -1/+1 |
|\ | | | | | | | Set `open_dominant_script_on_scene_change` to off by default | ||||
| * | Set `open_dominant_script_on_scene_change` to off by default | the-sink | 2023-09-19 | 1 | -1/+1 |
| | | |||||
* | | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable | ||||
* | | Store line change in script navigation history | kobewi | 2024-04-25 | 1 | -5/+45 |
| | | |||||
* | | Further speed up closing multiple scripts | kobewi | 2024-04-23 | 1 | -15/+16 |
| | | |||||
* | | Merge pull request #90189 from Naros/expose-goto-help | Rémi Verschelde | 2024-04-17 | 1 | -0/+2 |
|\ \ | | | | | | | | | | Expose `goto_help` for GDExtension on `ScriptEditor` | ||||
| * | | Expose `goto_help` for GDExtension on `ScriptEditor` | Chris Cranford | 2024-04-16 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #89861 from dalexeev/editor-help-fix-csharp-crash | Rémi Verschelde | 2024-04-05 | 1 | -9/+18 |
|\ \ \ | | | | | | | | | | | | | Fix regression with C# build editor crash due to `EditorHelpHighlighter` | ||||
| * | | | Fix regression with C# build editor crash due to `EditorHelpHighlighter` | Danil Alexeev | 2024-03-24 | 1 | -9/+18 |
| | | | | |||||
* | | | | [Native File Dialog] Add support for using native dialogs in the editor. | bruvzg | 2024-03-28 | 1 | -5/+5 |
| |/ / |/| | | |||||
* | | | Merge pull request #88465 from AeioMuch/search_results_button | Rémi Verschelde | 2024-03-25 | 1 | -12/+15 |
|\ \ \ | | | | | | | | | | | | | [Editor] Hide Search Results by default and show it on first search. | ||||
| * | | | Hide Search Results by default. Show it on first search and push it at the ↵ | AeioMuch | 2024-03-16 | 1 | -12/+15 |
| |/ / | | | | | | | | | | end. Add a close button to hide it back. Also switch to Script Editor if a searched line is clicked. | ||||
* | | | Merge pull request #89599 from timothyqiu/vegetate | Rémi Verschelde | 2024-03-23 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Fix unexpected auto translation of editor `Tree` content | ||||
| * | | | Fix unexpected auto translation of Tree content | Haoyu Qiu | 2024-03-18 | 1 | -0/+2 |
| |/ / | |||||
* / / | Fix sorting of files/dirs in dialogs | A Thousand Ships | 2024-03-20 | 1 | -1/+1 |
|/ / | | | | | | | Sorts leading `_` before other characters except `.`. | ||||
* | | Add editor shortcuts to toggle bottom panel visibility | Hugo Locurcio | 2024-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Default shortcuts use the first or second letter of each word. This also adds a new shortcut to toggle the last opened bottom panel. On editor startup, this defaults to the first panel in the list (which is the Output panel). | ||||
* | | Merge pull request #86705 from KoBeWi/resourception | Rémi Verschelde | 2024-02-29 | 1 | -1/+10 |
|\ \ | | | | | | | | | | Improve saving of built-in resources | ||||
| * | | Improve saving of built-in resources | kobewi | 2024-01-02 | 1 | -1/+10 |
| | | | |||||
* | | | Merge pull request #88742 from MajorMcDoom/text-editor-zoom | Rémi Verschelde | 2024-02-27 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | | | | | Fix the text editor theme not being applied on editor start | ||||
| * | | | Fixed the text editor theme not being applied on editor start. | Zi Ye | 2024-02-25 | 1 | -1/+3 |
| | | | | |||||
* | | | | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -9/+9 |
| | | | | |||||
* | | | | Merge pull request #88675 from MajorMcDoom/script-editor-redundancy | Rémi Verschelde | 2024-02-26 | 1 | -4/+0 |
|\ \ \ \ | |/ / / |/| | | | | | | | Remove some redundant method calls from ScriptEditor | ||||
| * | | | Removed some redundant calls from ScriptEditor. | Zi Ye | 2024-02-22 | 1 | -4/+0 |
| | | | | |||||
* | | | | Merge pull request #87760 from kitbdev/extract-bottom-dock | Rémi Verschelde | 2024-02-23 | 1 | -3/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | Extract BottomPanel from EditorNode | ||||
| * | | | | Extract BottomPanel from EditorNode | kit | 2024-02-20 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | Add methods to add submenus without using names | kobewi | 2024-02-22 | 1 | -8/+4 |
| |/ / / |/| | | | |||||
* | | | | Improved text editor status bar and zooming UX. | Zi Ye | 2024-02-21 | 1 | -6/+40 |
|/ / / | |||||
* | | | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -0/+5 |
| | | | |||||
* | | | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 1 | -3/+3 |
| | | | |||||
* | | | Disable signal callback generation in C# | Paul Joannon | 2024-02-14 | 1 | -0/+4 |
| | | | |||||
* | | | Disable multi-window buttons instead of hiding them when support is unavailable | Hugo Locurcio | 2024-01-27 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more explicit as for why this functionality isn't available depending on editor settings and current platform. This also exposes a `EditorInterface.is_multi_window_enabled()` method so that editor plugins can easily query whether the editor is able and expected to create multiple windows. | ||||
* | | | Merge pull request #86676 from rune-scape/sparse-script-reload | Yuri Sizov | 2024-01-17 | 1 | -3/+23 |
|\ \ \ | | | | | | | | | | | | | GDScript: Hot-reload changed scripts only | ||||
| * | | | Hot-reload only changed scripts | rune-scape | 2024-01-02 | 1 | -3/+23 |
| |/ / | |||||
* | | | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well. | ||||
* | | | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -16/+5 |
| | | | |||||
* | | | Merge pull request #82498 from aXu-AP/docs-double-navigation | Rémi Verschelde | 2024-01-09 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | | | | | Fix opening docs writing extra navigation history | ||||
| * | | | Fix opening docs writing extra navigation history | aXu-AP | 2023-09-29 | 1 | -1/+0 |
| | |/ | |/| | | | | | | | | | | Fix #82292 Removes extraneous call to change the tab if the page wasn't yet open when opening class member description. | ||||
* | | | Merge pull request #83577 from DennisManaa/fix-translation-for-item-list | Rémi Verschelde | 2024-01-04 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | | | | | Add automatic translation of items to ItemList | ||||
| * | | | Implement automatic translation for ItemList | DennisManaa | 2023-10-23 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy | Rémi Verschelde | 2024-01-04 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | Add const references detected by clang-tidy |