Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Scott Wells
Total activity
282
Last activity
January 12, 2023 14:43
Member since
January 25, 2016 00:45
Following
0 users
Followed by
0 users
Votes
18
Subscriptions
67
Activity overview
Posts (51)
Comments (146)
Sort by recent activity
Recent activity
Votes
Created
February 13, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 votes
Created
February 13, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 votes
Created
February 13, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 votes
Created
February 08, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 votes
Edited
February 07, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 votes
Created
February 07, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with HighlighterIterator passed to QuoteHandler
0 votes
Edited
January 31, 2017 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Created
January 30, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Created
January 30, 2017 15:26
Yep, at a quick glance this looks like EXACTLY what I was wanting. Thanks so much, Alexander!
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
Created
January 30, 2017 13:39
Thanks, Alexander. I'll take a look in a bit. Hopefully that will give me exactly what I need!
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 votes
«
First
‹
Previous
Next
›
Last
»