-
Notifications
You must be signed in to change notification settings - Fork 7
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
Re-wrap/split lines at margin... vs. Align paragraphs #195
Comments
120 is arbitrary number. Why not 100, 140? |
I added the patch in my fork https://github.com/Alexey-T/cuda_ext |
Correct, 120 is arbitrary and was used just as an illustration. The best option would be to have a configuration dialog and the command to apply with currently configured settings. In a similar way as it works with Paragraphs functionality. |
separate config dialog for CudaExt? not a good idea. sorry. in my fork I did that command uses Cud's option "margin" which you can set to 120 in "Plugins / OpTions Editor". but plugin limits it by 160. |
Thank you. Formatting logic works well. |
that would need to add saving/loading of entered value in that dialog... not sure its ok. why "margin" is bad? |
As I understand the margin is displayed also as thin vertical line in the editor. So if one needs to format several paragraphs with several different margins - he would have to go to the settings dialog each time. As an alternative this setting could be read from the
|
done as suggested! |
I would like to have an option to reformat blocks of text keeping the indentation of the first line using the shortcut.
Align paragraphs can not be used, because it takes preconfigure values from the Configure... dialog. And it has to be reconfigured each time for each new indentation.
Re-wrap/split lines at margin... provides the necessary behavior, thought each time it opens the modal dialog asking for the Margin size and the comment sign.
Would it be possible to improve the behavior of
Re-wrap/split lines at margin...
to not using the modal dialog window?Currently I refactored the plugin code a bit to add an additional hard-coded value of 120 characters for the right margin.
The text was updated successfully, but these errors were encountered: