jaime
- Total activity 118
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 40
-
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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() {... -
Created 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... -
Created 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... -
Created 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...