Sopi
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
Created Can't view static variables with LLDB debugger
AnsweredCurrently 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? -
Edited Delete/select everything on line except leading whitespace with a single invocation of a keyboard shortcut
AnsweredCan 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 ... -
Created Run Without Build command
AnsweredI 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... -
Created Alt Gr as a modifier key only in combination with alphabetic keys?
AnsweredI 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... -
Created Run configuration - application context
AnsweredI'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... -
Created Hide the initial java command in run window?
AnsweredIs this possible, i.e. hiding the java [-options] class [args...] that is displayed on top, before standard output etc is printed out? -
Created "Delete to line start" breaks formatting
AnsweredCurrently, 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... -
Created Problem/bug with "Build project automatically" IntelliJ 2017.3
AnsweredI'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 ...