• Login
Community
  • Login

quick toggle multi-line tab on/off.

Scheduled Pinned Locked Moved General Discussion
5 Posts 4 Posters 736 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.
  • J
    Jergen Ross Estaco
    last edited by May 29, 2023, 2:17 PM

    Is there a way to shortcut the key or add a ribbon or tab button to toggle the multi-line off and on? I don’t want to click preferences > general > multi-line. Because too much clicked.

    Also, I would add an arrow-down button onto a tab like expand and collapse in a multi-line tab like this:
    d55bfdbf-c810-42ef-b852-6bf8df12adac-1.gif

    Can I post it on GitHub for the requested feature?

    M 1 Reply Last reply May 29, 2023, 2:54 PM Reply Quote 0
    • M
      Mark Olson @Jergen Ross Estaco
      last edited by Mark Olson May 29, 2023, 2:56 PM May 29, 2023, 2:54 PM

      @Jergen-Ross-Estaco
      As far as I know, there is no way to assign a hotkey to toggling between multi-line and single-line tab bar. I’m sure a plugin like PythonScript or NppExec could do something like that in a very hackerish way, but you almost certainly would prefer something less weird.
      I’ll just provide my advice on the more general topic of how to handle large numbers of open files in Notepad++.
      I’m sure you could request it on GitHub, but the core devs of Notepad++ are pretty unpredictable about what new features they choose to add or what bugs they choose to fix.

      1. One of my best productivity hacks in Notepad++ was to hotkey View->Document List. This creates a new docking dialog that you can navigate with the arrow keys to quickly move down the list of open documents. It also shows which files have unsaved changes, which can be very helpful.
      2. If you’re dealing with large numbers of files or you want to be able to easily open files in the same directory as an open file, NavigateTo is a good plugin.
      J 1 Reply Last reply May 29, 2023, 3:15 PM Reply Quote 2
      • J
        Jergen Ross Estaco @Mark Olson
        last edited by Jergen Ross Estaco May 29, 2023, 3:16 PM May 29, 2023, 3:15 PM

        @Mark-Olson
        Thank you for your advice,

        I have installed the plugin already for I used favorites or group folder but I’m not interested that the “list” doesn’t peek view or panel (document map & tab peek).
        I mostly used Chrome or view grid-like multi-line because my hand goes faster to move the cursor without scrolling it.
        I have a lot of files in a different directory as opened files.

        1 Reply Last reply Reply Quote 0
        • T
          Teasy
          last edited by May 18, 2024, 7:47 AM

          it’s possible to toggle the tab bar with a single shortcut key
          it requires some work though ;)
          see this thread:
          https://community.notepad-plus-plus.org/topic/22515/managing-session-with-a-lot-of-open-files

          A 1 Reply Last reply May 18, 2024, 10:34 AM Reply Quote 0
          • A
            Alan Kilborn @Teasy
            last edited by May 18, 2024, 10:34 AM

            @Teasy said in quick toggle multi-line tab on/off.:

            it’s possible to toggle the tab bar with a single shortcut key

            Well, what you linked to isn’t exactly what @Jergen-Ross-Estaco wants.
            What you linked to will toggle between having the tabs visible in their current state (either single line or multi-line) and the tabs invisible.

            That’s different from wanting to toggle between single-line tabs and multi-line tabs.

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