-
Notifications
You must be signed in to change notification settings - Fork 9
/
RadNotepad.reg
63 lines (41 loc) · 3.91 KB
/
RadNotepad.reg
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
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\*\shell\editastext]
@="Edit as Text"
"Icon"="C:\\Users\\Adam.Gates\\Dropbox\\Utils\\MyStuff\\RadNotepad\\RadNotepad.exe"
[HKEY_CURRENT_USER\Software\Classes\*\shell\editastext\Command]
@="RadNotepad.exe \"%1\""
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations]
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\text]
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\text\OpenWithList]
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\text\OpenWithList\RadNotepad.exe]
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\text\shell]
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\text\shell\edit]
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\text\shell\edit\command]
@="RadNotepad.exe \"%1\""
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\text\shell\open]
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\text\shell\open\command]
@="RadNotepad.exe \"%1\""
[HKEY_CURRENT_USER\Software\Classes\txtfile\shell]
[HKEY_CURRENT_USER\Software\Classes\txtfile\shell\edit]
[HKEY_CURRENT_USER\Software\Classes\txtfile\shell\edit\command]
@="RadNotepad.exe \"%1\""
[HKEY_CURRENT_USER\Software\Classes\txtfile\shell\open]
[HKEY_CURRENT_USER\Software\Classes\txtfile\shell\open\command]
@="RadNotepad.exe \"%1\""
; Needed for task bar recent list to work properly
[HKEY_CURRENT_USER\Software\Classes\Applications\RadNotepad.exe]
[HKEY_CURRENT_USER\Software\Classes\Applications\RadNotepad.exe\shell]
[HKEY_CURRENT_USER\Software\Classes\Applications\RadNotepad.exe\shell\open]
[HKEY_CURRENT_USER\Software\Classes\Applications\RadNotepad.exe\shell\open\command]
@="RadNotepad.exe \"%1\""
[HKEY_CURRENT_USER\Software\Classes\Applications\RadNotepad.exe\SupportedTypes]
".txt"=""
".bat"=""
".cvs"=""
".reg"=""
".cpp"=""
".h"=""
".java"=""
".lua"=""
".xml"=""
".vbs"=""