-
Notifications
You must be signed in to change notification settings - Fork 68
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
feat: add search status label on findbar and replacebar #278
base: master
Are you sure you want to change the base?
Conversation
desc: 在查找和替换组件上,增加指示当前选中是第几个和总共有多少个查找结果的标签
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Fozei The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @Fozei. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
很好的提交!不过对于大文本下使用遍历的方式有待商榷,有较明显的性能问题。 |
TAG Bot New tag: 6.0.18 |
@rb-union Thank you for your reply!确实是这样,我在编码时也考虑到了这一层,但是受制于QT组件本身的限制和个人水平,暂时没有想到更好的办法。在编码时,我甚至参考了VS Code的源码,发现它在至多寻找到19999个出现次数时,就停止再往下查找了。我个人认为,目前我们的编辑器,在加载大文本时,也是有比较明显的性能问题的,所以还是硬着头皮提了这个PR ^_^。希望深度有机会的话,可以把我们的编辑器重构一把哈哈,做成编辑器届的瑞士军刀,小巧而好用,加油!Thanks again ! |
TAG Bot New tag: 6.5.0 |
TAG Bot New tag: 6.5.1 |
TAG Bot New tag: 6.5.2 |
TAG Bot New tag: 6.5.3 |
TAG Bot New tag: 6.5.4 |
TAG Bot New tag: 6.5.5 |
TAG Bot New tag: 6.5.6 |
TAG Bot New tag: 6.5.7 |
TAG Bot New tag: 6.5.8 |
TAG Bot New tag: 6.5.9 |
desc: 在查找和替换组件上,增加指示当前选中是第几个和总共有多少个查找结果的标签