Closed modche closed 9 years ago
Do you have the following key map set in your ~/.atom/keymap.cson
:
'atom-workspace atom-text-editor:not([mini])':
'cmd-enter': 'r-exec:send-command'
No, not yet.But now, I got the same error when I add the two lines. Is Atom installing an older version of the package than actually available at GitHub?
On 22.10.2015, at 16:53, Harold Pimentel notifications@github.com wrote:
Do you have the following key map set in your ~/.atom/keymap.cson:
'atom-workspace atom-text-editor:not([mini])':
'cmd-enter': 'r-exec:send-command' — Reply to this email directly or view it on GitHub.
I'm not sure about what version atom is hosting. If you have a settings tab, it is the version on GitHub.
OK. I deinstall the package, and install it from Atom again. Yes, there is a settings tab, than I added
'atom-workspace atom-text-editor': 'cmd-y': 'r-exec:send-command'
'atom-workspace atom-text-editor:not([mini])': 'cmd-y': 'r-exec:send-command'
to keymap.cson and now it works (I can send lines of code to R, but also the whole code if I select the whole file).
Thx.
[Enter steps to reproduce below:]
Atom Version: 1.0.19 System: Mac OS X 10.11.1 Thrown From: r-exec package, v0.2.0
Stack Trace
Uncaught Error: Cannot find module 'node-osascript'
Commands
Config
Installed Packages