Hani Suleiman
- 活动总数 1008
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 380
-
创建于 Plugin manager (un)usability
Is anyone else bothered by the lack of usability features in the plugin manager (both new and old)?It's very surprising to see since everywhere else is so polished, but the plugin manager is very u... -
创建于 Ignored directory?
Has anyone seen anything like this? In the latest EAP, I have a directory called 'common', with a source under it and so on, yet no matter what I do, it doesn't show up in IDEA, it's completely ign... -
创建于 Rough guide to xml gui editor type plugin?
I'd like to write a plugin that does allows me to show an graphical (jgraph) view of an xml file. The file would be editable both as xml, and within the graph. Can someone let me know what the very... -
创建于 JSP validation
Are there plans to bring the jsp validation up to par with the new include-aware jsp view? It's a bit annoying to enable validation and have a whole bunch of errors spat out,then when I open the fi... -
创建于 Demetra on OSX...
Doesn't work on mactel machines, since yourkit is enabled by default, and their OSX native binary crashes on startup.I've posted a request at http://forums.yourkit.com/viewtopic.php?t=476 to sort t... -
创建于 OSX fslogger
Do we still need to run this manually on new versions?Also, any chance you guys could provide a universal binary of it, so us poor macbook pro owners can have even more fun? -
创建于 Subversion sllooooowww
Just when I thought subversion from IDEA couldn't get any slower, it went and did it!Up to 4121, it was just normal slow. As in, if you try commit project in a project with 12 modules and a couple ... -
创建于 sneaky intentions bug...
Here's a fun one:Integer.intValue() + "-" + 12The single char string to char intention will helpfully suggest you replace the "-" with '-', which would, potentially, cause a showstopper bug, a high... -
创建于 annotation completion
I've noticed that enums inside of annotations don't show available values, is this deliberate, a bug, or just a freak consistent accident that only affects me?An example is the ejb3 annotations, if... -
创建于 Custom icons
How can I specify the file editor icon for a particular type of file? Ideally I'd like to be able to plug in something that gets a PsiFile/PsiClass, and return an Icon for that.