Edit/Run debug configurations please offer the option not to format command line options.

Answered

With the latest version command line options are reformatted so every space is a new line, this really really annoying.

I'm not sure what was wrong with the way it was done before but this isn't an improvement.

For instance

-d 1232 -x -y something

is formatted

as 

-d

1232

-x

-y

something

 

 

 

 

 

IntelliJ IDEA 2020.3 (Ultimate Edition)
Build #IU-203.5981.155, built on November 30, 2020
Licensed to Tim Desjardins
Subscription is active until January 29, 2021
Runtime version: 11.0.9+11-b1145.21 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 24
Non-Bundled Plugins: org.intellij.plugins.hcl, com.intellij.plugins.html.instantEditing, org.intellij.scala, Pythonid

1
4 comments

What is the type of configuration? Reformatting should only be triggered when the field is expanded:

0

Yes it is reformatted when expanded and it is garish, this new layout is a UX failure.

If you look at the second panel you posted, notice all the blank space between the "Open run/debug" button and the bottom of the panel each of those input fields could be on their own line and stretch the length of the panel making editing and understanding what's in the field easier.

I like the way the panel was before, not every change is an improvement.

This new panel layout is a failure in my opinion and I don't recall the last time Intellij has made a change that I found something so objectionable (and I've been using Intellij sine the early 2000's)

 

0

As for blank space, we are working on it in the scope of https://youtrack.jetbrains.com/issue/IDEA-245877. Some improvements are already included in 2020.3.1

As for "One program argument per line", I created bug request for that: https://youtrack.jetbrains.com/issue/IDEA-258419. Please follow it to receive updates. 

 

By the way, you can bring old UI back via the "ide.new.run.config" registry option: 

 

0

Thank you so much, I much prefer the ide.old.run.config !

 

 

0

Please sign in to leave a comment.