主页
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年02月15日 10:07
Yes, the LanguageFileType.Ok, here what i get:provider.getPsi(provider.getBaseLanguage()):I get an instance of a PsiPlainTextFileImpl. The language of this element is TEXT.provider.getKnownTreeRoot...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月15日 10:52
I was actually now trying out without a getParserDefinition() in my language. So the parser is null. But if i define this in my language:public ParserDefinition getParserDefinition() { retur...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月15日 10:53
This is for the Tapestry plugin but the plugin is no longer open-source.Althought the code that replicates my problem is really simple and i now have a small plugin module with 3 files that replica...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月15日 12:04
It's not quite HTML. I want to use the HTML parser and highlighter and everything else but i don't want to use the XMLExternalAnnotator because it annotates errors that aren't errors in Tapestry te...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月15日 13:04
I can see that your annotator ultimately validates the document by calling ExternalDocumentValidator.doValidation.In the implementation of that method you have code there that does exactly what i'd...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月15日 15:17
Can you then please tell me what external annotator the HtmlLanguage is using ?
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月15日 15:43
Who is validating that my HTML document is conforming to the provided namespaces then ? There must be an annotator because i'm getting the errors on normal HTML files, not XML or XHTML.
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月19日 12:03
Can you please help figure out the the cause of the initial exception ?If i could just figure that out i think i could take it from there....I can't even get to work a Language implementation like ...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年04月14日 15:35
It's in idea.jar. You'll have to add it to your IDEA JDK.
社区
IntelliJ IDEA Open API and Plugin Development
How to invoke the "New Changelist" dialog?
0 票
创建于
2008年04月10日 11:32
Thanks, this really helped.It seems that this problem only happens when it's executed from within the onFacetInitialized method on my FacetEditor. I need this because a change in a configuration of...
社区
IntelliJ IDEA Open API and Plugin Development
Can't create more than one library in project
0 票
«
第一页
‹
上一页
下一页
›
最后
»