DELETED Config/PreviewHTML/filters.sample.ini Index: Config/PreviewHTML/filters.sample.ini ================================================================== --- Config/PreviewHTML/filters.sample.ini +++ /dev/null @@ -1,27 +0,0 @@ -[--- Information ---] -This SAMPLE file contains the filters to be run before previewing a file in Notepad++. -Save this file as 'filters.ini' (instead of 'filters.sample.ini') to see it in action. - -Each section below defines a custom filter. - -The preview plugin decides whether or not to run each filter based on the file's extension OR the -active highlighter language. The first filter encountered is run, any other matching filters are -ignored. - -Any filter can be disabled by commenting it out, or by starting the name with a '-' hyphen; -for example [-PHP] instead of [PHP]. - -[PHP] -; PHP is a popular scripting language, mostly used for generating HTML pages on a web server. -; See http://www.php.net/manual/en/features.commandline.options.php -;Extension=.php4, .php5, .php -Language=PHP -Command=php-cgi -q "%1" - -[Fossil-wiki] -; Fossil is a version control system, which also provides wiki. This filter will call fossil to -; convert a .wiki file to HTML. -; See http://fossil-scm.org/fossil/doc/trunk/www/wikitheory.wiki -; (and http://fossil-scm.org/fossil/wiki_rules for the syntax) -Extension=.wiki -Command=fossil test-wiki-render "%1" Index: PreviewHTML.dll ================================================================== --- PreviewHTML.dll +++ PreviewHTML.dll cannot compute difference between binary files Index: ReleaseNotes.txt ================================================================== --- ReleaseNotes.txt +++ ReleaseNotes.txt @@ -1,9 +1,13 @@ Preview HTML plugin for Notepad++ ================================= http://fossil.2of4.net/npp_preview +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]. ADDED filters.sample.ini Index: filters.sample.ini ================================================================== --- /dev/null +++ filters.sample.ini @@ -0,0 +1,27 @@ +[--- Information ---] +This SAMPLE file contains the filters to be run before previewing a file in Notepad++. +Save this file as 'filters.ini' (instead of 'filters.sample.ini') to see it in action. + +Each section below defines a custom filter. + +The preview plugin decides whether or not to run each filter based on the file's extension OR the +active highlighter language. The first filter encountered is run, any other matching filters are +ignored. + +Any filter can be disabled by commenting it out, or by starting the name with a '-' hyphen; +for example [-PHP] instead of [PHP]. + +[PHP] +; PHP is a popular scripting language, mostly used for generating HTML pages on a web server. +; See http://www.php.net/manual/en/features.commandline.options.php +;Extension=.php4, .php5, .php +Language=PHP +Command=php-cgi -q "%1" + +[Fossil-wiki] +; Fossil is a version control system, which also provides wiki. This filter will call fossil to +; convert a .wiki file to HTML. +; See http://fossil-scm.org/fossil/doc/trunk/www/wikitheory.wiki +; (and http://fossil-scm.org/fossil/wiki_rules for the syntax) +Extension=.wiki +Command=fossil test-wiki-render "%1"