Skip to content

Commit

Permalink
Remove show log and timestamp actions from the window menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ykazakov committed Nov 9, 2017
1 parent 08f4957 commit 5429120
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions protege-editor-core/src/main/resources/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,22 +214,6 @@
<editorKitId value="any"/>
</extension>

<extension id="menu.window.timestamp" point="org.protege.editor.core.application.EditorKitMenuAction">
<name value="Timestamp log / console"/>
<path value="org.protege.editor.core.application.menu.window/SlotE-A"/>
<toolTip value="Prints a timestamp and optional message into the logs or console"/>
<class value="org.protege.editor.core.ui.action.TimestampOutputAction"/>
<editorKitId value="any"/>
</extension>

<extension id="menu.window.showlog" point="org.protege.editor.core.application.EditorKitMenuAction">
<name value="Show log..."/>
<path value="org.protege.editor.core.application.menu.window/SlotE-B"/>
<toolTip value="Prints a timestamp and optional message into the logs or console"/>
<class value="org.protege.editor.core.log.ShowLogAction"/>
<editorKitId value="any"/>
</extension>

<!-- Help menu -->

<extension id="menu.HelpMenu" point="org.protege.editor.core.application.EditorKitMenuAction">
Expand Down

0 comments on commit 5429120

Please sign in to comment.