jaime
- 活动总数 118
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 10
- 订阅数 40
-
创建于 How to add catch clause for exception in javadoc @throws param
I have something like:try { X500Principal prin = new X500Principal(foo); } catch (IllegalArgumentException ex) { }how can I le... -
创建于 make it easier to find maven Dependencies Diagram action
Currently in IntelliJ 11 to get the dependencies diagram for a maven pom.xml you have to right click the editor with the pom.xml opened then Maven > Show Dependencies. THis is hard to find and for ... -
创建于 full download links for source in http://www.jetbrains.org/display/IJOS/Download
Where can I find the full download links for Intellij IDEA sources?? I can only find two in http://www.jetbrains.org/display/IJOS/DownloadGuessing in the URL http://download-ln.jetbrains.com/idea/i... -
创建于 full download links for source in http://www.jetbrains.org/display/IJOS/Download
Hi, in this url http://www.jetbrains.org/display/IJOS/Download i can only see two links for source for Intellij IDEA plugin development debugging.You can download the source code of IntelliJ IDEA C... -
创建于 full download links for source in http://www.jetbrains.org/display/IJOS/Download
Hi, in this url http://www.jetbrains.org/display/IJOS/Download i can only see two links for source for Intellij IDEA plugin development debugging.You can download the source code of IntelliJ IDEA C... -
创建于 GenerateTestCases, plugin to generate test methods from descriptive behaviours
Hi, I would like to receive your opinion about a plugin I'm developing that makes it really easy to create and maintain unit testing methods, so it generates them automatically from your production... -
创建于 how to change content for PsiDocTag
Hi I have a method like this one, and I want to modify the content for the @should tag./** * @should zas */ void b() { }It becomes/** * @should new content */ void b() {... -
创建于 Intellij IDEA source appears to have the javadoc comments stripped out
Hi, I have been lookin at IntelliJ IDEA plugin development and frequently I´m jumping into intellij idea comunity edition to provide myself guidance about how to continue, and I have seen that almo... -
创建于 create hyperlinks when the user presses ctrl and hovers the mouse over custom text in javadoc
Hi I would like to get a functionality like the hyperlinks in eclipse, now I think these are called highlighters in IntelliJ, and I would like to know how to register them in java editors.For examp... -
创建于 unversioned files window doesn't stop loading when adding files
When you have several unversioned files (under svn vcs) instead of seeing the files directly in changes view, you get a 'click to browse' link, if you click it you get a window for unversioned file...