J. Ansorg

- Total activity 426
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 168
-
Created IntelliJ stealing focus
AnsweredHi,I was typing a message in these forums and had IntelliJ 8.1 starting up in the background (latest eap build, but happens with 8.0.1 as well.).I grabbed the focus at least 3 times, each time I al... -
Created Search for methods returning a certain type?
Hi,when I am working on a class I often want to find all methods which have a return type of the current class.For example:I am working on class / interface X. Now I would like to find all methods ... -
Created How do I run Play spec tests?
Hi,I'm working on a Play scala web application. I have a spec test, which works fine if I run it with the play console.Is there any way to compile and run it using IntelliJ?If I start the compile s... -
Created PSI for all injected language parts in a file?
Hi,I have a XML file with several attributes and text nodes with an injected custom language. Currently variable resolving only works within each of the small injected parts. I want to resolve vari... -
Created Unused symbol highlighting: Overridden by color theme?
Hi,in a custom language plugin (Bash) I highlight unused symbols using an inspection holder.registerProblem(nameSymbol, getShortName(), ProblemHighlightType.LIKE_UNUSED_SYMBOL);If the active co... -
Created Can I override the target of a ELVariable ?
Hi,I'm working on a JSP EL expression extensions which should add a more specific type to certain variables.For example, the JSP EL expression myContext.component is resolved to the accessor method... -
Created Token mapped with PsiBuilder.remapCurrentToken still highlighted as original token
Hi,I have an issue with a lexer/parser and PsiBuilder.remapCurrentToken.The lexer returns a token, e.g. FOR_KEYWORD . The parser changes this to WORD using PsiBuilder.remapCurrentToken . PsiViewer ... -
Created web module using maven war overlay incorrectly packed
Hi,we're using maven overlays quite extensively. In the pom.xml we configured an overlay war. As long as the overlay can be resolved in the workspace, everything is fine.But as soon as the referenc... -
Created Debugging Tomcat webapp
Two years ago I opened http://youtrack.jetbrains.com/issue/IDEA-61791 and http://youtrack.jetbrains.com/issue/IDEA-63362. This issue is occurring here all the time because we're working on a Tomcat... -
Created Can I make use of the PyCharm terminal emulation?
Hi,the PyCharm blog mentions a terminal emulation which is capable to run VIM, for example."PyCharm comes with a pretty complete terminal emulation environment – and you can even run vim in it if y...