egui icon indicating copy to clipboard operation
egui copied to clipboard

Preserves the text cursor position when right-clicking in TextEdit

Open rustbasic opened this issue 1 year ago • 1 comments

Preserves the text cursor position when right-clicking in TextEdit

After using it for a long time, I find it convenient.

Advantages:

  1. Right-clicking allows you to maintain the cursor position or selection while gaining focus.
  2. Right-dragging lets you specify a region starting from the current cursor position. ( as SHIFT + Left-dragging )
  • Closes #4865

rustbasic avatar Sep 28 '24 05:09 rustbasic

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.

github-actions[bot] avatar Dec 18 '24 07:12 github-actions[bot]