You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the complexity of having an editor_engine_internal_api.rs apply_changes()
function that accepts a closure by using a Drop impl on the struct returned by
editor_buffer_struct.rs get_mut().
Also fix this bug:
#343Closes#343
Remove the complexity of having an editor_engine_internal_api.rs apply_changes()
function that accepts a closure by using a Drop impl on the struct returned by
editor_buffer_struct.rs get_mut().
Also fix this bug:
#343Closes#343
Cut line
Repro steps:
Delete last line
Repro steps:
Select heading results in wrong caret position
In the editor example, opening a dialog and then clearing the contents results in strange UI to be painted on bottom row of dialog
Wayland support?
Check for wayland support to still work. There were some issues in the rust-scratch/tty repo related to this.
The text was updated successfully, but these errors were encountered: