Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Hugo Palma
Total activity
162
Last activity
December 27, 2024 15:48
Member since
May 23, 2007 15:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
43
Activity overview
Posts (27)
Comments (92)
Sort by recent activity
Recent activity
Votes
Created
February 15, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 15, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 15, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 15, 2008 15:17
Can you then please tell me what external annotator the HtmlLanguage is using ?
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 15, 2008 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.
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 19, 2008 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
April 14, 2008 15:35
It's in idea.jar. You'll have to add it to your IDEA JDK.
Community
IntelliJ IDEA Open API and Plugin Development
How to invoke the "New Changelist" dialog?
0 votes
Created
April 10, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can't create more than one library in project
0 votes
Created
April 10, 2008 12:33
I found the answer.If in the onFacetInitialized method put the code that adds the library inside an Application.invokeLater block then everything works fine.
Community
IntelliJ IDEA Open API and Plugin Development
Can't create more than one library in project
0 votes
Created
May 24, 2007 15:57
I think this happens because the editor always tries to resolve tag names to the HTML schema and doesn't care about custom reference providers.Anyone knows if this is true ?
Community
IntelliJ IDEA Open API and Plugin Development
HtmlReferenceProvider for tag names ?
0 votes
«
First
‹
Previous
Next
›
Last
»