forked from CudaText-addons/cuda_differ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.inf
103 lines (84 loc) · 1.85 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[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/CudaText-addons/cuda_differ
api=1.0.302
[item1]
section=commands
caption=Differ\Choose files...
method=choose_files
[item2]
section=commands
caption=Differ\Compare current document with file...
method=compare_with
[item2b]
section=commands
caption=Differ\Compare current document with tab...
method=compare_with_tab
[item3]
section=commands
caption=Differ\Diff current document with file...
method=diff_with
[item3b]
section=commands
caption=Differ\Diff current document with tab...
method=diff_with_tab
[item4]
section=commands
caption=Differ\Refresh
method=refresh
[item5]
section=commands
caption=Differ\Focus the opposite file
method=set_focus_to_opposite_panel
[item6]
section=commands
caption=Differ\Select current difference
method=select_current
[item7]
section=commands
caption=Differ\Select all differences
method=select_all_diff
[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
[item30]
section=commands
caption=Differ\Move 2 comparing files to separate tabs
method=move_to_sep_tabs
[item40]
section=commands
caption=Differ\Config...
method=change_config
menu=o
[item45]
section=commands
caption=Differ\Clear recents history
method=clear_history
menu=o
[item100]
section=events
events=on_tab_menu,on_exit