-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands.xml
26 lines (23 loc) · 936 Bytes
/
commands.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<Elements>
<Element shortcut="CTRL+9" id="grep">
<cmds>
<cmd env ="UNIX" value="grep -r __SELECTED_TEXT__ /proj/infra/base/src/java/deshaw/smart/swift | head -5" />
</cmds>
</Element>
<Element shortcut="CTRL+8" id="current_file_np">
<cmds>
<cmd env ="WIN" value="C:\\Program Files (x86)\\Notepad++\\notepad++.exe __CURRENT_FILE__" />
</cmds>
</Element>
<Element shortcut="CTRL+6" id="opengrok_local">
<cmds>
<cmd env ="ECLIPSE" value="http://opengrok.hyd.deshaw.com/__ENCLOSING_PROJ__/search?q=__ENCLOSING_TEXT_OR_TYPE__" />
</cmds>
</Element>
<Element shortcut="CTRL+SHIFT+6" id="opengrok_external">
<cmds>
<cmd env ="WIN" value="http://opengrok.hyd.deshaw.com/__ENCLOSING_PROJ__/search?q=__ENCLOSING_TEXT_OR_TYPE__" />
</cmds>
</Element>
</Elements>