benp

Avatar
  • 活动总数 96
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 40
  • benp 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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...