Skip to content

Commit 8ba8c37

Browse files
committed
added plugin explorer to context menu
SQUASHED: AUTO-COMMIT-src-client-contextmenu.js,
1 parent c75c0e3 commit 8ba8c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/client/contextmenu.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,10 @@ export default class ContextMenu {
466466
"CMD+J", '<i class="fa fa-terminal" aria-hidden="true"></i>'],
467467
["Search", evt => this.openComponentInWindow("lively-search", evt, worldContext),
468468
"CMD+SHIFT+F",'<i class="fa fa-search" aria-hidden="true"></i>'],
469+
["Plugin explorer", async evt => {
470+
const explorer = await this.openComponentInWindow('lively-plugin-explorer', evt, worldContext);
471+
explorer.livelyExample();
472+
}],
469473
// ['Debugger', evt => lively.openDebugger().then( cmp),
470474
// "", '<i class="fa fa-chrome" aria-hidden="true"></i>'],
471475
["Test Runner", evt => this.openComponentInWindow("lively-testrunner", evt, worldContext),

0 commit comments

Comments
 (0)