Robert Nikander

- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 15
-
-
-
-
Robert Nikander 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... -
Robert Nikander commented, -
Robert Nikander created a post, AnsweredAny 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... -
Robert Nikander created a post, AnsweredCan'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... -
-
Robert Nikander created a post, AnsweredWeb 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... -
Robert Nikander created a post, AnsweredWhy is PHP runtime in Java project? How to remove?
Hi, I created a Java project, and for some reason the PHP Runtime is include in External Libraries. The screenshot below shows a Java 9 project, but it happens on Java 8 too. Is this a bug? Can I ...