Alain
Alain

Reputation: 403

Notepad++ page scroll on changing tab

I just installed the latest version of Notepad++ (v.6.8) and I noticed something surprising. I have been using Notepad++ for a while and I am used to move from a tab to another for various reasons.

Here is my problem: when switching from a tab to another, and then switching back to my initial tab (tab1 -> tab2 -> tab1), I notice that notepad++ does not keep in memory the location of the pointer on tab1, and scrolls me back up in tab1.

This is quite annoying as it forces me to scroll down back where I am working every time I switch tabs.

Has anyone noticed such behavior ? Can it be deactivated somewhere ?

Upvotes: 13

Views: 3643

Answers (4)

dhruvinrsoni
dhruvinrsoni

Reputation: 39

To stack tabs above and below in Notepad++, follow these steps:

  1. Open Notepad++.
  2. Navigate to the top menu and click on Settings.
  3. From the dropdown, select Preferences.
  4. In the Preferences window, click on General from the left sidebar.
  5. Look for the Tab Bar group within the General settings.
  6. Check the option labeled Multi-line.

This will enable the multi-line tab bar, allowing tabs to stack above and below, which can be especially helpful when working with many open files.

Upvotes: 0

Palani M
Palani M

Reputation: 1

I have added some empty lines at the end of the file, the problem solved.

Upvotes: 0

User8
User8

Reputation: 161

If you have XML Tools plugin try to disable "Set XML type automatically" (Plugins -> XML Tools -> Set XML type automatically).
Taken from here.
Worked for me. BTW, it is fixed in XML Tools 2.4.7

Upvotes: 16

Alexandre Gautier
Alexandre Gautier

Reputation: 29

Just noticed the same behavior. In "Preferences -> Multi-Instance", I choose "Always", and it seem to be fixed.

I can not guarantee the efficiency of this solution, but you can try it out!

Upvotes: 2

Related Questions