Christopher Ng
- Total activity 99
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
-
Created Keyboard Rebuild Shortcut does not do the same thing as the menu item
AnsweredI have this odd behaviour in my install where hitting the Rebuild keyboard shortcut (Ctrl-Shift-F9) completes almost instantly and does nothing, whereas right-clicking and selecting the correspondi... -
Created Multiple compile-server processes
AnsweredOn IDEA 2017.2, I've noticed multiple compile-servers running, one for each window. Was this always the case? My recollection is there used to be just one. -
Edited Bug in groovy wrapping/alignment?
AnsweredI've noticed some weirdness in the alignment of some of my Groovy code, so I opened Settings -> Code Style -> Groovy -> Wrapping and Braces. When you tick the last option (List and map literals ->... -
Created NoSuchMethodError when compiling java project in 2016.3
Answeredhi, just upgraded to this today, i am getting this error in the build.log and the compiler fails to complete successfully: 2016-11-22 18:27:06,397 [ 21478] INFO - s.incremental.java.JavaBuilder - j... -
Created Maven user settings.xml not merged with global settings.xml
AnsweredAccording to https://maven.apache.org/settings.html the global settings.xml and the user settings.xml should be merged, but Intellij doesn't respect this, so anything in the global settings.xml is ... -
Edited Can't set breakpoint in lambda that is a field
AnsweredIt seems that if you define a lambda in a field, you cannot put a breakpoint in it, as Intellij only recognises it as a field watch, eg: final Predicate<Object> isNull = x -> x == null; -
Created ESLint shows errors even for rules that are configured to 'warn'.
It seems like the ESLint integration always shows rule violations as errors, even though they are set to warn in .eslintrc. It is definitely finding the configuration because if I change it to be ... -
Created Junit + Maven surefire plugin settings
AnsweredIt seems that running JUnit tests from a maven project results in it inheriting eg vm-args from the surefire configuration in the pom.xml. How can I turn this off? -
Created Bundled Eclipse Compiler version?
What version of the Eclipse compiler is bundled with Intellij 15.x?Reason I ask is that there is a bug in the Eclipse compiler (it doesn't follow the annotation processing spec apparently) that is ... -
Created Scope 'All'/'Project and Libraries' missing
I'm running Intellij Ultimate 13.1.3, for some reason I don't have the 'All' (or otherwise known as 'Project and Libraries') scope that is supposed to be predefined, either in the Search Settings o...