newUser
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
newUser commented, -
newUser created a post, Answeredif statement on one line
if (blockingFlag.get()) return blockingFlag.get(); i want this to stay on one line but cannot force it : if (blockingFlag.get()) return blockingFlag.get(); -
newUser created a post, Some of the build in(Predefined scopes) scopes missing in the projects drop down ?
in intelij idea 2021.2 the must be more predefined scopes : https://www.jetbrains.com/help/idea/configuring-scopes-and-file-colors.html#list-predefined-scopes when i press the projects dropdown but... -
newUser created a post, AnsweredHow to navigate Toggle between back and forward?
I want to know how can i navigate between back and forward with one shortcut ,(like toggle switch key). -
newUser commented, -
-
-
-
newUser created a post, AnsweredHow can i enable verbose ant build in the build output
Executing pre-compile tasks...Loading Ant configuration...Running Ant tasks...Executing post-compile tasks...Loading Ant configuration...Running Ant tasks... I want to see more information about th...