egui
egui copied to clipboard
Preserves the text cursor position when right-clicking in TextEdit
Preserves the text cursor position when right-clicking in TextEdit
After using it for a long time, I find it convenient.
Advantages:
- Right-clicking allows you to maintain the cursor position or selection while gaining focus.
- Right-dragging lets you specify a region starting from the current cursor position. ( as SHIFT + Left-dragging )
- Closes #4865
Preview available at https://egui-pr-preview.github.io/pr/5180-patch130 Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.