主页
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年02月13日 19:22
Another update...evidently the approach of reparsing doesn't work for LightVirtualFiles either. I use those to host EditorTextFields for various purposes. I tried again over lunch to see if I cou...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
创建于
2017年02月13日 13:40
Thanks, Dmitry. You're correct that if you close and reopen the file, all is good. Similarly if you cut/paste the string literal, everything is fine. Thanks for the pointer. LexerEditorHighlight...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
创建于
2017年02月13日 03:45
Dmitry, I debugged this quite a bit over the weekend and never could get to the bottom of why the highlighter iterator was treating "'foo" differently than "'foo.bar". In the end I overrode isOpen...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
创建于
2017年02月08日 14:48
Thanks again, Dmitry. Just to clarify, I definitely understand the nature of the QuoteHandler. I was just commenting that by the time my QuoteHandler implementation is invoked, in the case that w...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
已编辑于
2017年02月07日 14:34
That's right, Dmitry. In the code you provided above, the portion: 'foo.bar' is a single string literal token. It seems that when there's a dot (.) inside an unquoted set of tokens which are reco...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
创建于
2017年02月07日 14:08
Thanks, Dmitry. Actually string literals are a single token in my language. I'm just using the standard string literal regular expression: '([^'\\]|\\.)*' and aside from the issue I'm hitting her...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 票
已编辑于
2017年01月31日 15:48
Worked perfectly, Alexander! I already had a reference contributor for Community Edition. I just added logic for Ultimate Edition to register an XML attribute value ref provider as you described ...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月30日 21:06
Alexander, that did work very well for me. Of course, it just led to another question! My plugin also brings its own markup elements and attributes into HTML, and some of those attributes are int...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月30日 15:26
Yep, at a quick glance this looks like EXACTLY what I was wanting. Thanks so much, Alexander!
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月30日 13:39
Thanks, Alexander. I'll take a look in a bit. Hopefully that will give me exactly what I need!
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
«
第一页
‹
上一页
下一页
›
最后
»