Community
    • Login

    [New Plugin] ZeroBasedColumn

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    1 Posts 1 Posters 25 Views 1 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.
    • P Offline
      Pasquale Ambrosio
      last edited by

      Hello everyone!

      I recently created a small Notepad++ plugin called ZeroBasedColumn.

      ZeroBasedColumn changes the column numbering in the Notepad++ status bar, so column counting starts from 0 instead of 1.

      For example:

      Standard Notepad++     ZeroBasedColumn
      
      Col: 1            →    Col_: 0
      Col: 2            →    Col_: 1
      Col: 3            →    Col_: 2
      

      It can be useful for developers and anyone working with zero-based indexes, fixed-width files, APIs, or data formats where character positions start at 0.

      You can enable or disable it from:

      Plugins → ZeroBasedColumn → Use zero-based column
      

      The project is open source and available on GitHub:

      ZeroBasedColumn on GitHub

      I would really appreciate any feedback, suggestions, or bug reports.

      Thank you!

      1 Reply Last reply Reply Quote 0

      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