<?xml version="1.0"?>
<button backcol="none" display="icon" label_pos="right" textcol="none" type="menu">
	<label>Opus Dev Tools Menu</label>
	<icon1>#otherplugins</icon1>
	<button backcol="none" display="both" textcol="none">
		<label>Fix (JSDoc) typings</label>
		<tip>Acts on selected files (generate in tmp folder for review)</tip>
		<icon1>#otherplugins</icon1>
		<function type="normal">
			<instruction>@icon:/dopusdata/Script AddIns/OpusDevTools/resources/VScode layered with opus.png</instruction>
			<instruction>OpusDT_FixTypes</instruction>
		</function>
	</button>
	<button backcol="none" display="both" textcol="none">
		<label>Generate Personal Index</label>
		<icon1>#otherplugins</icon1>
		<function type="normal">
			<instruction>@icon:/dopusdata/Script AddIns/OpusDevTools/resources/VScode layered with opus.png</instruction>
			<instruction>OpusDT_GenerateIndex</instruction>
		</function>
	</button>
	<button backcol="none" display="both" separate="yes" textcol="none">
		<label>Generate Minified &lt;kbd&gt;.d.ts&lt;/kbd&gt;</label>
		<icon1>#otherplugins</icon1>
		<function type="normal">
			<instruction>@icon:/dopusdata/Script AddIns/OpusDevTools/resources/VScode layered with opus.png</instruction>
			<instruction>OpusDT_GenerateMinifiedTypings</instruction>
		</function>
	</button>
	<button backcol="none" display="both" textcol="none">
		<label>Install/Update Opus Dev Tools</label>
		<icon1>#otherplugins</icon1>
		<function type="normal">
			<instruction>@icon:/dopusdata/Script AddIns/OpusDevTools/resources/VScode layered with opus.png</instruction>
			<instruction>OpusDT_Install</instruction>
		</function>
	</button>
</button>
