Hani Suleiman
- 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... -
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... -
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... -
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 ... -
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 ... -
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... -
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 ... -
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... -
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... -
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...