Community
    • Login

    spaces tabs

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    6 Posts 3 Posters 5.3k Views 2 Watching
    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.
    • James DunnJ Offline
      James Dunn
      last edited by

      Is there a way to replace the 3 spaces with tab character without visiting each line and manually replacing them. Thanks.

      1 Reply Last reply Reply Quote 0
      • PeterJonesP Offline
        PeterJones
        last edited by

        Edit > Blank Operations > Space to TAB (all) or Space to TAB (leading) might do what you want.

        Otherwise, a regular expression could do it

        • find \x20{3} replace \t – anywhere in the line
        • find ^\x20{3} replace \t – only at the beginning

        If you’ve got more than one group of three spaces, the regex would have to be adjusted, whereas the Space to TAB should handle that automatically.

        Alan KilbornA James DunnJ 2 Replies Last reply Reply Quote 1
        • Alan KilbornA Offline
          Alan Kilborn @PeterJones
          last edited by

          @PeterJones said in spaces tabs:

          Edit > Blank Operations > Space to TAB (all) or Space to TAB (leading) might do what you want.

          Might is very accurate with this method. It will depend upon your setting for how many spaces a tab represents, found in the Preferences. The regular expression replacement method will work without regard to any setup.

          James DunnJ 1 Reply Last reply Reply Quote 1
          • James DunnJ Offline
            James Dunn @PeterJones
            last edited by

            @PeterJones Space to Tab (leading) took care almost all of them. Thanks.

            1 Reply Last reply Reply Quote 1
            • James DunnJ Offline
              James Dunn @Alan Kilborn
              last edited by

              @Alan-Kilborn Space to Tab (leading) took care almost all of them. Space to tab (all) works as well. Thanks.

              Alan KilbornA 1 Reply Last reply Reply Quote 0
              • Alan KilbornA Offline
                Alan Kilborn @James Dunn
                last edited by

                @James-Dunn said in spaces tabs:

                Space to Tab (leading) took care almost all of them. Space to tab (all) works as well.

                If it works then it must be that you have a setting of 3 spaces for each tab in your Preferences.

                1 Reply Last reply Reply Quote 1

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • First post
                  Last post
                The Community of users of the Notepad++ text editor.
                Powered by NodeBB | Contributors