Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Sascha Weinreuter
Follow
New posts
New posts and comments
Total activity
403
Last activity
January 18, 2016 03:51
Member since
October 18, 2002 10:16
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
169
Activity overview
Posts (5)
Comments (229)
Sort by recent activity
Recent activity
Votes
Created
April 13, 2010 14:45
Oh well, so many things to do, so little time I've just uploaded a version that compiles against IDEA 9 (95.4) and successfully runs all its tests. I hope it doesn't break anything. Let me know how...
Community
IntelliJ IDEA EAP Users
Update RELAX NG Plugin
0 votes
Created
December 19, 2008 17:43
Here's the Ant-Task example again, the stupid forum software decided to drop it from my message posted via NNTP <taskdef name="jflex" classname="JFlex.anttask.JFlexTask"> <classpath location="${i...
Community
IntelliJ IDEA Open API and Plugin Development
Bug with JFlex
0 votes
Created
April 22, 2008 14:11
Hello Evgeny,you need to create an array of several PsiReferences in your implementation of com.intellij.psi.PsiReferenceProvider that resolve to the different packages/classes that are represented...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Reference containing other references ?
0 votes
Created
February 18, 2008 17:02
Hello Ben,Ok. The strange thing is that when i debug the app it works, but in run mode it doesn't work.You can try to remove/rename IDEA_HOME/bin/breakgen.dll (or set the property "idea.no.launcher...
Community
IntelliJ IDEA Users
Process finished with exit code -1073741819 when running app
0 votes
Created
January 31, 2008 10:02
1)com.intellij.execution.configurations has these two methodsWhat class in com.intellij.execution.configurations? JavaParameters? Please be more precise.both return a ProjectJDK. I guess that one r...
Community
IntelliJ IDEA Open API and Plugin Development
What is the difference between getJDK and getModuleJDK
0 votes
Created
January 17, 2008 18:54
Hello Hugo,IDEA doesn't use JTextPanes for this purpose. You should probably use com.intellij.execution.filters.TextConsoleBuilderFactory to create a com.intellij.execution.ui.ConsoleView which has...
Community
IntelliJ IDEA Open API and Plugin Development
Link to file location from JTextPane
0 votes
Created
January 16, 2008 15:47
Hmm, whatever... Since the OpenAPI sources are, according to Dmitry, supposed to be compilable, I'd assume the same also applies to their Javadoc. I don't think this an explicitly intended and supp...
Community
IntelliJ IDEA Open API and Plugin Development
javadoc warnings
0 votes
Created
January 16, 2008 09:21
The OpenAPI naturally has a couple of external dependencies. ThreadGroupReference is part of the Java Debug Interface: http://www.google.de/search?q=ThreadGroupReferenceIt's located in %JDK%\lib\to...
Community
IntelliJ IDEA Open API and Plugin Development
javadoc warnings
0 votes
Created
December 12, 2007 18:41
No, it uses some of the infrastructure in IDEA to set/manage breakpoints, and a bit of black magic ;)Sascha
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
December 12, 2007 18:35
As far as I know, IDEA cannot undo any external changes. The most promising approach seems to be to make the change to some temporary file, load its content and put it into the actual file with IDE...
Community
IntelliJ IDEA Open API and Plugin Development
How to add Undo (Ctrl+Z) support for changes made by an external program?
0 votes
«
‹
1
2
3
4
5
6
7
›
»