lee kingde
- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 17
-
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...