Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Collin Smith
Total activity
11
Last activity
June 20, 2016 10:01
Member since
June 06, 2016 01:25
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (7)
Sort by recent activity
Recent activity
Votes
Edited
June 20, 2016 10:01
So in my use-case, I should be using the com.intellij.ide.util.PropertiesComponent service? Is that the standard method to persist state for language plugins?
Community
IntelliJ IDEA Open API and Plugin Development
Persistent state storage throwing IllegalArgumentException while using StoragePathMacros.WORKSPACE_FILE
0 votes
Edited
June 10, 2016 03:25
Is there a way that I can affect the return value of FlexAdapter#getTokenText()? I have been able to parse the strings and store a copy of their values myself (in some cases, using a regex is not p...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 votes
Created
June 09, 2016 02:06
I was able to write a lexer and figure out how to plug it into Grammar-Kit. Is there a way to plug in my token constants into Grammar-Kit so that I can have their names auto-completed when writing ...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 votes
Created
June 07, 2016 23:11
Alright, I'll give it a shot. I think I will try making a wrapper class based on (or using LookAheadLexer directly) with the JFlex-generated lexer as a delegate. I think this approach should fit my...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 votes
Created
June 07, 2016 21:08
I decided to start writing a custom JFlex specification and plug that into Grammar-Kit's parser. Is there a clean way to return the Lexer that a Parser is using? It seems that this has been abstrac...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 votes
Created
June 06, 2016 22:16
Thanks for all of the help! I have a lot to read up on now :)
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 votes
Created
June 06, 2016 11:04
Is there any information/tutorials regarding the Grammar Kit empty tokens feature? I haven't been able to find any implementations that I could look at to figure out how it works and what it's for....
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 votes