|
2 | 2 | <mainmenu>
|
3 | 3 | <menu label="Label.File" name="FileMenu">
|
4 | 4 | <menu label="Label.New" name="NewMenu">
|
5 |
| - <button label="Label.BlankDocument" click="SmartNew" shortcut="Control|N" image="559" /> |
| 5 | + <button label="Label.BlankDocument" click="SmartNew" shortcut="Control|N" /> |
6 | 6 | <separator />
|
7 | 7 | <button label="Label.AS2Document" click="NewFromTemplate" tag="as;$(TemplateDir)\AS2.fdt" />
|
8 | 8 | <button label="Label.AS3Document" click="NewFromTemplate" tag="as;$(TemplateDir)\AS3.fdt" />
|
|
16 | 16 | <button label="Label.TextDocument" click="NewFromTemplate" tag="txt;$(TemplateDir)\TXT.fdt" />
|
17 | 17 | </menu>
|
18 | 18 | <menu label="Label.Modify" name="ModifyMenu" flags="Enable:IsEditable">
|
19 |
| - <button label="Label.Reload" click="Reload" shortcut="Control|Shift|R" flags="Enable:IsEditable|!IsUntitled" image="559" /> |
20 |
| - <button label="Label.Duplicate" click="Duplicate" shortcut="Control|Shift|N" flags="Enable:IsEditable" /> |
21 |
| - <button label="Label.Revert" click="Revert" shortcut="Control|Shift|T" flags="Enable:IsEditable|CanUndo" /> |
| 19 | + <button label="Label.Reload" click="Reload" shortcut="Control|Shift|R" flags="Enable:IsEditable|!IsUntitled" image="66" /> |
| 20 | + <button label="Label.Duplicate" click="Duplicate" shortcut="Control|Shift|N" flags="Enable:IsEditable" image="292" /> |
| 21 | + <button label="Label.Revert" click="Revert" shortcut="Control|Shift|T" flags="Enable:IsEditable|CanUndo" image="73" /> |
22 | 22 | </menu>
|
23 | 23 | <button label="Label.Open" click="Open" shortcut="Control|O" image="214" />
|
24 | 24 | <separator />
|
|
131 | 131 | <button label="Label.ClearBookmarks" click="ClearBookmarks" image="402|4|4|4" flags="Enable:IsEditable|HasBookmarks" />
|
132 | 132 | </menu>
|
133 | 133 | <menu label="Label.Insert" name="InsertMenu">
|
134 |
| - <button label="Label.FromFile" click="InsertFile" tag="$(OpenFile)" flags="Enable:IsEditable" image="559" /> |
135 |
| - <button label="Label.FileDetails" click="InsertFileDetails" flags="Enable:IsEditable|!IsUntitled" /> |
136 |
| - <button label="Label.Timestamp" click="InsertTimestamp" tag="g" flags="Enable:IsEditable" /> |
| 134 | + <button label="Label.FromFile" click="InsertFile" tag="$(OpenFile)" flags="Enable:IsEditable" image="275" /> |
| 135 | + <button label="Label.FileDetails" click="InsertFileDetails" flags="Enable:IsEditable|!IsUntitled" image="275|16|4|4" /> |
| 136 | + <button label="Label.Timestamp" click="InsertTimestamp" tag="g" flags="Enable:IsEditable" image="163" /> |
137 | 137 | <separator />
|
138 |
| - <button label="Label.Snippet" click="InsertSnippet" shortcut="Control|B" tag="null" flags="Enable:IsEditable" /> |
139 |
| - <button label="Label.Color" click="InsertColor" shortcut="Control|Shift|K" flags="Enable:IsEditable" /> |
| 138 | + <button label="Label.Snippet" click="InsertSnippet" shortcut="Control|B" tag="null" flags="Enable:IsEditable" image="341" /> |
| 139 | + <button label="Label.Color" click="InsertColor" shortcut="Control|Shift|K" flags="Enable:IsEditable" image="328" /> |
140 | 140 | <button label="Label.GUID" click="InsertGUID" shortcut="Control|Shift|I" flags="Enable:IsEditable" />
|
141 | 141 | <separator />
|
142 | 142 | <button label="Label.Hash" click="InsertHash" shortcut="Control|Shift|H" flags="Enable:IsEditable" />
|
143 | 143 | </menu>
|
144 | 144 | <menu label="Label.Tools" name="ToolsMenu">
|
145 |
| - <button label="Label.KillRunningProcess" click="KillProcess" flags="Enable:ProcessIsRunning" /> |
| 145 | + <button label="Label.KillRunningProcess" click="KillProcess" flags="Enable:ProcessIsRunning" image="153" /> |
146 | 146 | <separator />
|
147 |
| - <menu label="Label.FlashTools" name="FlashToolsMenu"> |
| 147 | + <menu label="Label.FlashTools" name="FlashToolsMenu" > |
148 | 148 | <button label="Label.SOReader" click="RunProcess" tag="$(Quote)$(AppDir)\Tools\soreader\SOReaderUI.exe$(Quote)" />
|
149 | 149 | <button label="Label.ASDocGen" click="RunProcess" tag="$(Quote)$(AppDir)\Tools\asdocgen\ASDocGen.exe$(Quote)" />
|
150 | 150 | <separator />
|
151 | 151 | <button label="Label.TestMovieInFlash" click="PluginCommand" tag="ASCompletion.CallFlashIDE;$(Quote)$(AppDir)\Tools\flashide\testmovie.jsfl$(Quote)" shortcut="F6" />
|
152 | 152 | <button label="Label.PublishMovieInFlash" click="PluginCommand" tag="ASCompletion.CallFlashIDE;$(Quote)$(AppDir)\Tools\flashide\buildmovie.jsfl$(Quote)" shortcut="Control|F6" />
|
153 | 153 | </menu>
|
154 |
| - <menu label="Label.GeneralTools" name="GeneralToolsMenu"> |
| 154 | + <menu label="Label.GeneralTools" name="GeneralToolsMenu" > |
155 | 155 | <button label="Label.CommandPrompt" click="PluginCommand" tag="FileExplorer.PromptHere;$(WorkingDir)" image="57" />
|
156 | 156 | <button label="Label.WindowsExplorer" click="PluginCommand" tag="FileExplorer.Explore;$(WorkingDir)" image="56" />
|
157 | 157 | <separator />
|
158 | 158 | <button label="Label.CompareFiles" click="RunProcess" tag="$(Quote)$(AppDir)\Tools\diffui\diffui.exe$(Quote)" image="37|16|-1|-1" />
|
159 | 159 | </menu>
|
160 |
| - <menu label="Label.WebTools" name="WebToolsMenu"> |
| 160 | + <menu label="Label.WebTools" name="WebToolsMenu" > |
161 | 161 | <button label="Label.HTMLValidator" click="Browse" tag="http://validator.w3.org/" image="559" />
|
162 | 162 | <button label="Label.CSSValidator" click="Browse" tag="http://jigsaw.w3.org/css-validator/" />
|
163 | 163 | </menu>
|
|
0 commit comments