It seems wrong keymap is shown in context menu

Answered

In context menu, `Run <file name>` is indicated as `Ctrl + Shift + R`, and `Debug <file name>` is indicated as `Ctrl + Shift + D`.

On the other hand, in the `Run` menu in the top of screen, they are indicated as `Ctrl + R` and `Ctrl + D`.

In my environment (macOS High Sierra 10.13.6 / IntelliJ IDEA ULTIMATE 2018.3), the latter keymap is correct ( I didn't modified the concerned keymap ).

 

Is this some kind of bug?

0
11 comments

Hello,

"Ctrl+R" runs last used Run configuration. You could select any other configuration and "Ctrl+R" will run it while "Ctrl+Shift+R" will run "scratch_7.js"

 

0
Avatar
Permanently deleted user

Thank you for reply.

 

I see the difference.

But, in my environment , what work are only these three below:

 

- Pressing "Ctrl+R" on the editor space, resulting in running the file

- Select "Run <filename>" indicated as "Ctrl+R" in the top menu, resulting in running the file

- Select "Run <filename>" indicated as "Ctrl+Shift+R" in the top menu, resulting in running the file

 

Pressing "Ctrl+Shift+R" on the editor space do nothing. The "Run" panel doesn't also open at the bottom at all while it opens in the other cases above.

 

I don't have any other Run configuration than that of "scratch_7.js".

Is there any other points I have to check?

0

"Ctrl+Shift+R" works fine from the editor on my machine. Is it possible to share idea.log ("Help | Show log in...") after restarting IDE? Also please check that "Ctrl+Shift+R" is not assigned for some editor action.

0
Avatar
Permanently deleted user

Here is log: https://file.io/AawvjD

What I did is:

- Quit App

- Open App

- Select Project

- Open "scratch_7.js"

- Press "Ctrl+R"

- Press "Ctrl+Shift+R"

 

I confirmed that "Ctrl+Shift+R" is assigned for "Run Context Configuration" by this plugin

Please check it.

0

Sorry, but seems that link to log is broken. Could you please check it?

0
Avatar
Permanently deleted user

Oh, sorry.

How about this? 

https://file.io/Wryvj0

 

I retried these steps today (2019/1/25).

- Quit App

- Open App

- Select Project

- Open "scratch_7.js"

- Press "Ctrl+R"

- Press "Ctrl+Shift+R"

0

Sorry, still "404 Page not found". Could you please try to use different sharing service?

0
Avatar
Permanently deleted user
0

Thanks for the log!

Could you please try to update to the latest version (2018.3.4) and check the issue with new sample NodeJS project? All shortcuts work fine on my machine. The only difference is MacOS version - I'm on 10.14.2

0
Avatar
Permanently deleted user

Sorry for late reply.

 

I don't know why but they got to work fine after I upgraded macOS from High Sierra to Mojave and Intellij IDEA 2018.3.4.

 

Thank you :)

0

You are welcome!

0

Please sign in to leave a comment.