Skip to content

Commit 6f9ace1

Browse files
committed
Activate on either command.
1 parent cdd6a7c commit 6f9ace1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/main.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EnterDialog = require './enter-dialog'
55
module.exports =
66

77
activate: (state) ->
8-
atom.workspaceView.command 'stacktrace:enter', ->
8+
atom.workspaceView.command 'stacktrace:paste', ->
99
atom.workspaceView.appendToTop new EnterDialog()
1010

1111
StacktraceView.registerIn(atom.workspace)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"version": "0.0.0",
55
"description": "Navigate stacktraces within Atom.",
66
"activationEvents": [
7-
"stacktrace:enter"
7+
"stacktrace:paste",
8+
"stacktrace:from-selection"
89
],
910
"repository": "https://github.com/smashwilson/stacktrace",
1011
"license": "MIT",

0 commit comments

Comments
 (0)