Skip to content
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

希望为Entry增加Ctrl+A全选的支持 #25

Open
1 task done
shu-shu-1 opened this issue Jul 26, 2024 · 2 comments
Open
1 task done

希望为Entry增加Ctrl+A全选的支持 #25

shu-shu-1 opened this issue Jul 26, 2024 · 2 comments
Assignees
Labels
✨ Enhancement New feature or request

Comments

@shu-shu-1
Copy link

🎯 Feature Description

希望为Entry组件增加Ctrl+A全选的支持,目前仅支持手动选择

🚀 Possible Implementation

No response

✉️ Contact Details

[email protected]

⚠️ Code of Conduct

  • I agree to follow this project's Code of Conduct
@shu-shu-1 shu-shu-1 added the ✨ Enhancement New feature or request label Jul 26, 2024
@Xiaokang2022 Xiaokang2022 self-assigned this Jul 26, 2024
@Xiaokang2022
Copy link
Owner

Xiaokang2022 commented Jul 26, 2024

@shu-shu-1

之前的版本有全选的功能,是通过双击来全选的,但后来删除了。原因是全选目前只能选择可见部分的文本,遮挡部分的无法被选中,故暂时删去了这个功能(同样缺失的功能是文本选中无法选择不可见部分的文本)。

后续会增加这个功能,并更改为鼠标双击选中和快捷键 Ctrl+A 选中同时支持的功能。

此功能预计在版本为 3.0.0.rc2 时添加。

@shu-shu-1 shu-shu-1 reopened this Jul 28, 2024
Xiaokang2022 added a commit that referenced this issue Jul 31, 2024
…ut due to the imperfection of the function of selecting the text with the mouse, the Select All function cannot select the undisplayed text;

Due to some conflicts, the binding and handling of the mouse double-click event has been removed;
@Xiaokang2022
Copy link
Owner

Xiaokang2022 commented Jul 31, 2024

@shu-shu-1

已为文本框(InputBox)添加了基础的全选功能,详情见 854e232

由于文本选中功能的不完善,目前无法选中未显示文本,但只要你的文本长度没有超过文本框的长度,这个问题就不会出现。

@shu-shu-1 shu-shu-1 reopened this Aug 14, 2024
Xiaokang2022 added a commit that referenced this issue Sep 3, 2024
…ut due to the imperfection of the function of selecting the text with the mouse, the Select All function cannot select the undisplayed text;

Due to some conflicts, the binding and handling of the mouse double-click event has been removed;

Former-commit-id: 854e232
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants