Matthew Madson
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Created Java Code Style Method Call Arguments Chop Down if Long all but first
Sorry for the long discussion title but my question is: Is there a way to prevent the first method call argument from being wrapped when you set chop down if long for method call arguments in the J... -
Created Cross maven module IntelliJ dependencies
Hello IntelliJ Community:Is there a way to resolve dependencies for a maven project from both the maven dependencies and other IntelliJ modules in the same project. I see in the dependencies tab of... -
Created Code format rule for adding the 'this' reference to instance field access
Does IntelliJ IDEA 10.5 Ultimate support this feature? That is to say, does it have a code formatting / clean up routine which qualifies access to instance fields with the this reference?Example:pr...