brownie

- Total activity 97
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 35
-
brownie created a post, Mute breakpoints by thread
Is it possible to do this? This feature is particularly relevant in a project with re-used s/w components. I'm interested in knowing the elements of a custom hashmap that is used in one part of m... -
brownie created a post, What happened to 'Add To Watches' in the context menu?
I used to be able to add sub objects to my watches by right clicking on the field in the object tree (in the debug window or in the alt-f8 window) and selecting 'add to watches'. What happened to ... -
brownie created a post, compiler message file broken: key=compiler.err.file com.company.mypackage.MyClass:
does anyone recognize this error? I can't make head nor tail of it. I'm getting it when I try to rebuild my project but I can't see any redlined errors in the code, neither in the mentioned class... -
brownie created a post, subversion support
Does 5.0 support subversion svk or just regular subversion? Or is there no difference from idea's pov?I'm internally debating over the upgrade and this is one of the things that may push me over t... -
brownie created a post, importing Eclipse code style file...
My new company is using Eclipse and have standardized on a code style that will prevent a format war in the VCS. Imports are optimized. Spacing and tabs are defined. All that kinds of stuff. As... -
brownie created a post, -
brownie created a post, Yourkit plugin...
Does anyone know if this works. It isn't in my available plugins list and it doesn't appear to have been touched since last September. However, it also says that it works with version 3.1. If th... -
brownie commented, -
brownie created a post, propagating throws clauses...
I've had to do this a number of times and each time I think "there's got to be a way to do this quickly in IDEA"My problem is that I have introduced a new checked exception in a low level method an... -
brownie created a post, Module not finding classes in same package...
I have a multi-module project and I'm getting some very strange behaviour with intellij. In one of my modules, the classes are unable to recognize each other. So those class declarations and usag...