benp
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 40
-
benp created a post, Tool windows can't be moved to other OS X Spaces
I would like to set up a system on my laptop where I can switch to another Space and have my Run/Debug windows. I set up a few Spaces but I was a bit disappointed that when I tried to move a tool w... -
benp created a post, IDEA Generics fail with <T extends Number & Comparable<T>>
Thank you for IDEA 10.5. However, I notice there is a bug. The code below shows a red squiggle in the main() method.public class IDEAGenericsFail { public static void main(String[] args) { ... -
benp created a post, Can I dock tool windows together as tabs?
I like the new support for dragging out code editor tabs and merging them together in IDEA X. Is there any way I can do this with tool windows - merge separate floating windows into tabbed views? ... -
benp created a post, Please, fix this embarrassing generics IDEA bug
The code here compiles just fine, but IDEA marks the call to myMethod with a red underline. The issue is that IDEA's generics support doesn't recognise that the type parameter on Dummy here is com... -
benp created a post, Good generics code marked red
HiThe following code compiles fine with javac (and IDEA makes it fine), but the call to myMethod is marked with a red squiggle.javac -Xlint also produces no warnings.public class Scratch { publi... -
benp created a post, Ctrl+Alt+Left/Right can respect more navigations?
In IDEA Ctrl+Alt+Left/Right can be used to 'undo' navigation actions such as Go To Declaration, but I find it really quite frustrating that it doesn't undo more navigations, such as moving between ... -
benp created a post, Performance Issues in IDEA 8.1.3 on OSX
I wonder if anyone could help me with IDEA 8.1.3 on Mac OS X. I was lucky enough to get an 8-core Mac Pro with 4GB of RAM at my new workplace, but I was dismayed to discover that IDEA's performanc... -
benp created a post, IDEA 8.1.3 Mac performance / startup options
I wonder if anyone could help me with IDEA 8.1.3 on Mac OS X. I was lucky enough to get an 8-core Mac Pro with 4GB of RAM at my new workplace, but I was dismayed to discover that IDEA's performanc... -
benp created a post, Still having issues with svn syncing
Using 7905 (on Windows), I still find that it takes a very long time to update the Local Changes view. I've made some changes to three files, and they're just not showing up in the Local Changes u... -
benp created a post, Run unit tests on a non-compiling build
This is just a general question I'd like to throw out there to see what the opinion of the IDEA community is at large.Eclipse has a nice feature where it allows a user to run unit tests even when t...