Dan Howard
- 活动总数 55
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 17
-
创建于 var keyword and "find usages"
已回答With Java 10 out I tested out writing some simple code to find usages of a class. When some code uses var then Find Usages does not find that usage. Will that be fixed at some point? To see this. W... -
创建于 Error during class instrumentation: com.sun.beans.finder.ClassFinder: java.lang.NullPointerException
I get this error when I run unit tests with coverage. I'm using IntelliJ 14.1.4 with Java SDK 7_79.Any ideas? -
创建于 IDEA doesn't seem to understand beforeunload event
For some reason when I type in an html document something like this: <body onunload="doUnload()" onbeforeunload="doBeforUnLoad()"> It looks like this:and the beforeunload event function shows as ... -
创建于 IntelliJ 14 Excluded folders are included in code links
Hi all,In my web project I have my "dist" folder marked as Excluded but in the editor if I ctrl-click to open a resource file it shows multiple implementations including this dist folder. I'm on 14... -
创建于 IntelliJ 14 how do I make the message panel stay open?
In the past when I ran ant tasks the message panel would open and show me what's happening. Now with IDEA 14 I have to click the tab to open the message panel every time. Is there a setting to make... -
创建于 Cool feature idea
I just spotted this and it would a cool feature in a future IntelliJhttps://github.com/andyw8/do_byExpiring TODO statements. IntelliJ could detect when a TODO is committed then fail compilation aft... -
创建于 Refactoring bug with lambda to method reference
I'm not sure this is where to post this but I found a bug in 12.1.6 which may exist in 13 using Java build 1.8.0-ea-b118. Can someone verify?In the following code example the (Person p) -> p.getNam... -
创建于 Where are my project wizards
Hi All,Using IntelliJ 11 Ultimate.I create a new project and all I get is Java and Web. I want to create a struts web app but I don't see any wizard options for that. I'm sure I had them before. T... -
创建于 IntelliJ 11 Mac function keys not working
已回答Hi All,This is IntelliJ 11.1.1 running on a Macbook 10.6.8When I'm debugging, the usual function keys f7, f8, f9 etc.. are not working for me. IDEA says these are the proper key mappings.Any ideas? -
创建于 Compile failed; see the compiler error output for details. But there's no error output.
Hi All,Trying to build my project with ant in idea 10 and I get a compile error but I don't see the actual error.How do I make ANT verbose?All I see is:javacbuild.xml:303: Compile failed; see the c...