textual icon indicating copy to clipboard operation
textual copied to clipboard

Implement double/triple/quadruple click in TextArea

Open darrenburns opened this issue 11 months ago • 2 comments

Note to self: Fix the behaviour when you click on whitespace.

Please review the following checklist.

  • [x] Docstrings on all new or modified functions / classes
  • [ ] Updated documentation
  • [x] Updated CHANGELOG.md (where appropriate)

darrenburns avatar Dec 17 '24 17:12 darrenburns

@darrenburns Was this good to go?

willmcgugan avatar Jan 07 '25 16:01 willmcgugan

I think I wasn't 100% satisfied with the behaviour without support for chaining on the mouse down event (there's a brief moment where the cursor jumps when going from a double to triple click, as it always moves on the mouse down event).

I think it may be good enough- but I recommend checking it out and having a play first.

darrenburns avatar Jan 07 '25 18:01 darrenburns