| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Translate TextEdit placeholder | Haoyu Qiu | 2023-10-25 | 1 | -3/+5 |
| | | |||||
| * | Merge pull request #83286 from bronsonholden/fix-text-edit-hscroll-jitter | Rémi Verschelde | 2023-10-17 | 1 | -1/+1 |
| |\ | | | | | | | Remove vertical scrollbar padding from line width calc | ||||
| | * | Remove vertical scrollbar padding from line width calc | Bronson Holden | 2023-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | Visibility of the vertical scrollbar is already accounted for in `_update_wrap_at_column` which in turn affects max line width of the text area. | ||||
| * | | Merge pull request #73502 from Kurble/text-edit-scrolling-precision | Rémi Verschelde | 2023-10-16 | 1 | -18/+13 |
| |\ \ | |/ |/| | | | Fix code editor scrolling experience on track pads | ||||
| | * | Put cheaper condition first | Bram Buurlage | 2023-10-12 | 1 | -2/+2 |
| | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | ||||
| | * | Use Math::round() instead of round() for rounding the scroll position | Bram Buurlage | 2023-09-30 | 1 | -1/+1 |
| | | | |||||
| | * | Editor: fix code editor scrolling experience on track pads | Bram Buurlage | 2023-09-30 | 1 | -18/+13 |
| | | | |||||
| * | | Do not apply extra spacing twice. | bruvzg | 2023-10-09 | 1 | -3/+0 |
| | | | |||||
| * | | Add vararg call() method to C++ Callable | kobewi | 2023-10-05 | 1 | -6/+1 |
| | | | |||||
| * | | Merge pull request #82694 from BrianMacIntosh/master | Rémi Verschelde | 2023-10-05 | 1 | -4/+10 |
| |\ \ | | | | | | | | | | "Whole Words" search can detect word boundaries inside the search term. | ||||
| | * | | "Whole Words" search can detect word boundaries inside the search term. | Brian MacIntosh | 2023-10-02 | 1 | -4/+10 |
| | |/ | | | | | | | For example, searching for ".func" will now match in "a.func" even with Whole Words enabled. | ||||
| * | | Merge pull request #82776 from MewPurPur/more-text-edit-organization | Rémi Verschelde | 2023-10-04 | 1 | -8/+10 |
| |\ \ | |/ |/| | | | Organize TextEdit's inspector | ||||
| | * | Organize TextEdit's inspector | MewPurPur | 2023-10-04 | 1 | -8/+10 |
| | | | |||||
| * | | Merge pull request #81921 from YuriSizov/gui-less-friendliness | Rémi Verschelde | 2023-09-20 | 1 | -0/+4 |
| |\ \ | | | | | | | | | | Connect `CodeHighlighter` with `TextEdit` without friend-access | ||||
| | * | | Connect `CodeHighlighter` with `TextEdit` without friend-access | Yuri Sizov | 2023-09-19 | 1 | -0/+4 |
| | |/ | |||||
| * / | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform | ajreckof | 2023-09-19 | 1 | -4/+4 |
| |/ | |||||
| * | Merge pull request #81354 from MJacred/textedit_pixel_pos_fix | Rémi Verschelde | 2023-09-18 | 1 | -1/+7 |
| |\ | | | | | | | Fix `TextEdit.get_rect_at_line_column returning` negative pos even though cursor is in viewable area of the control | ||||
| | * | Fix TextEdit.get_rect_at_line_column returning negative pos even though ↵ | MJacred | 2023-09-11 | 1 | -1/+7 |
| | | | | | | | | | cursor is in viewable area of the control | ||||
| * | | Bind remaining theme properties to their respective classes | Yuri Sizov | 2023-09-13 | 1 | -13/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds binds for GraphEdit/GraphElement/GraphNode, which were skipped before due to a rework. This also adds binds for Window, which was skipped before due to a complicated code organization. Also adds theme cache entries/direct cache access to a few places that previously missed it. Some theme properties are now exposed to other classes via friendships or public getters for convenience. This removes all string-based theme access from scene/ classes. | ||||
| * | | Add code region folding to CodeEdit | Jean-Michel Bernard | 2023-09-11 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #81312 from YuriSizov/theme-static-binds | Rémi Verschelde | 2023-09-11 | 1 | -43/+45 |
| |\ \ | | | | | | | | | | Register theme properties with ThemeDB | ||||
| | * | | Register theme properties with ThemeDB | Yuri Sizov | 2023-09-11 | 1 | -43/+45 |
| | | | | |||||
| * | | | Merge pull request #80956 from MarcusElg/deselectmulticaret | Rémi Verschelde | 2023-09-11 | 1 | -2/+18 |
| |\ \ \ | |/ / |/| | | | | | Deselect multi caret when alt clicking on it | ||||
| | * | | Deselect multi caret when alt clicking on it | Marcus Elg | 2023-09-03 | 1 | -2/+18 |
| | |/ | |||||
| * / | Fix TextEdit placeholder with Inherited text direction. | bruvzg | 2023-09-07 | 1 | -1/+5 |
| |/ | |||||
| * | Fixes a text find perf issue, if can't find any | jsjtxietian | 2023-08-20 | 1 | -0/+5 |
| | | | | | | | match words, just early break the while loop. This will improve a lot when p_search.length is way too long since p_from_column will only plus 1 every loop | ||||
| * | [TextServer] Fix system font fallback and caret/selection behavior for ↵ | bruvzg | 2023-08-15 | 1 | -4/+11 |
| | | | | | composite characters. | ||||
| * | [TextEdit] Expose all auto-wrap modes. | bruvzg | 2023-06-13 | 1 | -32/+72 |
| | | |||||
| * | Fix crash when selecting lines in text edit | RedworkDE | 2023-05-30 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #76605 from Rindbee/fix_get_visible_line_count | Rémi Verschelde | 2023-05-16 | 1 | -1/+4 |
| |\ | | | | | | | Fix calculation bug with `TextEdit::get_line_height()` | ||||
| | * | Fix calculation bug with `TextEdit::get_line_height()` | Rindbee | 2023-05-15 | 1 | -1/+4 |
| | | | | | | | | | | | | | When `get_line_height()` is less than `1`, there is no visible text. So limit the return value of `get_line_height()` to **not less** than `1` for calculation. | ||||
| * | | Fix right click in selection of additional caret | Jean-Michel Bernard | 2023-05-08 | 1 | -13/+18 |
| |/ | |||||
| * | Merge pull request #74623 from MewPurPur/edit-text-with-style | Yuri Sizov | 2023-04-17 | 1 | -82/+63 |
| |\ | | | | | Code style improvements to text_edit and related | ||||
| | * | Code style improvements to text_edit and related | VolTer | 2023-04-08 | 1 | -82/+63 |
| | | | |||||
| * | | [TextServer] Use dedicated flag for object replacement characters. | bruvzg | 2023-04-12 | 1 | -1/+1 |
| | | | |||||
| * | | Add an option to show a TextEdit caret when editable is disabled | jeffVenancius | 2023-04-07 | 1 | -1/+17 |
| |/ | | | | Update doc/classes/TextEdit.xml | ||||
| * | Implement theme item cache in TextEdit and CodeEdit | Yuri Sizov | 2023-04-03 | 1 | -134/+144 |
| | | |||||
| * | Merge pull request #75597 from bruvzg/tx_block | Rémi Verschelde | 2023-04-03 | 1 | -1/+1 |
| |\ | | | | | | | [TextEdit] Fix block caret size at the end of the line. | ||||
| | * | [TextEdit] Fix block caret size at the end of the line. | bruvzg | 2023-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #73074 from M4rYu5/capslock-editor-completion-fix | Rémi Verschelde | 2023-04-03 | 1 | -2/+2 |
| |\ \ | |/ |/| | | | Editor: Ignore CapsLock when pressed alone | ||||
| | * | Now, in editor, CapsLock behave like a modifier key: does nothing when ↵ | M4rYu5 | 2023-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | pressed alone. Before, it ended up closing the code completion, and rerendering portions of editor. | ||||
| * | | Fix get_drag_data not overridable in some Controls | kobewi | 2023-03-20 | 1 | -0/+5 |
| | | | |||||
| * | | [TextEdit] Do not draw virtual spaces (word break / justification points). | bruvzg | 2023-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Fix IME position in the single window mode sub-windows. | bruvzg | 2023-03-06 | 1 | -2/+10 |
| | | | |||||
| * | | [TextEdit / IME] Check selection before deleting to avoid unnecessary error ↵ | bruvzg | 2023-02-27 | 1 | -1/+1 |
| | | | | | | | | | messages. | ||||
| * | | Fix ctrl+backspace crash with multicarets on the same line | Paulb23 | 2023-02-19 | 1 | -0/+1 |
| | | | |||||
| * | | Fix error spam when hovering minimap in the script editor | James Mintram | 2023-02-16 | 1 | -1/+3 |
| |/ | |||||
| * | Fix `LineEdit` and `TextEdit` context menus not customizable | Danil Alexeev | 2023-01-27 | 1 | -83/+113 |
| | | |||||
| * | [Windows] Fix committing IME text without IME deactivation. | bruvzg | 2023-01-26 | 1 | -0/+13 |
| | | |||||
| * | PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE" | Aaron Franke | 2023-01-24 | 1 | -1/+1 |
| | | |||||
