J. Ansorg

- Total activity 426
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 168
-
J. Ansorg created a post, 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... -
J. Ansorg created a post, 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... -
J. Ansorg created a post, 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... -
J. Ansorg created a post, 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... -
J. Ansorg created a post, 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 ... -
J. Ansorg created a post, 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... -
J. Ansorg created a post, 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... -
J. Ansorg created a post, 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... -
J. Ansorg created a post, Flashing sidebar after reparse?
My plugin (BashSupport) has a strange behaviour with IntelliJ 12.Editing a bash file triggers a reparse (good so far). But shortly after the sidebar (where the bookmark icons, psi element icons etc... -
J. Ansorg created a post, PsiBuilder.advance & ProcessCanceledException
Hi,I'm debugging a nasty unbalanced PsiMarker problem in the BashSupport plugin.The unbalanced marker seems to be caused by an ProcessCanceledException exception thrown in PsiBuilder.advance.Code l...