Notepad++ clone view - more than 2

7

1

Is it possible to have more than 2 (3 or 4) clone view of a file in the same notepad++ instance?

If yes - how? Any plugin for this purpose? Thank you.

ihtus

Posted 2014-02-12T20:48:49.523

Reputation: 249

I want 3 views of the same file in one instance so editing one view instantly updates the other 2 views. This would be ideal for HTML editing: 1st view on the style section, 2nd view on the script section, 3rd view on the HTML section. Bouncing up and down for cross-referencing all the time really slows down the workflow. – user3015682 – 2019-07-30T19:31:03.103

I wish this was the case as a native function of Notepad++, but I don't think this is so. I ended up downloading Programmer's Notepad so that I could have a lightweight copy of my file open side by side. – Ryan – 2014-02-12T21:23:39.727

@Ryan notepad++ permits 2 clone views. Does Programmer's Notepad permit more than 2 clone views? – ihtus – 2014-02-12T21:44:31.817

I'm not sure how to clone view in Programmer's Notepad. I'm very new to it. – Ryan – 2014-02-12T21:59:26.030

1I wanted to do the same with Notepad++ open multiple files each in it's own view, not instance. Since it's not possible i've switched to Sublime2 editor which allows for multiple files to be open in their own panel – Anagio – 2014-06-07T17:02:21.120

Answers

5

There's neither a functionality like this in or a plugin for Notepad++ as of yet.

For what it's worth, the next best thing would be multiple instances. You can always open another instance of Notepad++ by either

  • appending the -multiInst command line switch to a Notepad++ shortcut or
  • right-clicking on a tab and selecting Open in new instance

JC2k8

Posted 2014-02-12T20:48:49.523

Reputation: 2 813

1Just a hint: Instead of appending the shortcut, running notepad++ -multiInst may be better for one time use. – Memet Olsen – 2017-11-14T15:27:29.737