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
March 08, 2005 19:18
Thanks again, from a first look in the debugger that looks very promising: I even found the 'bold' text attribute for my method declaration :)Ah great: I wanted to ask about how to differentiate be...
Community
IntelliJ IDEA Open API and Plugin Development
Help with Editor Selection + Color/Font Scheme
0 votes
Created
March 09, 2005 11:33
Thanks, that works and is much nicer.BTW is there any place where action ids are documented, or do I always have to ask in the forum or reverse-engineer by debugging?
Community
IntelliJ IDEA Open API and Plugin Development
Add action after "Copy" in editor popup menu
0 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
«
First
‹
Previous
Next
›
Last
»