主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yanick Salzmann
活动总数
31
最后的活动
2020年12月29日 22:17
成员加入日期
2016年05月31日 12:34
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
12
活动概览
帖子(11)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2018年11月12日 08:27
Hello all Would it be possible to indicate here in which version this will be fixed and/or if there will be a patch update for older versions? I see the incident was deleted (I assume because of th...
社区
IntelliJ IDEA Users
Cloud application configuration posible credentials leak
0 票
创建于
2018年10月31日 13:21
Hello Yaroslav I am working with Windows.
社区
IntelliJ IDEA Users
Shutdown Hook in Debug Mode (graceful shutdown)
0 票
创建于
2018年01月07日 20:50
Yea, all the other rules are no problem, the only peculiar one is the one where the column in a line is important to determine what the next state is. I assumed when IntelliJ decides a part needs t...
社区
IntelliJ IDEA Open API and Plugin Development
Syntax Highlighter Lexer with yycolumn
0 票
创建于
2018年01月07日 18:32
I tried to do the following: Start in YYINITIAL Check first character * -> comment ? -> compiler directive EOL -> just treat as white space white space -> switch to state LINE_CONTENT everything e...
社区
IntelliJ IDEA Open API and Plugin Development
Syntax Highlighter Lexer with yycolumn
0 票
创建于
2016年06月08日 08:20
Hello Nikolay Thank you for your reply. The element in my reference is a PsiFile. You can imagine it is like that:PolicyA.xml contains <Policy name="PolicyA">...</Policy> So in resolve() I am retur...
社区
IntelliJ IDEA Open API and Plugin Development
Value of getRangeInElement for PsiReference that is a file
0 票
创建于
2016年06月04日 08:38
Hello Peter Thank you for your hints, it turned out i haven't properly understood the Reference/Element relationship. Now that my references are properly returning the right elements in resolve and...
社区
IntelliJ IDEA Open API and Plugin Development
Renaming PsiElement that resolves to a file
0 票