Chung-Kai Chen
- 活动总数 29
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
创建于 Treat .c as c++ in a project using compilation database
已完成Can Clion automatically treat a .c file as c++ source code by finding out that it is compiled using a c++ compiler recorded in compile_commands.json? -
创建于 Kotlin script .kts support -- not recognizing "args"?
已回答By creating a .kts file and copying the code snippet at https://kotlinlang.org/docs/tutorials/command-line.html#using-the-command-line-to-run-scripts into it, the editor marks "args" as an error bu... -
创建于 Feature Suggestion: About Remotely Compile/Build/Debug/Test A Project
Facts:1) Compiling a project in some cases could really take a long time. (A couple of minutes is already unbearable to me.)2) Not to mention the testing, regression, or continuous integration s... -
创建于 Any java-based diff tool as nice as the one provided by IDEA?
Is there any pure-java diff tool that is as nice as (or better than) the oneprovided by IDEA? I love IDEA's diff GUI. Hope I can get another oneto compare my non-java files (.tex, etc.) -
创建于 Wrong text coloring of 693 with DP10 in Mac OS X
When the cursor moves, the texts change to wrong colors. -
创建于 The reasons make IDEA a better IDE other than JBuilder, NetBeans, ...?
I have been using IDEA since 2.5 and missed other IDEs like JBuilder, NetBeans, etc. for one or two versions. One day when I try to introduce IDEA to my friends with its nice features like refactor... -
创建于 how to invoke predefined actions?
There are lots of predefined 'actions' as were showed in the keymap setting panel. What should I do to trigger them in my plugin?