Martin Zardecki

Avatar
  • Total activity 43
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 14
  • Created

    How to show repos as top level of project view?

    Answered
    Most of our projects use multiple modules and multiple (GIT) repositories. In my case it works fine as I have my repos a the top level and my modules underneath...   My peers however end up with a...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Is there a run history?

    Specifically for JUnit/TestRunner; is there a way to view the results of a previous test run and the ability to re-run specific tests?It seems that when I run our test suite it's actually pretty ea...
    • 5 followers
    • 2 comments
    • 5 votes
  • Created

    Compiler produces "Error: javac: invalid flag"

    I tracked this down but it may be indicative of a larger problem.I had some kind of CVS glitch and I ended up with files with the pattern of  ".#EspecialHandling.java".Something added ".#" in front...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    "Find Usage..." appears to hang (a lot)

    I have a simple class within a large project with a simple String constant like...public static final String DENTAL = "DENTAL";...If I put my cursor on MyClass.DENTAL and do a "Find Usages" IDEA ap...
    • 3 followers
    • 7 comments
    • 0 votes
  • Created

    Auto-boxing inspection glitch?

    Hi gang I have the Auto-boxing and Auto-unboxing inspection turned on but when I have code such asLong benbid = Long.valueOf(1); // For exampleif (benbid == null || benbid < 0) { // <== why isn't ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    How to search selected text only?

    Answered
    Hi, before the search bar it seems to me we used to be able to search only on selected text via the search dialog.I can't seem to find this feature anymore and if it doesn't exist I'd like to see i...
    • 5 followers
    • 7 comments
    • 2 votes
  • Created

    Enum comma being reported as an error

    I have an enum such as {A.class, B.class,} // NOTE THE TRAILING COMMAI have language level set to Java 5.0 for my project.As far I've read the trailing comma is legal but IDEA is reporting it as an...
    • 3 followers
    • 5 comments
    • 0 votes
  • Created

    Can I access and use the IDEA Data Sources?

    Creating a plugin that will connect to a DB and do stuff (read data only). Is there a way to use data sources defined in IntelliJ? Easier than writing my own data source and connection management s...
    • 9 followers
    • 14 comments
    • 1 vote
  • Created

    ToolWindow Help pls...

    Hey gang, it's been a while since I wrote my last plugin and am looking for a bit of a refresher.How can I read keyboard input from/in a ToolWindow and how can I dump text output back to my ToolWin...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    JForm Integration

    Hi, I released the initial revisions of my JFormdesigner Integration plugin.It's in the plugins repository enjoy.Feedback welcome at mpzarde@truecool.comCould someone from JetBrains delete the 1.0 ...
    • 5 followers
    • 14 comments
    • 0 votes