jaime
- Total activity 118
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 40
-
Created feature to compare between working copy and deployed version
It would be nice that PhpStorm can compare between the working copy files and the files in the default deployment server, that way, we could get an idea of files that should be downloaded from depl... -
Created off topic: update intellij idea source link
Hi, this page needs to be updated with the latest release: 9.0.4http://www.jetbrains.org/display/IJOS/Download -
Created Unable to debug more than one page with zend debugger
Trying to debug a Joomla application (1.5.12) with Zend Server and if I place one breakpoint the first time the page loads it works, but after that if I click a link in the joomla website It keeps ... -
Created how to add javadoc to PsiMethod programatically
Hi, i'm creating a javadoc comment for a method like this:PsiMethod theMethod= psiClass.findMethodBySignature(factoriedTestMethod, false); String commentText = "/**\n" + "* @s... -
Created offtopic: bug in forum, if I mark remember password and the sign in it doesn´t work for my user
I wasnt sure to post this here, but I didn´t found somewhere else, the fact is that when I try to login to the forum and mark ´remember password´ it doesn´t log in, it only works without checking t... -
Created how to create base project for unit testing
Hi, I´m creating a plugin that generates classes and methods, so I work a lot with the Psi model and some Intellij IDEA actions, well, the fact is that I want to create some integration tests. How ... -
Created need access to com.intellij.ide.util.MemberChooser from plugin
Hi, I want to develop a dialog to allow the user to choose some javadoc annotations in methods in a structured way, so I have realized that the classcom.intellij.ide.util.MemberChooserProvides this... -
Created Java editor doesn't warn about in-statements java annotations
If I write this in the editor, I don't get a warning while I'm coding... but trying to compile with the standard jdk prompts errors.@Test public void someMethod() throws Exception { //TOD... -
Created Request for improvement: JUnit ignored test don´t have Jump to source option
Hi, currently in build 95.429 (intellij 9.0.3) if you run all tests for a module having some classes ignored, ignored tests appear in tests view but in difference to other tests (errores and succes... -
Created how to debug intellij community edition 9.03
Hi, I just have downloaded intellij sources from here http://download.jetbrains.com/idea/ideaIC-9.0.3-src.tar.bz2, I think this is the community edition, I'm not sure anyway, well, the fact is that...