Mk
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
Mk created a post, AnsweredSyntax checks for function composition operator
This 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>... -
-
Mk created a post, CompletedBreakpoints turn white and are not hit
I'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... -
-
Mk created a post, AnsweredIs a VCS config necessary for gutter colors (changed lines etc)?
I'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... -
Mk created a post, AnsweredUsing gradlew and intJ interchangeably
For 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... -
Mk created a post, AnsweredAccess
-
-
Mk created a post, 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... -
Mk created a post, AnsweredDocumentation for org.jetbrains.kotlin.gradle.dsl
I'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...