nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

Markdown++ preview pane missing #74

Closed williamansley closed 6 years ago

williamansley commented 6 years ago

Issue description

I tried to drag the Markdown++ preview pane to the bottom of the window to attempt to dock it on the bottom half of the window instead of on the right side. This caused the preview pane to completely disappear from sight and I cannot bring it back. I have uninstalled and re-installed the Markdown++ plugin and completely removed the contents of %APPDATA%\Notepad++ on my PC, but the pane is still missing.

Markdown to reproduce

Not applicable

Screenshot

If available

Environment

williamansley commented 6 years ago

Never mind; I was an idiot and was trying to edit the Notepad++ config files in Notepad++ itself. Even though I quit and restarted it after each edit, I didn't actually update some files. The relevant one turned out to be %APPDATA%\Notepad++\config.xml. I had to delete the following line (I have removed all other lines in the file but the xml tags):

<?xml version="1.0" encoding="Windows-1252" ?>
<NotepadPlus>
    <GUIConfigs>
        <GUIConfig name="DockingManager" leftWidth="200" rightWidth="384" topHeight="200" bottomHeight="200">
            <PluginDlg pluginName="MarkdownViewer++" id="0" curr="4" prev="1" isVisible="no" />
        </GUIConfig>
    </GUIConfigs>
</NotepadPlus>