主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Hugo Palma
活动总数
162
最后的活动
2024年12月27日 15:48
成员加入日期
2007年05月23日 15:06
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
43
活动概览
帖子(27)
评论(92)
按最近的活动排序
最近的活动
投票数
创建于
2008年03月12日 18:36
I've got this working except for one thing, using $PROJECT_FILE$ macro in the file parameter.If i use this macro i get:java.lang.IllegalArgumentException: Unknown macro: $PROJECT_FILE$ in storage s...
社区
IntelliJ IDEA Open API and Plugin Development
JDOMExternalizable replacemnent?
0 票
创建于
2008年02月14日 12:59
The answer is yes to both questions...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月14日 19:50
It returns my language, as it should i think.........
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月15日 14:18
That's right.That's why i need to provide a different annotator.So i guess the question is how can i either change the annotator the the HtmlLanguage is using or create a new language all together ...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月15日 14:48
I'm sorry but i think it is. HtmlLanguage extends XmlLanguage and the HtmlLanguage doesn't define it's own external annotator, so i think this means that it's using the external annotator from the ...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月15日 18:33
I'm not sure how any of the suggested solutions would work. Maybe because i haven't explained the problem very well. I'm going to provide two examples that i think should explain my problem better....
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月19日 16:29
Ok, i've done that.I still have problems when the document declares a doctype. If it doesn't declare a doctype it works just fine.If there's a doctype declaration it still tries to match the docume...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月19日 17:46
My getElementDescriptor method is always returning an instance of XmlElementDescriptorImpl. I know it's working because it resolves the element declaration correctly. But still, the tag is still ma...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月21日 11:13
I tried doing:tag.getParent().putUserData(XmlHighlightVisitor.DO_NOT_VALIDATE_KEY, "true");ortag.putUserData(XmlHighlightVisitor.DO_NOT_VALIDATE_KEY, "true");if the getElementDescriptor method of m...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年03月03日 17:26
Got it, finally :o)Thanks again for all your help...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
«
第一页
‹
上一页
下一页
›
最后
»