Andrey Myasoedov
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited Formatting indents make me go nuts
AnsweredI'm using a custom Block model that implements ASTBlock. All Comment blocks return Indent.getNormalIndent() as the result of getIndent(). But they get Indented in very strange manner see attached p... -
Created CLion custom compiler support plugin/wrapper
AnsweredI'm trying to implement support of several embedded compilers (e.g. Microchip's xc8) to be used with CLion seamlessly. And rough implementation is not what I want to get, because I have already mad...