holgerbrandl / r4intellij

An integration of the R programming language into Intellij IDEA
BSD 2-Clause "Simplified" License
148 stars 28 forks source link

Control-Meta-Enter is not working #144

Closed javadba closed 6 years ago

javadba commented 6 years ago

I have tried a number of combinations and none of the pushes the code from the editor panel to run in the console (which works just great in the python plugin but with different shortcut).

I am on macos high sierra on 2017.1.5 with the latest R plugin.

holgerbrandl commented 6 years ago

This functionality was refactored out into a separate plugin called "Send to Terminal"

javadba commented 6 years ago

As mentioned in the Documentation bug : this error is about not pushing code from the editor panel to the R console (not bash). I have tried numerous times and it does not work.

holgerbrandl commented 6 years ago

When using cmd+shift+a to browse all actions, search for evaluate which should list it along with the current key binding: image

javadba commented 6 years ago

This is interesting: running it that way ie from the Search Actions DOES work. But invoking ctl-shitf-enter does .. nothing .

2018-02-18 11:34 GMT-08:00 Holger Brandl notifications@github.com:

When using cmd+shift+a to browse all actions, search for evaluate which should list it along with the current key binding: [image: image] https://user-images.githubusercontent.com/200952/36355929-1db2ca26-14eb-11e8-9fae-99556172c23f.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/holgerbrandl/r4intellij/issues/144#issuecomment-366541082, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZEkX0ncxg2LWjoTWGc8UQsm5cdkTO7ks5tWHtNgaJpZM4R4tKR .

holgerbrandl commented 6 years ago

Did you make sure that the focus is in the R editor in a line that contains code (or that some code is selected)? For debugging purpose you may want to try it also in a document without syntax errors.

javadba commented 6 years ago

This is actually not the problem: it is that the console is not scrolling - so I did not realize anything were happening. (I opened a separate bug).