Stephan B

Avatar
  • Total activity 92
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 27
  • Created

    Extract the IDEA Java code formatter to own library?

    Hey there,we want to format our Java code on Git commit. This doesn't work with IDEA alone since we cannot exclude certain file types (and a few team members don't use IDEA).So since the IDEA Commu...
    • 3 followers
    • 6 comments
    • 0 votes
  • Created

    Only "Reformat code" selected file types on commit?

    We are working on a big project with many Java, HTML, CSS, LESS, Javascript and Coffeescript files.The backend developers LOVE to automatically reformat their Java code on commit. The same goes for...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Recommended JVM settings?

    The use of the Scala plugin IntelliJ 12 feels rather slughish. Now I have 8GB of RAM and a quad core CPU, there must be something to do about that.What JVM settings can you guys recommend?RegardsSt...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Support for Testacular

    Currently IntelliJ (and WebStorm) only supports the quite old and buggy js-test-driver.While testing of Javascript becomes more and more important, IntelliJ offer much more.I suggest to support tes...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Execute script before commit?

    I have a script that bundles (AMD) and minifies (uglify) my application assets. Since I have no CI this needs to run everytime before I do a Git commit in IntelliJ.So, how can I execute a script be...
    • 1 follower
    • 0 comments
    • 1 vote
  • Created

    Synchronize files on commit

    I'm using an external compilation script to compile & combine my assets (javascriüt & stylesheets).But I had to de-activate "Synchronize on frame deactivation" because it was really slowing down th...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    [git] cannot push/pull: Authentication failed ?

    When I just switched my machine from Windows to MacOS, pulling/pushing stopped working.The odd thing is: it works in the terminal. So the SSH is setup correctly.I think Intellij somehow does not "f...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Leda and SBT plugin - broken ?

    I just tried the EAP of Intellij 12 - when I want to start the SBT plugin, it just does nothing.A look into the Event Log reveals:AssertionError: icon path=/general/toolWindowRun.png class=class ne...
    • 2 followers
    • 6 comments
    • 0 votes
  • Created

    IntelliJ kills symlinks ?

    I was experimenting with symlinks to share code between 2 projects (sounds like a bad idea, but everything else failed ... and don't say: use artifacts!).It looked promising until I deleted / renam...
    • 5 followers
    • 9 comments
    • 1 vote
  • Created

    Only .xml test resources copied to target - not .json

    I have 2 files in my resource/ dir: test.xml and test.json. When I hit "Make" it compiles everything correctly - but only copies the test.xml file. I did a bunch of renaming experiments and found o...
    • 2 followers
    • 1 comment
    • 0 votes