Chung-Kai Chen
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created Treat .c as c++ in a project using compilation database
CompletedCan 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? -
Created Kotlin script .kts support -- not recognizing "args"?
AnsweredBy 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... -
Created 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... -
Created 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.) -
Created Wrong text coloring of 693 with DP10 in Mac OS X
When the cursor moves, the texts change to wrong colors. -
Created 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... -
Created 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?