Page 1 of 1

Req: TC Editor: wrap spaces to a new line

Posted: 2017-08-30, 17:14 UTC
by DrShark
To reproduce:
1. Start Totalcmd Editor with enabled Word wrap to window width setting.
2. Enter some text that won't fit to window width, words that don't fit should continue on a new line. For test I'll use a sample text from TC Editor settings:
Sample text edit Line 2: Very long line of text to test word wrap to screen width
On my screen new line continues after "of" word:
Sample text edit Line 2: Very long line of
text to test word wrap to screen width
3. There's already 1 space after "of" word. Add there as many spaces as you want, but "t" letter of "text" word still will be first character in a new line.

I suggest to place all spaces that don't fit to window width to a new line too (that's how Akelpad for Windows does), so it will be possible to visually see how many characters available in the line, and will make it easier to remove unnecessary spaces.

Posted: 2017-08-31, 08:13 UTC
by ghisler(Author)
TC editor allows to set wrap on and off. The actual wrapping is then done by the Android EditText control, it's out of my influence, sorry.