v0.17 command inventory
Living map from Protégé reverse-engineering checklists to Strixonomy command IDs.
Status: reuse = already existed · wrap = VS Code native · new = added in v0.17
File
| Checklist | Command ID | Status |
| New ontology | strixonomy.newOntology | new |
| Open ontology | strixonomy.openOntology | wrap (vscode.openFolder / open file) |
| Recent projects | strixonomy.openRecent | wrap |
| Save | strixonomy.save | wrap (workbench.action.files.save) |
| Save as | strixonomy.saveAs | new |
| Save all | strixonomy.saveAll | wrap |
| Close project | strixonomy.closeProject | wrap |
| Import ontology | strixonomy.manageImports | reuse |
| Export ontology | strixonomy.exportOntology | new |
| Dirty-state tracking | context strixonomy:isDirty | new |
| Unsaved-changes warning | VS Code + dirty context | wrap |
| Serialization format selection | strixonomy.saveAs / strixonomy.exportOntology | new |
| File recovery | VS Code local history | wrap |
| Reload imports | strixonomy.reloadImports | reuse |
Edit
| Checklist | Command ID | Status |
| Undo | strixonomy.undo | wrap + semantic labels |
| Redo | strixonomy.redo | wrap + semantic labels |
| Clipboard | VS Code | wrap |
| Delete selected | strixonomy.deleteEntity | reuse (impact dialog) |
| Global search | strixonomy.searchEntities | new |
| Preferences | strixonomy.openPreferences | new |
| Copy IRI | strixonomy.copyEntityIri | new |
| Copy short form | strixonomy.copyEntityShortForm | new |
Active Ontology
| Checklist | Command ID | Status |
| Active ontology selector | strixonomy.setActiveOntology | new |
| Ontology annotation editor | strixonomy.editOntologyMetadata | new |
| Prefix editor | strixonomy.managePrefixes | new |
| Import manager | strixonomy.manageImports | reuse |
| Ontology metrics | strixonomy.showMetrics | new |
| Reload imports | strixonomy.reloadImports | reuse |
Refactor
| Checklist | Command ID | Status |
| Rename | strixonomy.renameEntityIri | reuse |
| Move | strixonomy.moveEntity | reuse |
| Merge | strixonomy.mergeEntities | new |
| Safe delete | strixonomy.deleteEntity | reuse+ |
| Replace entity | strixonomy.replaceEntity | new |
| Extract module | strixonomy.extractModule | reuse |
| Preview | refactor preview panel | reuse |
| Find usages | strixonomy.findEntityUsages | reuse |
| Migrate namespace | strixonomy.migrateNamespace | reuse |
Reasoner
| Checklist | Command ID | Status |
| Select / configure | strixonomy.configureReasoner | new |
| Start | strixonomy.startReasoner | new |
| Stop | strixonomy.stopReasoner | new |
| Synchronize | strixonomy.synchronizeReasoner | new |
| Classify | strixonomy.classifyOntology | new |
| Consistency | strixonomy.checkConsistency | new |
| Run (legacy) | strixonomy.runReasoner | reuse |
| Explanation | strixonomy.showExplanation | reuse |
| Hierarchy mode | strixonomy.setHierarchyMode | reuse |
| Checklist | Command ID | Status |
| Metrics | strixonomy.showMetrics | new |
| Validation | strixonomy.validateWorkspace | new |
| Visualization | strixonomy.open*Graph | reuse |
| Plugins | strixonomy.plugins.* | reuse |
| Semantic diff | strixonomy.semanticDiff | reuse |
| Query | strixonomy.openQueryWorkbench | reuse |
| Batch | strixonomy.runBatchTools | new |
| Workflow | strixonomy.runOwlmakeWorkflow | reuse |
Window
| Checklist | Command ID | Status |
| Reset layout | strixonomy.resetLayout | reuse |
| Persist layout | serializers | new |
| Perspectives | strixonomy.switchPerspective / savePerspective | new |
| Show/hide panels | strixonomy.show* / strixonomy.focus* | new |
| Plugin views | strixonomy.plugins.openView | reuse |
Help
| Checklist | Command ID | Status |
| Documentation | strixonomy.openDocumentation | new |
| About | strixonomy.showAbout | new |
| Plugin list | strixonomy.showPluginInfo | new |
| Error log | strixonomy.openErrorLog | new |
| Diagnostic export | strixonomy.exportDiagnostics | new |
| Support links | strixonomy.openSupport | new |
| Keyboard shortcuts | strixonomy.openKeyboardShortcuts | new |
| Checklist | Command ID | Status |
| New / Open / Save / Undo / Redo / Search | see File/Edit | new/wrap |
| Reasoner sync | strixonomy.synchronizeReasoner | new |
| Preferences | strixonomy.openPreferences | new |
| Metrics | strixonomy.showMetrics | new |