-
Notifications
You must be signed in to change notification settings - Fork 7
/
install.inf
74 lines (61 loc) · 1.3 KB
/
install.inf
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[info]
title=Differ
desc=Plugin to compare two files and show compare results side by side
type=cudatext-plugin
subdir=cuda_differ
homepage=https://github.com/OlehL/cuda_differ
api=1.0.302
[item1]
section=commands
caption=Differ\Choose files...
method=choose_files
[item2]
section=commands
caption=Differ\Compare current file with...
method=compare_with
[item3]
section=commands
caption=Differ\Refresh
method=refresh
[item4]
section=commands
caption=Differ\Focus the opposite file
method=set_focus_to_opposite_panel
[item5]
section=commands
caption=Differ\Select current difference
method=select_current
[item10]
section=commands
caption=Differ\Jump to next difference
method=jump_next
[item11]
section=commands
caption=Differ\Jump to previous difference
method=jump_prev
[item15]
section=commands
caption=Differ\Copy current difference to the right
method=copy_right
[item16]
section=commands
caption=Differ\Copy current difference to the left
method=copy_left
[item17]
section=commands
caption=Differ\Copy current line to the right
method=copy_line_right
[item18]
section=commands
caption=Differ\Copy current line to the left
method=copy_line_left
[item40]
section=commands
caption=Differ\Config...
method=change_config
menu=o
[item45]
section=commands
caption=Differ\Clear recents history
method=clear_history
menu=o