-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmacros.xml
More file actions
29 lines (29 loc) · 973 Bytes
/
macros.xml
File metadata and controls
29 lines (29 loc) · 973 Bytes
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
<application>
<component name="ActionMacroManager">
<macro name="Optimize and stage current file.">
<action id="ReformatCode" />
<action id="com.dubreuia.core.SaveActionShortcutManager" />
<action id="Git.Add" />
</macro>
<macro name="Optimize and stage all VCS changed files.">
<action id="ActivateProjectToolWindow" />
<action id="ReformatCode" />
<shortuct text="ENTER" />
<action id="ChangesView.AddUnversioned" />
</macro>
<macro name="test2">
<action id="ActivateProjectToolWindow" />
<shortuct text="HOME" />
<shortuct text="HOME" />
<action id="ReformatCode" />
<shortuct text="ENTER" />
<action id="ChangesView.AddUnversioned" />
<shortuct text="control alt P" />
<action id="GotoAction" />
<shortuct text="ENTER" />
</macro>
<macro name="Create CR">
<action id="Upsource.ReviewChanges" />
</macro>
</component>
</application>