You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Centered Layout feature breaks if you follow these steps:
Configure Markdown Monster for External Preview.
Set the External Preview window to Manually Activated.
Close Markdown Monster.
Open Markdown Monster (the home screen should have no documents open).
Use File > New to open a new untitled document.
The External Preview window will not open.
The document will be correctly centered in the editor.
Press F12 to open the External Preview (which will open as expected in a new window).
Use File > New to open a second new untitled document.
The document will not be centered in the editor.
External Preview will continue functioning normally.
Fixing the issue requires closing and reopening the preview window for each document, or swapping to Internal Preview and then back to External Preview.
The text was updated successfully, but these errors were encountered:
Thank you. Another regression bug related to recent updates to the window management code. There were actually quite a few issues here that I've addressed in this fix.
Preview Pane not hiding (Fixed)
External Preview Window not starting up across sessions when external preview is active (Fixed)
Incorrect Window resizing when going from external back to internal
(window should resize with preview size added to width). (Fixed)
Editor window doesn't change any more when just toggling preview/non-preview (Fixed)
Editor window only resizes when switching between internal/external modes
leaving window + preview always roughly the same size regardless whether external or internal.
The Centered Layout feature breaks if you follow these steps:
File > New
to open a new untitled document.File > New
to open a second new untitled document.Fixing the issue requires closing and reopening the preview window for each document, or swapping to Internal Preview and then back to External Preview.
The text was updated successfully, but these errors were encountered: