Alan Snyder
- 活动总数 173
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 37
-
创建于 background color for identifiers in Javadoc comments
已回答If I change the background for a javadoc comment (Text), the class names are shown with a white background. How can I change this? The image below illustrates. Note the difference in the sample, wh... -
创建于 Problem building IDEA 2016.3
已回答Specifically build tag 163.7743.44. Buildfile: /Volumes/A/MyIDEA/build.xml cleanup: init: [mkdir] Created dir: /Volumes/A/MyIDEA/out [mkdir] Created dir: /Volumes/A/MyIDEA/out/tmp [java] Buildfile:... -
创建于 main class not found
I am having trouble with a simple Java project. When I try to run the program, I get a ClassNotFoundException on the main class.When I look at the actual invocation in the console output, I do not ... -
创建于 Debugging a JAR loaded by a custom class loader with source code?
I am loading a JAR file using a custom class loader. The JAR file is not on the class path. It is not registered as a library or a module in the IDEA project.When debugging code from this JAR file,... -
创建于 git fetch of Idea - connection reset by peer
Why is this git fetch failing? Seems to be a persistent problem.$ git ls-remote --tags git://git.jetbrains.org/idea/community.git idea/141.713.26b5f5df254622d3d5ff432a179d3abe5876767cb refs/tags/id... -
创建于 Editor rendering disaster
What does it mean when the editor starts rendering text as shown in the attached screen shot?This seems to happen when I examine an Android layout in the designer.Attachment(s):Screen Shot 2014-05-... -
创建于 Unable to build 13.1.2 using ant
I am unable to build 13.1.2 (135.690) using ant. See attached output. Building under IDEA works.Any suggestions?Attachment(s):buildout.zip -
创建于 editor does not find library containing @NotNull annotation
I created a simple test project that uses @NotNull. I added a dependency on a library that defines it (a copy of the IDEA annotations.jar but with a different name). I added an import statement:imp... -
创建于 Trouble building IDEA CE
I have been spinning my wheels trying to build a variant of IDEA CE 12.0.1 that I was previously able to build.The reason I need to rebuild it is that I discovered I had accidentally built it runni... -
创建于 How to find use of interface extension?
I have an interface A that extends interface X. I want to know where my program depends on this fact. Can IDEA help me find this out?In my example, there are far too many uses of X to review all of...