Changes On Branch v1.3.2.0
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch release-64bits Excluding Merge-Ins

This is equivalent to a diff from fb02a79e74 to d556f08405

2019-03-16
11:02
v1.3.2.0 (64-bits) Leaf check-in: d556f08405 user: tinus tags: release, release-64bits, v1.3.2.0, v1.3.2.0-64
2019-03-15
21:11
New branch `release-64bits` to publish 64-bits version of the plugin. check-in: ff2fa8f86e user: tinus tags: release-64bits
21:00
New branch `release-32bits` to accomodate new plugin naming scheme (and differentiate between 32-bits and 64-bits). check-in: f72b5f6c6e user: tinus tags: release-32bits
20:45
Create new branch named "PreviewHTML32" Closed-Leaf check-in: f0d89663f5 user: tinus tags: mistake
2013-07-14
09:48
v1.3.1.0 Closed-Leaf check-in: fb02a79e74 user: Martijn tags: publish, v1.3.1.0
2013-03-03
12:55
v1.3.0.0 check-in: 088b31f9e1 user: Martijn tags: publish, v1.3.0.0

Deleted Config/PreviewHTML/filters.sample.ini.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<






















































Changes to PreviewHTML.dll.

cannot compute difference between binary files

Changes to ReleaseNotes.txt.

1
2
3
4




5
6
7
8
9
10
11
Preview HTML plugin for Notepad++
=================================
http://fossil.2of4.net/npp_preview





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
--------------------




>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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].

v1.3.0.0, 2013-03-03
--------------------

Added filters.sample.ini.























































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"