diff options
Diffstat (limited to 'quanta/data/toolbars/schema/main.actions')
-rw-r--r-- | quanta/data/toolbars/schema/main.actions | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/quanta/data/toolbars/schema/main.actions b/quanta/data/toolbars/schema/main.actions new file mode 100644 index 00000000..08747db2 --- /dev/null +++ b/quanta/data/toolbars/schema/main.actions @@ -0,0 +1,28 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_schema.png" type="tag" tooltip="<schema>" name="XMLSchema_schema" text="schema" > + <tag useDialog="true" ><schema></tag> + <xtag use="true" ></schema></xtag> + </action> + <action shortcut="" icon="tag_element.png" type="tag" tooltip="<element>" name="XMLSchema_element" text="element" > + <tag useDialog="false" ><element></tag> + <xtag use="true" ></element></xtag> + </action> + <action shortcut="" icon="tag_import.png" type="tag" tooltip="<import>" name="XMLSchema_import" text="import" > + <tag useDialog="true" ><import></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="tag_include.png" type="tag" tooltip="<include>" name="XMLSchema_include" text="include" > + <tag useDialog="true" ><include></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="tag_notation.png" type="tag" tooltip="<notation>" name="XMLSchema_notation" text="notation" > + <tag useDialog="false" ><notation></tag> + <xtag use="true" ></notation></xtag> + </action> + <action shortcut="" icon="tag_redefine.png" type="tag" tooltip="<redefine>" name="XMLSchema_redefine" text="redefine" > + <tag useDialog="false" ><redefine></tag> + <xtag use="true" ></redefine></xtag> + </action> + +</actions>
\ No newline at end of file |