File switcher sidebar in Notepad++ 5.5

7

1

I would like to know how to get a vertical file switcher on the left side i.e. in the left sidebar in Notepad++ 5.5?

I would like to have something like this as shown from the gedit editor?

Gedit Files sidebar

mtk

Posted 2012-08-27T06:19:51.127

Reputation: 1 027

Answers

6

You need to enable the 'Document Switcher' in the Peferences->General tab (it's a check box).

Once it's been enabled you should be able to just drag the window by the title bar onto the left side (it can be a bit fiddly for NP++ to detect the new location).

snowdude

Posted 2012-08-27T06:19:51.127

Reputation: 2 560

Bless you @snowdude. I've been using NP++ for years and never noticed this option. It's immensely helpful, exactly what I was searching for. Thank you :) – David R. – 2019-10-30T02:32:38.890

Nope that doesn't work. I would like to see the files in sidebar as we see in gedit, eclipse other editors and IDEs, etc – mtk – 2012-08-27T13:33:58.617

You want the file Tabs on the left? Do you mean the Preferences setting General->Tab bar->Vertical? If not please post a screenshot. – snowdude – 2012-08-27T20:02:35.480

No that is not I am looking for. That looks ugly, the tabs get 90 degree oriented. I need as shown as in the screenshot. Please check – mtk – 2012-08-27T20:33:15.430

If the document switcher is not what you're looking for try the Window Manager plug-in (although I'm not sure it's supported any more). – snowdude – 2012-08-28T07:57:19.387

I would have thought this solution should have worked even in NP++ 5.5. However, there are two (unrelated) "Document Switcher" settings. As snowdude mentions: Preferencs > General > Document Switcher > Show (Check this) should enable a docked side panel (on the left) with a list of your open documents. However, Preferences > MISC. > Document Switcher > Enable, enables the Ctrl+TAB functionality which results in a popup window that cannot be docked (and not so good if you have a lot of documents open). – MrWhite – 2013-10-05T22:56:36.383

3

As of Notepad++ 7.5.1:

"Settings" menu > Preferences > General (left side of pane) > Document List Panel section > "Show" checkbox.

Adam

Posted 2012-08-27T06:19:51.127

Reputation: 141

3

In Notepad++ v6.6.3, Settings > General > "List" Panel > check "Show under Document".

cynflux

Posted 2012-08-27T06:19:51.127

Reputation: 71

1This worked great for me, but I wish there was a hotkey! :> – Wolfpack'08 – 2016-02-24T17:30:20.570

0

In addition to answer #2, you can use this plugin:

Plugins > Plugin Manager > Show Plugin Manager > select "Explorer" > Install.

The Explorer plugin will show your filesystem, rather than a list of open files (which is redundant because the open files are shown in the tabs at the top).

Wolfpack'08

Posted 2012-08-27T06:19:51.127

Reputation: 950

I posted this answer because I was looking for the Explorer plugin on google, and this question was the first result to my search query. – Wolfpack'08 – 2016-02-24T17:33:44.570

0

Based on Snowdude's answer, updated for v7.5.9 (64-bit)

Select on the menu:

Settings >> Preferences >> General >> Document List Panel >> Check "Show"

From the Notepad Wiki - The Vertical File Switcher

Ron K.

Posted 2012-08-27T06:19:51.127

Reputation: 1

0

do you mean f ile explorer? there's a plugin you have to install first: plugins > plugin-manager > Show Plugin Manager, then search for 'Explorer' and install it. after restarting notepad++ go to plugins > explorer and check "explorer".

matze

Posted 2012-08-27T06:19:51.127

Reputation: 1