主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Scott Wells
活动总数
282
最后的活动
2023年01月12日 14:43
成员加入日期
2016年01月25日 00:45
关注
0 名用户
关注者数
0 名用户
投票数
18
订阅数
67
活动概览
帖子(51)
评论(146)
按最近的活动排序
最近的活动
投票数
创建于
2017年05月02日 15:05
For the folks at JetBrains, any thoughts on this? I've tried to force my completion contributor to be before XmlCompletionContributor, but when I do that it says that requested sort order can't be...
社区
IntelliJ IDEA Open API and Plugin Development
XmlCompletionContributor is stopping the completion result set before my plugin's completion provider/contributors
0 票
创建于
2017年04月28日 02:12
UPDATE: I've installed Community Edition 2016.3 and 2017.1 and have verified that 2016.3 works properly with my completion contributor being engaged consistently. 2017.1 is better than 2017.2 but ...
社区
IntelliJ IDEA Open API and Plugin Development
XmlCompletionContributor is stopping the completion result set before my plugin's completion provider/contributors
0 票
已编辑于
2017年04月12日 17:12
Alexander, has something changed recently in this area? My implementation of CssInclusionContext is no longer being called on 2017.1.1. Unfortunately I'm not sure if this change occurred very rec...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年03月18日 21:22
Dmitry, thanks to your advice to set a breakpoint in EditorImpl.release(), I found the issue, and I was doing it to myself. Thanks so much for the response!
社区
IntelliJ IDEA Open API and Plugin Development
EditorTextFields being disposed across all open projects when one project closed
0 票
创建于
2017年02月24日 19:24
Thanks, Bas. Yes, that's what I found to be the case. Unfortunately as mentioned above, I have no control over the set of rules in the external tools that I'm integrating (one is a PMD plugin and...
社区
IntelliJ IDEA Open API and Plugin Development
Can a single global inspection add problems for multiple groups?
0 票
创建于
2017年02月20日 21:14
Thanks, Colin. I considered just such an option, but the issue is that I would be chasing a fast moving target in terms of the types of rules/violations coming from the external tool. For now I'v...
社区
IntelliJ IDEA Open API and Plugin Development
Can a single global inspection add problems for multiple groups?
0 票
创建于
2017年02月19日 21:39
Quick update...I tried to register an InspectionToolPresentation using the "presentation" attribute of the "globalInspection" EP, but I'm getting a ClassNotFoundException. Looking at the classload...
社区
IntelliJ IDEA Open API and Plugin Development
Can a single global inspection add problems for multiple groups?
0 票
创建于
2017年02月17日 16:51
Okay, here's the final (and vastly simpler) solution. I changed my lexer token for a string literal to: BAD_STRING_LITERAL='([^'\\\r\n]|\\.)*STRING_LITERAL={BAD_STRING_LITERAL}'...%%<YYINITIAL> { ...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
已编辑于
2017年02月15日 13:51
Okay, I think I've managed to resolve this by changing my string literal expression from: '([^'\\]|\\.)*' to: '([^'\\\n]|\\.)*['\n] which is actually more correct since in this language, strings ca...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
已编辑于
2017年02月14日 15:43
Hi, Dmitry. I did debug the root cause issue a bit more and found something quite interesting that I'm hoping might help shed some light on what's happening and what I might to do address it prope...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
«
第一页
‹
上一页
下一页
›
最后
»