forked from CudaText-addons/cuda_hilite_occurrences
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.inf
54 lines (46 loc) · 1.01 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
[info]
title=Highlight Occurrences
desc=Highlights/Marks all occurrences of current/selected word/fragment
type=cudatext-plugin
subdir=cuda_hilite_occurrences
homepage=https://github.com/CudaText-addons/cuda_hilite_occurrences
api=1.0.396
[item1]
section=events
; real event list is in `__init__.py/do_load_ops()`
events=on_caret
[item2]
section=commands
caption=&Highlight Occurrences\Move to &first occurrence
hotkey=
method=move_first
[item3]
section=commands
caption=&Highlight Occurrences\Move to &last occurrence
hotkey=
method=move_last
[item4]
section=commands
caption=&Highlight Occurrences\Move to &previous occurrence
hotkey=
method=move_prev
[item5]
section=commands
caption=&Highlight Occurrences\Move to &next occurrence
hotkey=
method=move_next
[item10]
section=commands
caption=&Highlight Occurrences\-
hotkey=
method=_
[item11]
section=commands
caption=&Highlight Occurrences\Select &all occurrences
hotkey=
method=select_all
[item21]
section=commands
caption=Highlight Occurrences\Config...
method=config
menu=o