Skip to content

Commit

Permalink
reorder snippets menu
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmcohn committed Apr 11, 2020
1 parent b417a2e commit 4ccd124
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions OneMore/Properties/Ribbon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,24 @@
onAction="InsertTocCmd"/>
</menu>
<menu id="snippetsMenu" label="Snippets..." imageMso="GroupInsertShapes">
<button
id="infoBlockButton"
imageMso="Info"
label="Info block"
getEnabled="EnsureBodyContext"
onAction="InsertInfoBlockCmd"/>
<button
id="warnBlockButton"
imageMso="HighImportance"
label="Warning block"
getEnabled="EnsureBodyContext"
onAction="InsertWarningBlockCmd"/>
<button
id="codeBlockButton"
imageMso="CodeEdit"
label="Code block"
getEnabled="EnsureBodyContext"
onAction="InsertCodeBlockCmd"/>
<button
id="PersonaStatusOffline"
imageMso="AppointmentColor4"
Expand Down Expand Up @@ -132,24 +150,6 @@
label="Blue Status"
getEnabled="EnsureBodyContext"
onAction="InsertBlueStatusCmd"/>
<button
id="infoBlockButton"
imageMso="Info"
label="Info block"
getEnabled="EnsureBodyContext"
onAction="InsertInfoBlockCmd"/>
<button
id="warnBlockButton"
imageMso="HighImportance"
label="Warning block"
getEnabled="EnsureBodyContext"
onAction="InsertWarningBlockCmd"/>
<button
id="codeBlockButton"
imageMso="CodeEdit"
label="Code block"
getEnabled="EnsureBodyContext"
onAction="InsertCodeBlockCmd"/>
</menu>
<menuSeparator id="sep1" title="Text"/>
<button
Expand Down
Binary file modified Screenshots/SnippetsMenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ccd124

Please sign in to comment.