Robert N

- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 19
-
-
-
Robert N created a post, CLion EAP, Makefiles and how to point it to .pcms for C++ modules?
I just downloaded the CLion Nova EAP. Before doing that, I have been using main-branch Clang, Makefiles, and C++20 modules, so I tried opening one of these directories to see what the IDE could do.... -
Robert N created a post, AnsweredJDK20 and language level, red lines in editor?
I installed the latest JDK from Oracle (20.0.1), and created a New Project in IntelliJ (2022.3.3). I'm just using IntelliJ for the build, no gradle or maven yet. I tried to use some of the latest f... -
Robert N created a post, AnsweredBeginner code completion questions
I just installed a trial of CLion, to use for C++, and I'm playing around with code completion. I have a couple questions. One of the repetitive things I type are `using` declarations at the top o... -
Robert N created a post, AnsweredHow to configure console log to recognize error/warn/info lines?
I'm running Tomcat from IntelliJ. The console incorrectly highlights too much as "error" (red color). I see in IntelliJ's preferences, under Editor > Color Scheme > Console Colors, that you can con... -
-
-
-
Robert N created a post, AnsweredThe IDE keeps indexing the excluded build folder
I have a project that that uses Gradle. (It's a multiplatform Kotlin project). When I run `gradle war` (from a shell or from within IntelliJ) it creates some files in the `build` folder (as expecte...