lee kingde
- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 17
-
Created How to solve "Chinese Garbled(中文乱码)" in UTF-8?
AnsweredSystem:Win11 Chinese version Clion:2023.1 Hello,can you help me how to solve "Chinese Garbled(中文乱码)"? When I run directly, Chinese in console is garbled But when I run in debug: it shows correct... -
Created How to add --add-exports?
AnsweredIt show me add "--add-exports='.....' to module " everytime when I reopen the idea. How to add it forever? -
Created How to enlarge the display width
AnsweredHi , I print long words out to console, but it shows too short in one line so that show in two lineHow to enlarge the display width?thank you -
Edited How to build c++ with llvm clang in mac?
AnsweredHi, I'm a beginner study c++ by CLion(2021.2.2) in MacOS(10.13.6). I want to use clang instead of default gcc, so I brew install llvm@8, and export PATH="/usr/local/opt/llvm@8/bin:$PATH"' >> /Use... -
Created How can change code style to show i ++ rathen than i++ ?
I think the 【i ++】 【++ i】 is more clear display than 【i++】【++i】 so, how can I edit the code style to realize it? -
Edited How to collapse all doc comments like "//"?
AnsweredHi How to Collapse/Expand all Doc comments like "//"? I know this: but it just collapse work for the comments 1 like "/**/", not for the comments 2 like "//". I want to collapse the all comments 2... -
Created Why My Idea can't config groovy library
AnsweredIdea: Groovy compiler: It can't config groovy library: This is my /etc/profile: Why this mac Idea can't config groovy library? But my the other mac can config groovy library by the same way... -
Created live templates method format question
AnsweredThere're something format question when I add a method live templates 1.the script: groovyScript("def result=''; def params=\"${_1}\".replaceAll('[\\\\[|\\\\]|\\\\s]', '').split(',').toList(); fo... -
Edited New a Project then new a module, the Project's resources file can't read.
AnsweredHello I new a project and import log4j2.xml and its dependency, execute the Client.java print out by log4j , everything are normal. Then I new a module, execute the Client.java again, error is com... -
Created Icon show it is a pure text not Java text .
AnsweredWhat's the icon meaning? When I mouse pointer stay on it, but it does't show any reminder. I can't use the java text, it shows like a pure text. How can I fix it to java text? https://bitbucket.or...