Christian
- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 36
-
Created Forum: What markup is available?
AnsweredThe new forum looks very clean, but the editor seems a tiny bit minimalist... What markup is available, for, say, comments or code snippets? -
Created Find and Replace in Path: Exclude Test Files?
AnsweredUsing the "Find in Path" dialogue, how do I search for a String, say "xyz" in any file, except JUnit test files (ending in *Test.java)? I tried to enter the following, with no success: *.java, !... -
Created Adding an existing maven project as a module to another (maven) project
Hi,I have a project, created by opening its POM file (from an existing source), that represents my service.That service is dependent on a library. The library project is a maven project, too.In the... -
Created Version Control: Ignored Files pattern: what wildcards are available?
Hi all,Can abnyone tell me what wildcards are supported by the Ignored Files settings?https://www.jetbrains.com/idea/help/configuring-ignored-files.htmlI seem to remember the help had a comments se... -
Created How do I order JSON properties in the Structure view?
Hi all,When using a Scratch pad with JSON, is there a way to make the properties of an object sort alphabetiaclly?Basically, when using the example from http://json.org/example.html, it currently l... -
Created What's the Update button on the Maven.Repositories settings screen good for?
Hi all!What's the Update button on the Maven.Repositories settings screen good for?The help isn't very conclusive: "Click this button to update indices of the selected repository."https://www.jetbr... -
Created Can't download dependency's source code - why?
Hi all,I have a maven (multi module project) that (i.e. one of the modules) depends on a library. When I jump to one of the library's files, I can't download the sources. Why?Here is the dependency... -
Created Maven: why is the test lifecycle grayed out for my module, what does it mean and how do I get it back to normal?
Hi all,Some time earlier today, the test lifecycle in my project went from being displayed in black to grayed out with a strikethrough:Any idea why, what it means and how to revert back to normal?K... -
Created SVN integration not working - what settings ought I check?
Hi,I can't see any SVN-related entries in the editor's context menu, and View > Tool Windows > Version Control is greyed out.Any idea what I need to do to enable SVN support? (I'd like to compare a... -
Created Code coverage with JaCoCo appears not to show lines as partially covered?
AnsweredHi!When I run code coverage with the JaCoCo engine, I think I get partially covered lines (like if statements) displayed as fully covered. When I run the same test on our CI server, SONAR (using Ja...