Mk
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 8
-
Mk 创建了一个帖子, 已回答Syntax 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 创建了一个帖子, 已完成Breakpoints 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 创建了一个帖子, 已回答Is 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 创建了一个帖子, 已回答Using 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 创建了一个帖子, 已回答Access
-
-
Mk 创建了一个帖子, 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 创建了一个帖子, 已回答Documentation 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...