Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Dmitry Kozhevnikov
Follow
New articles and posts
New articles, posts, and comments
Total activity
8
Last activity
March 11, 2020 16:42
Member since
December 17, 2018 09:44
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Articles (0)
Posts (0)
Comments (4)
Dmitry Kozhevnikov
commented,
March 11, 2020 16:42
Hi, Alexey! If you have just a macro name, and not the original file it comes from, the easiest way would be something like Project project = myProject;Processor<OCSymbol> symbolProcessor = symbol ...
Community
CLion
Plugin development
0 votes
Dmitry Kozhevnikov
commented,
October 22, 2019 09:51
Hi Michel, the most common cause for overridden heap size is the presence of Java-related environment variables, do you have any? Also, if you do "Help | Edit Custom VM Options" - what's written th...
FAQs
CLion FAQ
Performance and memory problems when using CLion
0 votes
Dmitry Kozhevnikov
commented,
July 16, 2019 17:08
Hi Mykola, sorry for the confusion. Your scenario should work out of the box, without additional actions. It looks like an incorrect profile might be picked by the code highlighter (not the one tha...
Community
CLion
How can I specify additional include files?
0 votes
Dmitry Kozhevnikov
commented,
December 17, 2018 09:56
There is also com.intellij.psi.impl.source.tree.ForeignLeafPsiElement that comes together with com.intellij.lang.ForeignLeafType - basically, it's a more or less normal zero-length leaf element, bu...
Community
IntelliJ IDEA Open API and Plugin Development
Stub count doesn't match stubbed node length crash in Custom Plugin
0 votes