Split line always split to fit in the window. For example, to split lines at 80 character max, one need to resize the window to show about 80 characters, and then select split line.
Wouldn't it be easier and usefull if you could select the maximum line width?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As for the last suggestion: use find replace
Find the split character, and replace it with \r, \n or \r\n depending on the format used (use extended mode).
I believe the textFX plugin has the capability to split and any given number, using the clipboard.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One more suggestion. It gonna be cool, if when splitting, you can set a split character. So after splitting line Mary. Ann. Kate. you will have
Mary.
Ann.
Kate.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Split line always split to fit in the window. For example, to split lines at 80 character max, one need to resize the window to show about 80 characters, and then select split line.
Wouldn't it be easier and usefull if you could select the maximum line width?
As for the last suggestion: use find replace
Find the split character, and replace it with \r, \n or \r\n depending on the format used (use extended mode).
I believe the textFX plugin has the capability to split and any given number, using the clipboard.
WOW! That should be miraculous... How does this work? What is \r \n?
What format are you talking about?
One more suggestion. It gonna be cool, if when splitting, you can set a split character. So after splitting line Mary. Ann. Kate. you will have
Mary.
Ann.
Kate.