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
March 12, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
JDOMExternalizable replacemnent?
0 votes
Created
February 14, 2008 12:59
The answer is yes to both questions...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 14, 2008 19:50
It returns my language, as it should i think.........
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 15, 2008 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 15, 2008 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 15, 2008 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....
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 19, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 19, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 21, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
March 03, 2008 17:26
Got it, finally :o)Thanks again for all your help...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
«
First
‹
Previous
Next
›
Last
»