lee kingde
- 活动总数 63
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 17
-
创建于 How to add --add-exports?
已回答It show me add "--add-exports='.....' to module " everytime when I reopen the idea. How to add it forever? -
已编辑于 New a Project then new a module, the Project's resources file can't read.
已回答Hello 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... -
创建于 Icon show it is a pure text not Java text .
已回答What'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... -
创建于 [bug]Idea can't use jdk11 as maven importer
已回答When 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... -
已编辑于 How the show horizontal scroll bar?
已回答Hi 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... -
创建于 Auto new create file have no show?
已回答I run the code, it auto create a file, but no show in the left catalog. How to show it? -
创建于 [Bug]Some place the second items shows very slow or stagnate
已回答What 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'... -
创建于 How to use ctrl + → means move the cursor to next word in MacOS?
已回答In 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... -
已编辑于 How to show @deprecate like eclipse?
已回答eclipse: 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... -
创建于 How to use Ctrl + Alt + V to show interface?
已回答When 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...