Jonathan Locke

Avatar
  • 活动总数 104
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 7
  • 订阅数 28
  • 创建于

    git merge multiple modules

    已回答
    i like the way you can create a new branch for every repository in a project at once. you can also switch all the branches at once and do checkins across all the repositories. but is there a way in...
    • 3 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    tree searching

    已回答
    is there a way to turn a tree search into a tree filter? i wish i could search a tree view in intellij and then push some key to cause the tree to only show the matching entries until i hit escape ...
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    JavaDoc for Multi-module Project

    已回答
    It seems that IntelliJ doesn't yet support multi-module javadoc generation. In the meantime, I looked at a few alternatives and ran into "Dokka". It looks cool, but I can't seem to get the maven pl...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    run/debug menu mnemonics

    已回答
    Is there a way to add more mnemonics (aside from 0 and 1) to the run/debug menu? This is handy for quickly running or debugging something.     Jon  
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Arrange Default Methods

    已回答
    The arrange feature of IntelliJ is very useful. It would be nice to add "default" to the list of modifiers you can sort by so that you can have all the default methods in an interface appear at the...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    multiple renames

    已回答
    it would be an interesting feature to be able to rename several files/classes at once. the rename refactor would let you edit only the common part of the multiple selection. so if you had these cla...
    • 3 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Package View Separator Line

    已回答
    I'm really liking the package view. Eclipse does not have this kind of view and it's really useful. I do agree with others that it would be nice to be able to filter the package view to only see th...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    JavaDoc Editing

    已回答
    With the rendered JavaDoc in IntelliJ (which is super cool), I keep single clicking on the rendered documentation expecting it to switch to text editing view because this is how it would work on a ...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Next Error in Project

    已回答
    Hi, Is there a way to get to the next build error in the whole project while in the Java editor without changing focus? Thanks,     Jon  
    • 4 个关注者
    • 6 条评论
    • 1 票
  • 创建于

    Hello, is there a way to make all methods in a class final that are not overridden?

    已回答
    This would be really nice for performance reasons. Amazingly, HotSpot can inline methods that are not final and then un-inline them if a class gets loaded that overrides the method, but it's not gu...
    • 2 个关注者
    • 1 条评论
    • 0 票