Ethan McTague

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited Seeking resources for creating completely custom editors?
Some plugins (e.g. 'CSV Plugin' or the 'BinEd' hex editor) are able to display a completely different editor UI inside of JetBrains IDEs. I've set about developing the same sort of UI for a custom ... -
Created How do I make a custom runner that launches a configuration with a custom command-line prefix?
AnsweredI'm making a CLion plugin for a third-party debugging/profiling tool. This tool is launched via the command line `tool [executablePath] [executableArgs]`. I've been successful in making a custom ... -
Created CLion reports errors for some methods and overloaded operators, despite compiling correctly
AnsweredCLion 2018.2 seems to be reporting some of my source code as errors - namely in some interactions with the glm library - despite these errors not occurring during compilation. It seems that it does...