Christopher Ng
- 活动总数 99
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 31
-
创建于 Keyboard Rebuild Shortcut does not do the same thing as the menu item
已回答I 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... -
创建于 Multiple compile-server processes
已回答On 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. -
已编辑于 Bug in groovy wrapping/alignment?
已回答I'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 ->... -
创建于 NoSuchMethodError when compiling java project in 2016.3
已回答hi, 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... -
创建于 Maven user settings.xml not merged with global settings.xml
已回答According 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 ... -
已编辑于 Can't set breakpoint in lambda that is a field
已回答It 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; -
创建于 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 ... -
创建于 Junit + Maven surefire plugin settings
已回答It 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? -
创建于 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 ... -
创建于 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...