pnedev / comparePlus

Compare plugin for Notepad++
GNU General Public License v3.0
961 stars 139 forks source link

This plug-in should automatically toggle tabs visibility when comparing #364

Closed ScienceDiscoverer closed 11 months ago

ScienceDiscoverer commented 11 months ago

The problem is, when you have many tabs opened in main view, and only 1 in side view, the comparison is skewed:

tabs_issue

Tip: you can toggle tabs ON/OFF like this:

bool tabs_hidden = SendMessage(npp_data._nppHandle, NPPM_ISTABBARHIDDEN, 0, 0);
SendMessage(npp_data._nppHandle, NPPM_HIDETABBAR, 0, !tabs_hidden);
Yaron10 commented 11 months ago

@ScienceDiscoverer,

The author, @pnedev, has already addressed this issue. https://ci.appveyor.com/project/pnedev/compareplus/builds/47564611.

pnedev commented 11 months ago

Hello,

Thank you Yaron! :)

@ScienceDiscoverer,

ComparePlus plugin should not have that problem as Yaron mentioned. What plugin version are you using and what Notepad++ version?

BR

pnedev commented 11 months ago

Closing this issue as not valid for ComparePlus plugin.