diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2022-04-22 17:52:31 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2022-04-22 17:53:14 +0100 |
commit | 7f62a749270494714233cac4ebcf823c4509c68d (patch) | |
tree | 5ec5a654eb9f88fbaba74495bae7bf2f634e059c /editor/editor_properties.h | |
parent | 5e4e4967fec73d1727031eb6f57d6c83250af27b (diff) |
Multiple small TextEdit Bug Fixes
Fixed line_drawing_cache not containing anything
Fixed is_move_caret_on_right_click_enabled requiring the context menu to be enabled
Fixed when selecting_enabled is false not disabling shift + click
Fixed when selecting_enabled is false not being able to drag the caret
Fixed _delete emitting signals when nothing had changed.
Fixed insert_line_at up causing a visual update
Fixed get_pos_at_line_column returning a valid position when it was invalid
Fixed set_caret_column unnecessary emitting "caret_changed" when the column is greater then the line
Fixed select_word_under_caret not accepting the edges of words
Fixed select_word_under_caret moving the caret to the start of the line when no word was found
Fixed get_selection_line and get_selection_column not checking if the selection was enabled
Fixed set_line_as_center_visible throwing errors if it would show line 0
Fixed set_line_as_center_visible being off by one
Fixed set_line_as_last_visible not being able to show the first line
Fixed pressing UP and the end of a wrapped line sending the caret to col 0 rather then then persevering the position.
Diffstat (limited to 'editor/editor_properties.h')
0 files changed, 0 insertions, 0 deletions