Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Walt Grace
Total activity
16
Last activity
March 31, 2023 00:06
Member since
January 18, 2022 17:23
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
4
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Edited
March 31, 2023 00:06
Hi Yann I had a pretty good progress and it's kind of working now, following you general rules. It was very hard to trick ValidatingLexerWrapper to keep reading the tokens, but at the end it worke...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing C #define directive
0 votes
Created
March 28, 2023 18:19
And also this line: "Internally it is done by changing the state of preprocessor in such a way that subsequent calls to token type/advance would return these tokens." I have no clue how to do it. O...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing C #define directive
0 votes
Created
March 28, 2023 17:59
Ok I think I'm getting it slowly. Now if you could give some directions of where to do each step. I know it should be something with PsiBuilder and GeneratedParserUtilBase. But something a bit more...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing C #define directive
0 votes
Created
March 28, 2023 15:38
Hi Yann Thanks for you replying. I would have a few questions and would be awesome if you could help me out. I general I think I get the theory but not the practice. In general, I think I don't get...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing C #define directive
0 votes
Created
July 22, 2022 10:54
Yes I do and that was probably the reason. It's now fixed. Was just contra productive to work on something where it's actually something different. Thanks anyway. Can be closed...
Community
IntelliJ IDEA Open API and Plugin Development
Different results on live preview and running ide
0 votes
Created
February 02, 2022 21:45
Yep. I'm currently using the marketplace-zip-signer-cli directly which works fine, but via Gradle would be obviously nicer.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin signing fails when reading private key
0 votes
Created
January 18, 2022 17:27
I'm also having the same problem. And also understand why it is there for, but how can I avoid it being appended to non empty strings? My workaround is just to filter that but it makes the code a b...
Community
IntelliJ IDEA Open API and Plugin Development
How to deal with INTELLIJIDEARULEZZZ in Reference Code Completion?
0 votes