-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
How to block selection? #250
Comments
WindTerm already supports this feature. If you think the selection is incorrect, please uncheck the menu item |
Unforunately I want to enable Word Wrap by default otherwise the command line will not be wrapped when it is too long. I think the current behavior of block selection when Word Wrap is disabled is uncommon if not useless (the width of the text you copied is determined by the length of the last line of the block). Can it be changed? |
Sorry for the late reply. Of course, there is definitely no problem technically. The current Internally, there are two types of text lines, the physical lines are separated by Unwrapped text lines with column selection:
Let's keep the selection and make an auto-wrap after the character
Instead of:
Because the If the keep the selection:
or recalculate the selecion?
I don't think either is reasonable. The first one no longer looks like a However, I saw an interesting design in |
I think applying to physical lines is ok. But, the columns that can be selected should not be limited to the length of the last line. For text:
I cannot select the following unless I disable word wrap:
|
Yes, I knew this problem when I was developing I will improve this in subsequent versions, but due to the many features to be developed, it may take a while. I will update the progress here. For now, since |
probably applying to visible lines is better since most other tools do the same thing? least surprise to users? |
Thank you. I studied several text editors, and found that, as you said, they did not realize the real If there is any progress, I will update here. |
The new WindTerm_2.2.0_Prerelease_5 version has been released, and this issue has been solved, please download and check it, thank you. BTW: |
in most term softwares, ALT+mouse drag can select a block of text. but it doesn't work correctly in windterm.
The text was updated successfully, but these errors were encountered: