OSDN Git Service

Fix GitHub issue #558: Link warnings when building VCPP plugin DisplayXMLFiles with...
[winmerge-jp/winmerge-jp.git] / Plugins / src_VB / README.md
1 # Visual Basic Plugins
2
3 ## CompareMSExcelFiles
4
5 Displays the text content of a MS Excel file, stripping away all formatting and embedded objects.
6
7  * No packing (no save).
8  * Event: `FILE_PACK_UNPACK`
9  * File filter: `*.xls`
10
11 ## CompareMSWordFiles
12
13 Displays the text content of a MS Word file, stripping away all formatting and embedded objects.
14
15  * No packing (no save).
16  * Event: `FILE_PACK_UNPACK`
17  * File filter: `*.doc`
18
19 ## HideLastLetter
20
21 The last non-space character is invisible in the merge editor (and restored when saving).
22
23  * Event: `BUFFER_PACK_UNPACK`
24  * File filter: `*.last`
25
26 ## IgnoreLeadingLineNumbers
27
28 Ignore leading line numbers in text files (e.g. NC and BASIC files).
29
30  * Event: `BUFFER_PREDIFF`
31  * File filter: `*.nc`
32
33 ## IgnoreTwoFirstCharsOrder
34
35 Sort the first two characters of both files before diffing.
36
37  * Event: `BUFFER_PREDIFF`
38  * File filter: `*.txt`
39
40 ## ToUpper
41
42 Convert the selection to upper case.
43
44  * Event: `EDITOR_SCRIPT`