Oliver B. Fischer
- Total activity 30
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 5
- Subscriptions 8
-
Created Can I used Macros in the run
AnsweredHi, I think in the past it was possible to use variables or macros in the run dialog. I would like to avoid to use absolute paths in my run configurations. Is there a way to achive this? -
Created Remote Development via SSH only sometimes possible
AnsweredHi, is here someone using the remote development capabilities of IntelliJ? I am sometimes use it and then it suddenly stops. I read the documentation on it and tried to reset my setup by removing ~... -
Created HTTP Client says "MIME type may not contain reserved characters"
AnsweredDear all,executing the following script with the HTTP Client results in the error message: java.lang.IllegalArgumentException: MIME type may not contain reserved characters POST http://localhost:81... -
Created Configure maximal clipboard size
AnsweredDear all,I can't find the place in the settings, where I can configure the maximal clipboard size. Where is the place to configure it? Best,Oliver -
Created <ctrl>+<tab> does not trigger the Switcher any more
AnsweredDear all, on the weeked, on my new MacBook Pro M1, <ctrl>+<tab> stopped working for IDEA. I am using Build #IU-213.5744.223, built on November 27, 2021.<ctrl>+<tab> is working fine in any other app... -
Edited Support for Relative Documents With Embedded Schema Example in the OpenAPI Specification Plugin?
AnsweredDear all,When I am writing OpenAPI specifications, I usually put large parts of the specification, especially component schemas, to separate files and reference the the parts I need via `$ref`. Her... -
Created Starting Tomcat within IDEA without setting JAVA_HOME explicitly
Hello,I try to start Tomcat within IDEA 6, but the catalina start script complains on an missing JAVA_HOME environment variable.Since I have more than one JDK on my system, I would like to know how...