How to stop Intellij from opening files when I click on configurations in services pane

Answered

Hi, this started happening at some point and I haven't found any discussions online or how to stop it - 

Whenever I click on a run configuration in services window, the main class's file is automatically opened

If, for example, I run 3-4 configurations at once, each file will be opened once it starts running

 

Is there any way to disable this behavior?

 

Thanks in advance :)

0
2 comments

Double-click on the configuration normally opens its source file (same as F4).

What kind of configurations are those? How do you run them exactly? Using a shortcut or right-click -> Run?

What is the 'Jump to Source' action mapped to in Keymap settings?

Is the issue reproducible with all of the additionally downloaded plugins disabled and IDE restarted? File | Settings | Plugins | ⚙ | Disable all downloaded plugins

0

Hello, 

I'm having the same troubles, I noticed it in the last few months, but I can't get used to it. 

This problem occur with all my Spring Boot projects (JAVA). I run them either with the run button or right-click -> Run. 
The mapping of the  'Jump to Source' action is still set to "F4".
And I still can reproduce even after disabling all downloaded plugins and restarting Intellij. 
I also tried to switch back from new UI to classic UI, but nothing changed. 

I'm currently using "IntelliJ IDEA 2023.1.2"

[EDIT]

Found the solution to my problem. The "Services" tool window has an option menu with "Navigate with a single click". It appears it was checked. But I don't remember checking it.

3

Please sign in to leave a comment.