Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -6/+6 |
|\ | |||||
| * | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -6/+6 |
| | | |||||
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | | |||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | Expose `LineEdit` `edit` and `unedit` methods. | Mounir Tohami | 2024-10-04 | 1 | -0/+2 |
| | |||||
* | Cancel code completion and code hint in multiple places | Jayden Sipe | 2024-10-01 | 1 | -0/+10 |
| | |||||
* | Merge pull request #90743 from timothyqiu/empty-selection-clipboard | Rémi Verschelde | 2024-09-23 | 1 | -0/+3 |
|\ | | | | | | | Add TextEdit option to prevent copying without a selection | ||||
| * | Add TextEdit option to prevent copying without a selection | Haoyu Qiu | 2024-09-14 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #94569 from Calinou/script-editor-tweak-zoom-presets | Rémi Verschelde | 2024-09-20 | 1 | -4/+4 |
|\ \ | | | | | | | | | | Tweak script editor zoom presets to be more useful | ||||
| * | | Tweak script editor zoom presets to be more useful | Hugo Locurcio | 2024-09-20 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | The presets are now 50%, 75%, 90%, 100%, 110%, 125%, 150%. This also mentions Ctrl + mouse wheel in the tooltip. | ||||
* | | | Code Editor: Add button to toggle between search and search+replace modes | Elliot Fontaine | 2024-09-08 | 1 | -0/+22 |
| |/ |/| | |||||
* | | Merge pull request #63744 from KoBeWi/shader_spaghetti | Rémi Verschelde | 2024-08-28 | 1 | -6/+9 |
|\ \ | | | | | | | | | | Refactor toggling script list | ||||
| * | | Refactor toggling script list | kobewi | 2024-08-28 | 1 | -6/+9 |
| | | | |||||
* | | | [Scene] Add SceneStringName::toggled | Yuri Rubinsky | 2024-08-28 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #94002 from kitbdev/fix-goto-error | Rémi Verschelde | 2024-08-27 | 1 | -15/+15 |
|\ \ | | | | | | | | | | Fix goto line issues in code editor | ||||
| * | | Fix goto line issues in code editor | kit | 2024-07-31 | 1 | -15/+15 |
| |/ | |||||
* / | Fallback to theme icon when no custom icon is set in autocompletion | matheusmdx | 2024-08-19 | 1 | -0/+3 |
|/ | |||||
* | Editor: Consider tabs when calculating column for jump to error | Danil Alexeev | 2024-07-17 | 1 | -1/+10 |
| | |||||
* | Merge pull request #93674 from kitbdev/fix-find-result-count | Rémi Verschelde | 2024-06-28 | 1 | -16/+37 |
|\ | | | | | | | Fix find result current match count issues | ||||
| * | Fix find result current match count | kit | 2024-06-27 | 1 | -16/+37 |
| | | |||||
* | | Merge pull request #93056 from kitbdev/stop-highlighting | Rémi Verschelde | 2024-06-28 | 1 | -2/+2 |
|\ \ | |/ |/| | | | Fix find highlight when switching scripts | ||||
| * | Fix find highlight when switching scripts | kit | 2024-06-11 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #92514 from /addWordSeparators | Rémi Verschelde | 2024-06-25 | 1 | -0/+3 |
|\ \ | |||||
| * | | enable custom separators to treat different characters as words | Volkan Gezer | 2024-06-24 | 1 | -0/+3 |
| | | | |||||
* | | | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -6/+6 |
| | | | |||||
* | | | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -14/+14 |
| |/ |/| | |||||
* | | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #87099 from bitwise-aiden/ba-add-trim-newlines | Rémi Verschelde | 2024-05-30 | 1 | -0/+25 |
|\ \ | |/ |/| | | | Implement `trim_final_newlines` setting and functionality | ||||
| * | Implement trim_final_newlines functionality | Aiden Storey | 2024-05-02 | 1 | -0/+25 |
| | | |||||
* | | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -8/+8 |
| | | |||||
* | | Merge pull request #91923 from hakro/fix-completion-custom-icon | Rémi Verschelde | 2024-05-14 | 1 | -1/+2 |
|\ \ | | | | | | | | | | Show custom icons in autocompletion suggestions | ||||
| * | | Show custom icons in autocompletion suggestions | Hakim | 2024-05-14 | 1 | -1/+2 |
| | | | |||||
* | | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -4/+4 |
|/ / | |||||
* / | Select next text to replace | kit | 2024-05-09 | 1 | -3/+3 |
|/ | |||||
* | Overhaul multiple caret editing in TextEdit. | kit | 2024-04-26 | 1 | -372/+32 |
| | | | | Use a multicaret edit to delay merging overlapping carets until the end. | ||||
* | Overhaul TextEdit selection. | kit | 2024-04-26 | 1 | -6/+4 |
| | | | | The caret is now a part of the selection. | ||||
* | Store line change in script navigation history | kobewi | 2024-04-25 | 1 | -1/+18 |
| | |||||
* | Improve search/replace bar behavior | Haoyu Qiu | 2024-04-10 | 1 | -9/+23 |
| | | | | | | | | | - When multiple lines are selected: - Find: Keep previous search instead of putting those lines in the find input. - Replace: Focus find input instead of replace input. - Add placeholder and tooltip for LineEdits and icon buttons. - Disable related buttons when the operation makes no sense. | ||||
* | Merge pull request #89690 from Calinou/editor-improve-native-shader-inspector | Rémi Verschelde | 2024-03-24 | 1 | -1/+1 |
|\ | | | | | | | Improve the editor native shader source visualizer | ||||
| * | Improve the editor native shader source visualizer | Hugo Locurcio | 2024-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - Use CodeEdit to enable features such as line numbers and minimap. - Enable syntax highlighting. - Use a fixed-width font. - Use the script editor settings. | ||||
* | | Add editor settings for autocompletion with NodePath and StringName | VolTer | 2024-03-19 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #88546 from bruvzg/indent_wrap | Rémi Verschelde | 2024-03-05 | 1 | -0/+1 |
|\ | | | | | | | [TextEdit] Add support for optional wrapped line indentation. | ||||
| * | [TextEdit] Add support for optional wrapped line indentation. | bruvzg | 2024-02-26 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #79387 from HolonProduction/completion-update-keep-open | Rémi Verschelde | 2024-03-04 | 1 | -3/+0 |
|\ \ | | | | | | | | | | Update completion menu even if no options exist | ||||
| * | | Update completion menu even if no options exist | HolonProduction | 2024-02-05 | 1 | -3/+0 |
| | | | |||||
* | | | Fixed the text editor theme not being applied on editor start. | Zi Ye | 2024-02-25 | 1 | -5/+0 |
| |/ |/| | |||||
* | | Improved text editor status bar and zooming UX. | Zi Ye | 2024-02-21 | 1 | -139/+126 |
| | | |||||
* | | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -2/+12 |
|/ | |||||
* | 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 | -7/+7 |
| |