Question about Word wrap spec with tab indented line
-
Word wrap is on. Long line indented with TAB will be broken after TAB and displayed on the next line.
Sample
- Wordwrap off
First Line ----->----->This is long line.This is long line.This is long line.This is long line.This is long line.This is long line.This is long line. Third Line
- Wordwrap on
First Line ----->-----> This is long line.This is long line.This is long line. This is long line.This is long line.This is long line. This is long line. Third Line
Why not like this?
First Line ----->----->This is long line.This is long line.This is long line. This is long line.This is long line.This is long line. This is long line. Third Line
Thanks in advance
-
@s-takara said in Question about Word wrap spec with tab indented line:
Long line indented with TAB
Hi @s-takara, how many TABs are inserted at the beginning of the second line? I only see the behaviour you describe when the size of notepad++'s window is narrower than the width of all TABs at the beginning of the line.
Could you please share your debug info? (From the menu option in the toolbar named ‘?’ -> ‘Debug info…’)
-
@litos81 wrote
I only see the behaviour you describe when the size of notepad++'s window is narrower than the width of all TABs at the beginning of the line.
Thanks for reply.Yes I saw the behavior as same sa you wrote when I narrow the NPP window.
I like 3rd behavior without new line.
Rgards, -
@s-takara I think this the same issue as the one already reported in https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5625. I think it is not solved yet and I’m not sure if it can be solved with one of the scripting plugins available for Notepad++ or the ExtSettings plugin (maybe there is a hidden setting to break words). Perhaps someone in this forum that has experience with one of those plugins can confirm that.
-
@litos81 said in Question about Word wrap spec with tab indented line:
ExtSettings
Thank you very much the information.
I solved it.
Regards,