Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Search terms are now highlighted when the bar opens with a selection. | Brian MacIntosh | 2023-10-30 | 1 | -30/+20 |
| | | | | This is achieved by triggering a search when the bar opens. This is slightly inefficient but cleanly updates everything that's dependent on the search and reduces code duplication. | ||||
* | Fix unable to uncomment code in text shader editor | jsjtxietian | 2023-10-24 | 1 | -2/+2 |
| | |||||
* | Add bulk change guards to successive theme overrides in Editor and GUI | Yuri Sizov | 2023-10-19 | 1 | -6/+10 |
| | |||||
* | Fix close button in FindReplaceBar | kobewi | 2023-10-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #83382 from Lunarisnia/fix/diff-comment-delimiter | Rémi Verschelde | 2023-10-16 | 1 | -1/+2 |
|\ | | | | | | | Fix multiple comment delimiter break toggle comment shortcut | ||||
| * | Fix multiple comment delimiter break toggle comment shortcut | Lunarisnia | 2023-10-16 | 1 | -1/+2 |
| | | |||||
* | | Fix FindReplaceBar focus problems | kobewi | 2023-10-16 | 1 | -3/+12 |
|/ | |||||
* | Highlight doc comments in a different color | Danil Alexeev | 2023-10-08 | 1 | -0/+3 |
| | |||||
* | "Whole Words" search can detect word boundaries inside the search term. | Brian MacIntosh | 2023-10-02 | 1 | -2/+5 |
| | | | | For example, searching for ".func" will now match in "a.func" even with Whole Words enabled. | ||||
* | Merge pull request #81486 from ↵ | Rémi Verschelde | 2023-09-26 | 1 | -2/+11 |
|\ | | | | | | | | | | | jsjtxietian/Ignoring-empty-lines--when-uncommenting Ignore empty lines when uncommenting code | ||||
| * | Ignore empty lines when commenting/uncommenting code | jsjtxietian | 2023-09-20 | 1 | -2/+11 |
| | | |||||
* | | Add Duplicate Lines shortcut to CodeTextEditor | PucklaMotzer09 | 2023-09-25 | 1 | -0/+5 |
|/ | | | | This keyboard shortcut has been made with inspiration from the VS Code keyboard shortcut editor.action.copyLinesDownAction. It duplicates all selected lines and inserts them below no matter where the caret is within the line. | ||||
* | Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AM | Yuri Sizov | 2023-09-06 | 1 | -38/+39 |
|\ | | | | | | | Add EditorStringNames singleton | ||||
| * | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -38/+39 |
| | | |||||
* | | Add coloring for completion of vector components | Yuri Rubinsky | 2023-08-30 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #79358 from timothyqiu/indentation | Yuri Sizov | 2023-07-31 | 1 | -1/+1 |
|\ | | | | | | | Make indentation indicators translatable | ||||
| * | Make indentation indicators translatable | Haoyu Qiu | 2023-07-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #68140 from quinnyo/auto-complete-option | Yuri Sizov | 2023-07-12 | 1 | -1/+3 |
|\ \ | | | | | | | | | | Add editor setting to toggle automatic code completion | ||||
| * | | Add code_complete_enabled code editor setting | quinnyo | 2023-06-21 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #44557 from iwek7/improved_comment_toggle | Yuri Sizov | 2023-07-12 | 1 | -5/+6 |
|\ \ \ | | | | | | | | | | | | | Improve `CodeEdit`'s toggle comments behavior | ||||
| * | | | Update comment toggle behavior in CodeEdit | iwek | 2023-06-01 | 1 | -5/+6 |
| | | | | |||||
* | | | | Merge pull request #79079 from stmSi/ESC-key-not-closing-FindReplaceBar | Yuri Sizov | 2023-07-12 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | Fix ESC (ui_cancel) not closing FindReplaceBar | ||||
| * | | | Fix: ESC (ui_cancel) not closing FindReplaceBar | stmSi | 2023-07-06 | 1 | -1/+1 |
| | |/ | |/| | |||||
* / | | Translate "No match" message in FindReplaceBar | Haoyu Qiu | 2023-07-02 | 1 | -1/+1 |
|/ / | |||||
* | | [TextEdit] Expose all auto-wrap modes. | bruvzg | 2023-06-13 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #75746 from ajreckof/order_autocomplete | Rémi Verschelde | 2023-06-08 | 1 | -1/+1 |
|\ \ | | | | | | | Sort code autocompletion with rules | ||||
| * | | sort code completions with rules | ajreckof | 2023-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixups Add levenshtein distance for comparisons, remove kind sort order, try to improve as many different use cases as possible Trying again to improve code completion Sort code autocompletion options by similarity based on input To make it really brief, uses a combination `String.similiary`, the category system introduced in a previous PR, and some filtering to yield more predictable results, instead of scattering every completion option at seemingly random. It also gives much higher priority to strings that contain the base in full, closer to the beginning or are perfect matches. Also moves CodeCompletionOptionCompare to code_edit.cpp Co-Authored-By: Micky <66727710+Mickeon@users.noreply.github.com> Co-Authored-By: Eric M <41730826+EricEzaM@users.noreply.github.com> | ||||
* | | | Enable bookmarks gutter | kobewi | 2023-06-02 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge pull request #66763 from MewPurPur/remove-bookmark-hiding | Rémi Verschelde | 2023-05-29 | 1 | -1/+0 |
|\ \ | | | | | | | | | | Remove editor setting for hiding bookmarks | ||||
| * | | Remove editor setting for hiding bookmarks | VolTer | 2022-11-02 | 1 | -1/+0 |
| | | | |||||
* | | | Use defined key mapping for closing popups and dialogs | Arman Elgudzhyan | 2023-05-20 | 1 | -16/+4 |
| |/ |/| | | | | | As opposed to hardcoding the escape key. Also removed such hardcoding in a few other places as well as a hardcoded enter key in one of the affected input fields. | ||||
* | | Move convert_indent into CodeEdit | Paulb23 | 2023-05-07 | 1 | -105/+3 |
| | | |||||
* | | Merge pull request #72288 from MewPurPur/use-string-repeat | Clay John | 2023-05-05 | 1 | -5/+1 |
|\ \ | | | | | | | Use `String.repeat()` to optimize several String methods | ||||
| * | | Use String.repeat() in more places | VolTer | 2023-05-01 | 1 | -5/+1 |
| | | | |||||
* | | | Fix `line_spacing` in code editor will not take effect immediately on change | Rindbee | 2023-04-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Previously, in CodeTextEditor, `line_spacing` was forgotten to update when the editor setting property changed. | ||||
* | | | Code style improvements to text_edit and related | VolTer | 2023-04-08 | 1 | -27/+28 |
| | | | |||||
* | | | Merge pull request #75070 from jmb462/74802 | Yuri Sizov | 2023-04-03 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | Fix commenting collapsed function issue | ||||
| * | | | Fix commenting collapsed function issue | Jean-Michel Bernard | 2023-03-25 | 1 | -1/+7 |
| | | | | |||||
* | | | | Fix off-by-one issue where Go to Line dialog shows the incorrect line | Ron B. Yeh | 2023-03-30 | 1 | -8/+11 |
|/ / / | | | | | | | | | | number (one less than the actual current line). | ||||
* | | | Fix toggle comment not moving caret | aXu-AP | 2023-02-16 | 1 | -2/+3 |
| | | | | | | | | | | | | Fix regression if caret is at the beginning of the line and comment is toggled. | ||||
* | | | Rework code editor multiline operations | aXu-AP | 2023-02-12 | 1 | -154/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix bugs if 2 selections were on same line. Fix bugs when selection ended at new line. Make carets stay in place after operation and on undo. Affects: delete lines, move lines, toggle comments, bookmarks and breakpoints. | ||||
* | | | Remove some unused signals | Rémi Verschelde | 2023-01-31 | 1 | -1/+0 |
| | | | | | | | | | | | | Part of #37604. | ||||
* | | | Fixed removing secondary carets when editing with search open | Paulb23 | 2023-01-28 | 1 | -1/+3 |
|/ / | |||||
* | | Implement BiDi override mode for GDScript source. | bruvzg | 2023-01-18 | 1 | -0/+1 |
| | | |||||
* | | Remove secondary carets when using FindReplaceBar | Paulb23 | 2023-01-14 | 1 | -0/+3 |
| | | |||||
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | | Cancels the code complete timer when the caret moves to another line | Alfred Reinold Baudisch | 2022-12-06 | 1 | -0/+5 |
| | | | | | | | | Fixes and closes #68961 | ||||
* | | Merge pull request #69132 from RumblingTurtle/multiline-move-fix | Rémi Verschelde | 2022-12-05 | 1 | -126/+137 |
|\ \ | | | | | | | | | | Script editor: Rewrite multiline move logic | ||||
| * | | Script editor: Rewrite multiline move logic. Preserving all carets and their ↵ | Eduard Zalyaev | 2022-12-05 | 1 | -126/+137 |
| | | | | | | | | | | | | | | | | | | selections intact on alt+up/down shortcut Fixes #68731. | ||||
* | | | Merge pull request #68759 from MewPurPur/bookmark-fix | Rémi Verschelde | 2022-11-28 | 1 | -30/+12 |
|\ \ \ | | | | | | | | | | | | | Fix text selection persisting on bookmark traversal |