Jonathan Locke

Avatar
  • Total activity 104
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 7
  • Subscriptions 28
  • Created

    tree searching

    Answered
    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 followers
    • 4 comments
    • 0 votes
  • Created

    JavaDoc for Multi-module Project

    Answered
    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 followers
    • 2 comments
    • 0 votes
  • Created

    run/debug menu mnemonics

    Answered
    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 followers
    • 2 comments
    • 0 votes
  • Created

    Arrange Default Methods

    Answered
    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 followers
    • 2 comments
    • 0 votes
  • Created

    multiple renames

    Answered
    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 followers
    • 1 comment
    • 0 votes
  • Created

    Package View Separator Line

    Answered
    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 followers
    • 2 comments
    • 0 votes
  • Created

    JavaDoc Editing

    Answered
    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 followers
    • 1 comment
    • 0 votes
  • Created

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

    Answered
    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 followers
    • 1 comment
    • 0 votes
  • Created

    Kill Ring

    Answered
    I was able to find how to do basic kill and yank with the kill ring, but there doesn't seem to be a meta-y (next in kill ring). This is what makes the kill ring so useful. I looked everywhere for i...
    • 5 followers
    • 6 comments
    • 0 votes
  • Edited

    Run configuration not working

    Answered
    Well I'm impressed that IntelliJ imported my gradle Java 11 modular projects (100+ of them in multiple trees) without a hitch. In Eclipse I was pulling my hair out for a couple of solid days and it...
    • 2 followers
    • 1 comment
    • 0 votes