blob: 681c9faeaba89045d5528221dec29c150300a2dd (
plain)
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
|
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="new.png" type="text" tooltip="New Tag file" name="user_lyjaGLLTl" statustext="New Tag file" text="New Tag file" >
<text><?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
</TAGS>
</text>
</action>
<action icon="tag_tag.png" type="tag" tooltip="Tag" name="user_LGRZhUJd8" text="Tag" statustext="Tag" >
<tag useDialog="true" >tag</tag>
<xtag use="true" />
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_attr.png" type="tag" tooltip="Attribute" name="user_b6cmF7Zrq" text="Attribute" statustext="Attribute" >
<tag useDialog="true" >attr</tag>
<xtag use="true" />
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_dl.png" type="tag" tooltip="Items" name="user_a6uVzWRzR" statustext="Items" text="Items" >
<tag useDialog="false" ><items></tag>
<xtag use="true" ></items></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_dd.png" type="tag" tooltip="Item" name="user_97fcvR7QL" statustext="Item" text="Item" >
<tag useDialog="false" ><item></tag>
<xtag use="true" ></item></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_label.png" type="tag" tooltip="Label" name="user_8gS9rKLI8" text="Label" statustext="Label" >
<tag useDialog="false" ><label></tag>
<xtag use="true" ></label></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="lineedit.png" type="tag" tooltip="Text" name="user_GqvlpNrL3" text="Text" statustext="Text" >
<tag useDialog="false" ><text></tag>
<xtag use="true" ></text></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_loc.png" type="tag" tooltip="Location" name="user_xpbzQtFFm" text="Location" statustext="Location" >
<tag useDialog="true" >location</tag>
<xtag use="true" />
<text/>
<script input="none" >''</script>
</action>
<action icon="output_win.png" type="tag" tooltip="Tool Tip" name="user_x83jdO4Aw" text="Tool Tip" statustext="Tool Tip" >
<tag useDialog="false" ><tooltip></tag>
<xtag use="true" ></tooltip></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_what.png" type="tag" tooltip="What's This" name="user_SHAYNqyXg" text="What's This" statustext="What's This" >
<tag useDialog="false" ><whatsthis></tag>
<xtag use="true" ></whatsthis></xtag>
<text/>
<script input="none" >''</script>
</action>
<action shortcut="" icon="ball" type="text" tooltip="<children>" name="user_ca9L3ZRwcO" text="Children" >
<text><children>
<child name="" />
</children></text>
</action>
<action shortcut="" icon="tag_noop.png" type="text" tooltip="<stoppingtags>" name="user_3Jr4RrmbFR" text="Stoppingtags" >
<text><stoppingtags>
<stoppingtag name="" />
</stoppingtags></text>
</action>
</actions>
|