Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 2.7 KB

ReleaseNotes.txt

File metadata and controls

71 lines (57 loc) · 2.7 KB

Preview HTML plugin for Notepad++

v1.3.3.2, 2024-11-16

  • Fixed: previewing an empty file in Notepad++ 8.4 or newer will no longer crash the application

v1.3.3.1, 2024-09-06

  • Fixed: custom filters do not execute on the UI thread anymore
  • Fixed: when filters.ini does not exist, the template is copied without "sample" in the file name

v1.3.3.0, 2024-07-31

  • Changed host to GitHub
  • Updated plugin template units
  • Fixed: preview panel controls retain their default background color in dark mode. Fixes bug a017892ab7
  • Fixed: the toolbar bitmap now fills the entire slot in standard icon mode
  • Changed: the preview panel now docks to the right by default

v1.3.2.0, 2019-03-16

  • Published a first official 64-bits version.

v1.3.1.0, 2013-07-14

  • Fixed: IE 10 was not properly recognized.
  • Added: possibility to override the installed version of IE using via [settings].

v1.3.0.0, 2013-03-03

  • Added: ability to define output filters, that can convert source code to HTML before previewing.
  • Added: menu options to edit the settings and filter definitions.
  • Added: 'freeze' checkbox, which suspends refreshing the preview window.

v1.2.1.0, 2013-01-29

  • Fixed: 'Unknown exception' on close of each document in certain cases.

v1.2.0.0, 2013-01-26

  • Added: when switching documents, the scroll position of the preview is remembered, and restored whenever you switch back to that document. cfc74baf4b

  • Added: when changing the document, the preview is automatically refreshed. 20d1203257 By default, the plugin waits for 1000 ms (= 1 second), but this can be adjusted by creating a settings file "$(PLUGINSCONFIG)\PreviewHTML\Settings.ini", and adding the following lines to it, replacing 1000 by the number of milliseconds you want it to wait. If you want to disable the autorefresh, specify an interval of 0 ms.

       [Autorefresh]
       Interval=1000
    

v1.1.1.0, 2013-01-24

  • Bugfix: the plugin crashed if the registry key indicating which version of IE should be used, didn’t exist yet.

v1.1.0.0, 2013-01-20

  • Added menu items to configure which version of IE should be emulated for previewing. Fixed bug 1b34ee74aa.