Community
    • Login

    Question about Word wrap spec with tab indented line

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    5 Posts 2 Posters 401 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      s-takara
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • L
        litos81
        last edited by

        @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…’)

        S 1 Reply Last reply Reply Quote 1
        • S
          s-takara @litos81
          last edited by

          @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,

          1 Reply Last reply Reply Quote 0
          • L
            litos81
            last edited by

            @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.

            S 1 Reply Last reply Reply Quote 2
            • S
              s-takara @litos81
              last edited by

              @litos81 said in Question about Word wrap spec with tab indented line:

              ExtSettings

              Thank you very much the information.
              I solved it.
              Regards,

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors