fix: Selecting too long causes the search dialog too wide for the screen to display #572
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi! Thanks for providing so excellent an IDE! I'm finding it extremely useful for me, especially the Competitive Companion integration.
If you select a lot of code, then press
Ctrl+R/F
, or selectSearch -> Replace.../Find...
, the selected text will be filled into the new window, but wrongly expanding the window to be VERY VERY wide, and making subsequent callings for this function have the same problem. The only solution seems to be restarting the application.I set a maximize limit to the dialog widget, and finding it works well. The width limit is currently 2x of the original size 609, and maybe a better limit should be adjusted properly? More discussions are welcome.
您好!感谢您提供了如此优秀的IDE!它对我非常有用,特别是 Competitive Companion 的集成功能。
如果我选中大量代码,然后按下
Ctrl+R/F
或选择查找 -> 替换.../查找...
,被选中的文本将会填入新窗口中。但此时窗口会错误地扩展得非常非常宽,并且导致后续调用此功能时也出现同样的问题。目前看来,唯一的解决办法似乎是重启应用程序。我为对话框的Widget设置了一个最大宽度限制,发现这样做效果很好。我目前的宽度限制设置是原始尺寸609的两倍,或许应该适当调整以找到更合适的限制?欢迎更多的讨论。