francostellari / NppPlugins

Other
105 stars 6 forks source link

How to prevent tabs from changing style when Notepad++ loses focus? #12

Closed curiosport closed 2 years ago

curiosport commented 3 years ago

Every time I put a program in front of Notepad++ all the tabs start shining sequentially, I understand that it is part of the script operation but I really want to disable that behavior.

Is there any way to do it?

Thank you.

francostellari commented 2 years ago

The tab selection and order change takes place only with certain options selected. It is necessary for determining which tab is named and which one is not.

The problem can be prevented using the options by:

1) selecting "Auto Save What" ==> "Current file only"

or

2) "Named files" ==> "Overwrite exiting files" AND "Unamed files" ==> "Ask for filename"