Hani Suleiman

Avatar
  • Total activity 1008
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 380
  • Created

    JavaEE custom plugins

    Is there any way of being able to develop app server integration plugins for the community edition?Also, previously it was possible to see the tomcat sources to see how to write a custom plugin for...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Project file line endings

    Is there any way to enforce line endings on the project files in the .idea directory? Right now if I save them on a mac then someone else views them in a windows environment, they all show up as mo...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    8.1.1 and OSX

    The javaee plugin in 8.1.1 (that a ton of other plugins depend on) was compiled with JDK6, yet the Info.plist file for IDEA 8.1.1 specifies JDK5. This means that IDEA fails to start up at all.Fixin...
    • 6 followers
    • 8 comments
    • 0 votes
  • Created

    JS debugging....I don't get it

    I was pretty excited to see JS debugging as one of the new features in Diana, but on attempting it, I'm rather baffled by how its supposed to work.For one thing, it looks like it only lets me pick ...
    • 4 followers
    • 3 comments
    • 0 votes
  • Created

    Wow

    I never thought bitching and whining throughout the EAP process, working on random plugins, as well as obsessively clicking 'report' on the exception catcher would result in much beyond some irate ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Generate persistence classes from schema is...a bit crap

    Is this still a work in progress? Generating JPA classes from a schema makes some very bizarre choices. For example, for database column named 'fooBar', the generated property is foobar. So it's go...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Adding JDK6 on OSX

    For those with the right NDAs and so on, has anyone managed to do this on OSX? With the latest EAP, I'm unable to click on the 'add JSDK' button, but works if I hit 'enter' instead. Adding the JDK ...
    • 5 followers
    • 12 comments
    • 0 votes
  • Created

    Toolwindows on OSX

    For years now, every now and then, a tool window on OSX gets 'stuck'. This means that you can click the button (happens most often to me in the debug window), it is pressed and something gets focus...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Does anyone find 'find unused declaration' vaguely useful?

    I love the idea of this inspection, but the problem is that it's basically aimed at JavaSE apps and doesnt understand web frameworks or the idea of pojos (the same applies in fact for the 'declarat...
    • 4 followers
    • 6 comments
    • 0 votes
  • Created

    Named query resolution

    How does IDEA figure out what PU to use to find named queries? Right now it's barfing on most of my ejb3 facets, saying it can't find queries.In my class I have: @PersistenceContext(unitName = "ti...
    • 3 followers
    • 7 comments
    • 0 votes