Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Stephen Friedrich
Total activity
1583
Last activity
November 28, 2025 21:06
Member since
February 20, 2003 08:19
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
646
Activity overview
Posts (205)
Comments (728)
Sort by recent activity
Recent activity
Votes
Created
August 15, 2006 16:09
I still like to implement this - is there any way to do this in Demetra?I have searched the forum and found references to CompletionData.I tried to register my own CompletionData: FileType j...
Community
IntelliJ IDEA Open API and Plugin Development
Customize SmartType Code Completion?
0 votes
Created
August 16, 2006 15:17
I tried to cheat and use classes from idea.jar (not in openapi).Problem is some classes and methods I need are protected.Even if I try to cheat and use the same package name in my plugin as in idea...
Community
IntelliJ IDEA Open API and Plugin Development
Customize SmartType Code Completion?
0 votes
Created
August 17, 2006 08:03
You're right: There is no reasonable way to hook into Smart Completion. That's why I tried the unreasonable ;)Here's one of the several attempts I tried:I created my own "SmarterCompletionAction" t...
Community
IntelliJ IDEA Open API and Plugin Development
Customize SmartType Code Completion?
0 votes
Created
September 22, 2006 10:17
Hm. If I create both persistence.xml and orm.xml in the same step the double clicking on persistence.xml works, but the orm.xml vanishes...
Community
IntelliJ IDEA Open API and Plugin Development
EJB questions
0 votes
Created
September 13, 2006 11:42
My inspection deals with annotations on classes.Since there is no checkClassAnnotation() I have overriden checkClass().checkClass() gets called even though there are compile errors in the annotatio...
Community
IntelliJ IDEA Open API and Plugin Development
How to check if PsiElement contains compile error?
0 votes
Created
September 29, 2006 14:45
A closely related question/problem:It seems that "multi-interface-inheritance" is not supported.Not all my state elements can be the target of a transition.Those that can have a name attribute that...
Community
IntelliJ IDEA Open API and Plugin Development
XML Api: Help needed with Dom resolve/convert
0 votes
Created
September 29, 2006 15:34
Ah, I see. That will be the problem. A super state can also have incoming transitions. In fact resolving indeed works for the outermost node (which is a process-definition).Hm, I have to do my own ...
Community
IntelliJ IDEA Open API and Plugin Development
XML Api: Help needed with Dom resolve/convert
0 votes
Created
September 29, 2006 17:18
Thanks. That seems to be working now. So far I have only implemented a Converter rather than a ResolvingConverter (difference should only be in missing code completion, right?)However I do not get ...
Community
IntelliJ IDEA Open API and Plugin Development
XML Api: Help needed with Dom resolve/convert
0 votes
Created
September 29, 2006 21:46
Maybe, you have disabled assertions? This is the only way I can figure outabout this. If yes, please, enable them, and you'll see some otherexception, which, maybe, will help.Thanks again for the h...
Community
IntelliJ IDEA Open API and Plugin Development
XML Api: Help needed with Dom resolve/convert
0 votes
Created
September 26, 2006 11:04
I was hoping for code-completion in attribute value.Using String is my current workaround.In general: What is the benefit of using enums/NamedEnums in DOM interfaces?
Community
IntelliJ IDEA Open API and Plugin Development
XML DOM: "lax" enums?
0 votes
«
First
‹
Previous
Next
›
Last
»