Mk
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 8
-
已编辑于 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>... -
已编辑于 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... -
已编辑于 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... -
已编辑于 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... -
-
已编辑于 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... -
创建于 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...