Alan Snyder
- Total activity 149
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Created background color for identifiers in Javadoc comments
AnsweredIf 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... -
Created Problem building IDEA 2016.3
AnsweredSpecifically 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:... -
Created 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 ... -
Created 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,... -
Created 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... -
Created 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-... -
Created 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 -
Created 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... -
Created 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... -
Created 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...