Is there a way to manage tabs efficiently in Notepad++
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Darkness Approaches Looping
--
Chapters
00:00 Is There A Way To Manage Tabs Efficiently In Notepad++
00:23 Accepted Answer Score 47
00:56 Answer 2 Score 15
01:18 Answer 3 Score 11
01:32 Answer 4 Score 10
01:51 Answer 5 Score 7
02:21 Thank you
--
Full question
https://superuser.com/questions/153109/i...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#tabs #notepad++
#avk47
ACCEPTED ANSWER
Score 47
How about Document List?
As of 2022 the Document List panel has a button on the toolbar
-- Previous Solution moved below - JBH Edit --
Go to Settings
> Preferences...
> General
and under the Document List Panel
heading, select the Show
checkbox.
A vertical list of all open tabs opens on the left. I'm talking about Notepad++ version 6.3. Don't know about earlier.
ANSWER 2
Score 15
Notepad++ has session management built-in;
EDIT: as of NppV6.5.4, Session Manager Plugin needs to be downloaded from Plugin Manager. It does not have a tool bar button and needs to be activated from Plugin -> Session Manager after install
ANSWER 3
Score 11
Go to Settigs > Preferences > General > Tab Bar check the multiline box to show your tabs in multiple lines.
ANSWER 4
Score 10
View -> Project -> Project panel #
works for me. You can add projects with their own files and directories as you like.
This makes it a lot easier to work with a lot of files from a lot of different folders from a lot of different projects.
ANSWER 5
Score 7
The File Switcher
plugin may (or may not) suit your needs. It presents a sortable list, and has partial-title quick-search...
You can find it here: Directory for Notepad++ plugins
Here is a summary from the Plugins page:
"... a little plugin that switches between files, by entering any part of the filename. It's handy if you don't like taking your hands off the keyboard to switch files. Formerly known as Keyboard File Switcher."