Reputation: 403
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
Reputation: 39
To stack tabs above and below in Notepad++, follow these steps:
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
Reputation: 1
I have added some empty lines at the end of the file, the problem solved.
Upvotes: 0
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
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