Sopi
- 活动总数 29
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 8
-
创建于 Can't view static variables with LLDB debugger
已回答Currently I can't view static variables in the variables tab with LLDB debugger, but it works with the bundled GDB debugger. (See screenshots). How do I fix this? -
已编辑于 Delete/select everything on line except leading whitespace with a single invocation of a keyboard shortcut
已回答Can the following be done with a single keyboard shortcut, invoking it only once? Let ^ represent the current caret position. ... int ^i = 0;... Invoke shortcut. Result: ... ^... Or, instead ... -
创建于 Run Without Build command
已回答I noticed that there is Run Without Build keyboard shortcut for Android projects, but not for other projects. Is there no equivalent for non-Android projects? I know I can change the behavior for t... -
创建于 Alt Gr as a modifier key only in combination with alphabetic keys?
已回答I use Alt Gr + numeric keys to write brackets etc, but I never use Alt Gr + alphabetic keys. Because of this, it would be very useful to me if I could use Alt Gr as a modifier key ONLY in combinati... -
创建于 Run configuration - application context
已回答I'm trying to figure out how to change application context/url for my web app.How do I change it from http://localhost:8080/JavaEE_war_exploded/ to http://localhost:8080/hello/ There is no option f... -
创建于 Hide the initial java command in run window?
已回答Is this possible, i.e. hiding the java [-options] class [args...] that is displayed on top, before standard output etc is printed out? -
创建于 "Delete to line start" breaks formatting
已回答Currently, as the name implies, this deletes everything on the line and moves the caret to the start of the line and, consequently, breaks formatting. Instead, I think it should move the caret to w... -
创建于 Problem/bug with "Build project automatically" IntelliJ 2017.3
已回答I'm new to IntelliJ so there may or may not be a simple solution to this. Only tested this on Ubuntu 16.04. In Netbeans, there is a quick way to compile and run a Java file that is currently open ...