J. Ansorg

- 活动总数 426
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 168
-
J. Ansorg 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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...