Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
jaime
Total activity
118
Last activity
May 11, 2023 22:02
Member since
October 09, 2010 08:52
Following
0 users
Followed by
0 users
Votes
10
Subscriptions
40
Activity overview
Posts (32)
Comments (36)
Sort by recent activity
Recent activity
Votes
Created
July 08, 2012 05:18
WoaH External Tools rocks :) thank you very much now I know Jetbrains platform a little bit better
Community
PhpStorm
documentation for isset, list, array() right from the IDE
0 votes
Created
February 13, 2013 15:28
Yes it is exactly the bug I've found.
Community
PhpStorm
I'm unable to click balloon during debugging in PhpStorm
0 votes
Created
April 12, 2012 02:51
Hi, is the plugin in the community edition mirrored in github? I have a couple of little observations on the plugin for Play 1.2.x that I would like to check and fix.
Community
IntelliJ IDEA Plugin Users
Play! Framework Plugin for IntelliJ
0 votes
Created
October 25, 2010 02:43
I found that this is already created in the test framework, I managed to run unit tests for my plugin extending com.intellij.testFramework.IdeaTestCase.
Community
IntelliJ IDEA Open API and Plugin Development
how to create base project for unit testing
0 votes
Created
October 09, 2010 10:08
Now I got to overcome this problem doing:File > PRoject structure > SDK'sAnd configuring a jdk and an Intellij Idea Plugin SDK but now I have another problem, when I try to launch the IDEA shared r...
Community
IntelliJ IDEA Open API and Plugin Development
how to debug intellij community edition 9.03
0 votes
Created
October 09, 2010 20:58
I did what you say, I moved intellij to a path without spaces, then I configured it to work with a simple JDK in Project Structure and now it works, but I wonder why the spaces affected the behavio...
Community
IntelliJ IDEA Open API and Plugin Development
how to debug intellij community edition 9.03
0 votes
Created
November 29, 2011 21:49
My mistake, an specific version as 9.0.4, like the one linked here: http://www.jetbrains.org/display/IJOS/DownloadYou can download the source code of IntelliJ IDEA Community Edition 10.5 or Intelli...
Community
IntelliJ IDEA Open API and Plugin Development
full download links for source in http://www.jetbrains.org/display/IJOS/Download
0 votes
Created
July 17, 2011 23:45
Thanks, it made the work
Community
IntelliJ IDEA Open API and Plugin Development
create hyperlinks when the user presses ctrl and hovers the mouse over custom text in javadoc
0 votes
Created
July 26, 2011 03:58
Now I´m realizing that PsiReferenceProvider only works for String literals, this is:String zas = "psiReferenceProviderworkshere";But I want to be able to create references from the value of a custo...
Community
IntelliJ IDEA Open API and Plugin Development
create hyperlinks when the user presses ctrl and hovers the mouse over custom text in javadoc
0 votes
Created
November 18, 2010 20:45
I got it in this way, the thing I wasn't aware about was the method.getFirstChild(). String commentText = "/**\n" + "* @see " + methodQualifiedName + "\n" + "*...
Community
IntelliJ IDEA Open API and Plugin Development
how to add javadoc to PsiMethod programatically
0 votes
«
First
‹
Previous
Next
›
Last
»