Change layout of dockable windows in Notepad++

5

1

Is it possible to change the layout of dockable windows in Notepad++? When I organize tool windows (like FTP explorer or FTP log window) they stick to the edges this way only:

enter image description here

I'd like them to be shown this way:

enter image description here

Is it this possible?

Trolzen

Posted 2012-01-24T19:38:11.173

Reputation: 173

Answers

1

Notepad++'s docking is quite primitive compared to, say, Visual Studio or MATLAB's.

It's not possible for real dockable windows, but you can partially simulate it by tearing the windows off (drag their title bar until an outline of the window appears) and arranging the floating windows.

To avoid accidental loss if the windows are moved, you can back up the config.xml file.

Gnubie

Posted 2012-01-24T19:38:11.173

Reputation: 2 371