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