-
Notifications
You must be signed in to change notification settings - Fork 20
NeoUI - Clipboard + selection + free-cursor for TextEdit #1256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NeoUI - Clipboard + selection + free-cursor for TextEdit #1256
Conversation
8619db1 to
eda088c
Compare
933a2d6 to
bb68695
Compare
801988f to
c4e9b17
Compare
c4e9b17 to
ff55820
Compare
Added it in now |
|
Just tested in on Linux - works without any issues, nice!
Can you also add Ctrl key modifier (moving without text selection)? That would be great. |
ff55820 to
2e51c61
Compare
@Masterkatze Added it in now, it's like the vgui behavior where it always moves to the first character of word even for ctrl+right and just uses spaces as deliminator, which is different to how EX: a web browser deals with it. |
* Add right-click menu for NeoUI, only used by TextEdit for clipboard functionality * Clipboard actions envoked both by keybind and right-click menu * Add selection support for TextEdit * Cursor set on any position other than final * fixes NeotokyoRebuild#1255
2e51c61 to
7ecb8de
Compare
Rainyan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Masterkatze
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Toolchain
Linked Issues