主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Stephen Friedrich
活动总数
1583
最后的活动
2025年11月28日 21:06
成员加入日期
2003年02月20日 08:19
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
646
活动概览
帖子(205)
评论(728)
按最近的活动排序
最近的活动
投票数
创建于
2005年03月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Help with Editor Selection + Color/Font Scheme
0 票
创建于
2005年03月09日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Add action after "Copy" in editor popup menu
0 票
创建于
2006年08月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Customize SmartType Code Completion?
0 票
创建于
2006年08月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Customize SmartType Code Completion?
0 票
创建于
2006年08月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Customize SmartType Code Completion?
0 票
创建于
2006年09月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
EJB questions
0 票
创建于
2006年09月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to check if PsiElement contains compile error?
0 票
创建于
2006年09月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
XML Api: Help needed with Dom resolve/convert
0 票
创建于
2006年09月29日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
XML Api: Help needed with Dom resolve/convert
0 票
创建于
2006年09月29日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
XML Api: Help needed with Dom resolve/convert
0 票
«
第一页
‹
上一页
下一页
›
最后
»