@Václav-Hanzlik ,
Okay, @xomx was right (in this other topic) – you are having a problem with relative file opening, which other people are as well. They are working on fixing the bug, so it should work again in the next version.
@henriknoren
Your N++ DockingManager config is broken (IDK how this happen).
But you should be able to fix it yourselves by adding two additional lines to your config.xml to have:
<GUIConfig name="DockingManager" leftWidth="200" rightWidth="251" topHeight="200" bottomHeight="610">
<FloatingWindow cont="5" x="600" y="400" width="1000" height="600" />
<PluginDlg pluginName="Notepad++::InternalFunction" id="0" curr="5" prev="1" isVisible="no" />
<PluginDlg pluginName="NPPJSONViewer.dll" id="0" curr="0" prev="-1" isVisible="no" />
<PluginDlg pluginName="ComparePlus.dll" id="31" curr="1" prev="-1" isVisible="no" />
<ActiveTabs cont="0" activeTab="-1" />
<ActiveTabs cont="1" activeTab="-1" />
<ActiveTabs cont="2" activeTab="-1" />
<ActiveTabs cont="3" activeTab="-1" />
<ActiveTabs cont="5" activeTab="0" />
</GUIConfig>
@peterjones
IMO, it’s time to unpin this issue from the top.