Hani Suleiman
- 活动总数 1008
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 380
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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 ... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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...