Ethan McTague

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Ethan McTague created a post, 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 ... -
Ethan McTague created a post, AnsweredHow do I make a custom runner that launches a configuration with a custom command-line prefix?
I'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 ... -
-
Ethan McTague created a post, AnsweredCLion reports errors for some methods and overloaded operators, despite compiling correctly
CLion 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...