Liwei Jiang

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 6
-
Edited How to quickly access Recent Find Usages
AnsweredI used to use Recent Find Usages function quite a lot. Now I found this function is no longer available in Find tool window. Checking the manual, I learned that I can still access this function fro... -
Created How to search special symbols in CLion online help website?
AnsweredI want to search about shortcut "Ctrl+D" in CLion online help website. However, when I type "Ctrl+D" in search box, it always returns the result of "Ctrl" & "D". So how to make the search box under... -
Created How to ignore all files except C/C++ files?
AnsweredMy project is too large, and I only care about the C/C++ part. How to make CLion only recognize C/C++ files? I have seen this page: https://www.jetbrains.com/help/clion/file-types.html . But can ... -
Created Explanation about search symbol interface
AnsweredWhat does the pin symbol in search symbol interface mean? Also, what does the lock symbol in search file interface mean? -
Edited How to use application console during debug?
I am using Clion 2017.1.1, Windows 7 64-bit, MinGW 5. When I debug a program, it uses system console. When I run a program, it uses application console. Personally, I prefer the built-in applicatio...