lee kingde
- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 17
-
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? -
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... -
Created [bug]Idea can't use jdk11 as maven importer
AnsweredWhen I import a new maven dependency in pom.xml If I make this jdk importer as jdk11, it will show error like: Unable to import maven project: See logs for details but if I change to jdk8, it succe... -
Edited How the show horizontal scroll bar?
AnsweredHi How to show the horizontal scroll? I have update the mac system preferences like always show the scroll. But it doesn't helpful. You will see, it will auto disappear, omg How to disable the... -
Created Auto new create file have no show?
AnsweredI run the code, it auto create a file, but no show in the left catalog. How to show it? -
Created [Bug]Some place the second items shows very slow or stagnate
AnsweredWhat steps will reproduce the issue?1. In the java class, right-click, show the menu2. Now, chose the items up and down by mouse3. When mouse stop or slide the second item, it show the second item'... -
Created How to use ctrl + → means move the cursor to next word in MacOS?
AnsweredIn the windows default keymap, I can use ctrl + → means move the cursor to next word. But in the Mac, it means move the cursor to the end of current line. How to realize use ctrl + → means move the... -
Edited How to show @deprecate like eclipse?
Answeredeclipse: Idea: When I use @deprecate I want method to show like Eclipse , I think it more beautiful, How can I config like it? PS: @deprecate And @Overwrite Has same strikethrough style... -
Created How to use Ctrl + Alt + V to show interface?
AnsweredWhen I write new HashMap<>(); then use Ctrl + Alt + V: HashMap<Object, Object> objectObjectHashMap1 = new HashMap<>(); But I don't like it show me HashMap, I need to show Map like: Map<Object, Obj...