Added:
Enable IME support (experimental)
option in Tools --> Options --> Editor tab
. If you are an international user and are experiencing issues with IME, please try disabling or enabling this feature and observe the results.Modified:
IME support disabled by defaultAdded:
Support for automatic email hyperlinks when Autoomatic hyperlinks
is enabled under Tools --> Options --> Markdown tab
. Automatic emails can be used like this in Markdown: <foo@bar.com>
and it will automatically be converted to a hyperlink.Fixed:
Files with underscores (_) in their name were not being displayed properly in the Recent Documents menuImproved:
General improvements to Markdown processing engineAdded:
Support for Input Method Editors (IMEs).Added:
Right-click context menu in the Custom CSS editor (Under Tools --> Options --> HTML/CSS
).Modified:
If previewing an unsaved Markdown document in the browser, the HTML document’s title has been changed from “Markdown” to “Markdown Document”.Fixed:
Error that could occur when closing multiple instances of MarkdownPad simultaneously.Performance Improvement:
Scrollbar Sync is now smarter!Improved:
MarkdownPad will now alert you if you try saving a read-only file, and give you the option to make it writeable.Fixed:
Issue with the MarkdownPad installer where Windows XP users could no longer run the installer executable, receiving the error message: ... is not a valid WIN32 application
. I published the previous version of MarkdownPad using Visual Studio 2012, and it looks like there are several other instances of people with similar problems. I have now re-deployed MarkdownPad using Visual Studio 2010 which I have confirmed to be working in my Windows XP virtual machines, and I will continue deploying via VS2010 until the issue in VS2012 is resolved. Thanks for your patience if you were unable to download MarkdownPad!As always, if you experience any issues with MarkdownPad, please let me know via the MarkdownPad Support page.
Fixed:
Bug that could allow MarkdownPad’s window position to be restored to an off-screen position after closing the application on a secondary window of a multi-monitor display, and then re-opening it on a single display.Fixed:
Bug that could occur when performing a reverse text search when the cursor was at the beginning of the document.Fixed:
When searching for text, pressing Enter
would not always initiate the search unless the Find Next
button was pressed first.Improved:
General improvements to the Find Text feature.Improved:
The Fonts
drop-down box in Options
now loads all available system fonts faster.Added:
When using the Export HTML
feature, the current document’s name will be used for the new HTML file by default. (This was previously blank.)
Added:
When using the Save As
feature, the current document’s name will be used for the new HTML file by default. (This was previously blank.)
Fixed:
Bug where if a user attempted to save a document, gave the file a name, but then clicked Cancel
instead of OK
, the file would still be saved.
Temporarily Removed:
File modification monitor. Several users reported that if they saved a document, they would (sometimes, but not all the time) receive multiple “This document has been modified” notifications. This feature has been temporarily removed and will be re-worked to resolve the issue.