Mk
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
Edited Syntax checks for function composition operator
AnsweredThis demo code from the bottom of the cppreference.com ranges library page compiles and runs in the IDE fine (Fedora 33 system, using the stock gcc 10.3.1). #include <ranges> #include <iostream>... -
Edited Breakpoints turn white and are not hit
CompletedI've been using the debugger in clion for years very regularly and I don't think I have noticed this before -- also, searching "clion breakpoints white" turns up nothing, so I suspect this is somet... -
Edited Is a VCS config necessary for gutter colors (changed lines etc)?
AnsweredI've never made use of VCS in intJ -- I use git but it seemed simpler to me when I first started using the IDE to just keep doing what I was doing manually and ignore the occasional popup. I'm sti... -
Edited Using gradlew and intJ interchangeably
AnsweredFor I guess a few years (?) now I've been regarding the executable gradle wrapper created by intJ as something I could use on the command line when intJ has the same project open. This never seeme... -
-
Edited What *exactly* does "Configure Kotlin" mean?
I just tried to convert a java file using Code->Convert Java File to Kotlin File and got series of messages, the first telling me to "Configure Kotlin", and offering me a choice to "Configure Kotli... -
Created Documentation for org.jetbrains.kotlin.gradle.dsl
AnsweredI'm trying intJ with a Kotlin native project, and Ctrl-Q yields nothing on, eg. compilations.main { outputKinds... entryPoint... Does this mean there is no API reference sty...