Robert N
- 活动总数 57
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 19
-
创建于 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.... -
创建于 JDK20 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... -
创建于 Beginner 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... -
创建于 How 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... -
创建于 The 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... -
创建于 Any option for formatting multiline concatenated strings like this?
已回答(I'm using Kotlin, but this could apply to Java too.) Often I write DB driver calls with big strings. For example: execute("update foo set completed_dt = toTimestamp(now()), " + "result = 'o... -
创建于 Can't execute statements in PostgreSQL file. It thinks ::type casts are parameters
已回答I just noticed that I can no longer use "Command-Enter" keyboard shortcut to execute the SQL statement before the cursor, when editing/viewing a SQL file. It pops up a window asking for "parameters... -
创建于 Web project with Python facet, all Python imports are unrecognized
已回答If I create a simple Python project, it all works fine. But I have a older web project with mainly PHP code. It has a Python facet so I can edit a few Python files in the project. IntelliJ can't fi...