Christian
- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 36
-
Created How to add a jar to the IntelliJ's own classpath?
AnsweredI'd like to use the Kafka plugin with my own login.callback.handler.class, as described in IJPL-163577. I think it might just work if I managed to add my callback handler class to IntelliJ's classp... -
Created Feature request: add btoa() and atob() to Http Client
AnsweredHeya,How do we raise feature requests? I would like to see Http Client provide implementations for atob and btoa functions. (These are usually provided by the browser's window object.)Kind regards,... -
Created HTTP client: Disable "Run All Requests in File" button?
AnsweredHi all,The “Run All Requests In File” button can be quite dangerous, if you use in-place or environment variables and have a production environment configured. Is there any way to disable that butt... -
Created Executing custom Gradle wrapper script?
AnsweredHi all, The project I'm working on comes with a custom Gradle wrapper script, gradlew.bat, that - amongst other things - sets environment variables. What settings do I have to pick in IntelliJ to m... -
Created Can you create a patch file for changes from one revision to another in SVN?
AnsweredHello, The title says it all, basically... Can you create a patch file for changes from one revision to another in SVN? Thanks, Christian -
Edited What effects does removing a module have (with maven projects)?
AnsweredWe are using maven projects. In the Maven Projects pane, under Profiles, I can pick different profiles. After doing that, IntelliJ asks me if I want to remove the projects that I removed from the m... -
Edited Weird behaviour when committing merge from trunk to branch on SVN (and diffing the commit)
AnsweredWe use SVN. I merged changes from trunk into a checked-out branch (using the Version Control panel > Subversion Working Copies Information > Merge From... > trunk > Quick Manual Select). I got a me... -
Created SVN: See changes made over different revisions to several files (to peer review code changes form a while back)?
AnsweredHello, To implement a feature (bug fix), a colleague added changes to trunk in several revisions - say 7, 9 and 15. Each time, he worked on several files. Some of the files were worked on in more t... -
Created Does maven/IntelliJ pick up MAVEN_OPTS defined in ~/.bash_profile?
AnsweredDoes maven (when started form within IntelliJ via the right-hand panel) pick up -MAVEN_OPTS defined in ~/.bash_profile (on a Mac)? -
Created Preferences > Version Control > Ignored Files seems to have no effect on git?
AnsweredHello all, I've set up git (github) and added files to the Ignored Files list, but when I run git status, they are still picked up. I had to manually put a .gitignore file into the project root (an...