I am not saying about disabling DOCTYPE. Just about an option to set a default doctype for HTML (maybe also JSP) files, where DOCTYPE don't work, because that DOCTYPE works only for XML files. Actually this is just a way of implementing a HTML autocompletion inside IDEA reutilizing its XML autocompletion, but this is IDEA internal functionality. The IDEA user will only see that he may (or may not) choose a DTD for autocompleting his files associated with HTML (or JSP).
[]'s, Rodrigo. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: sexta-feira, 8 de mar�o de 2002 10:13 > To: [EMAIL PROTECTED] > Subject: Antwort: RE: [Eap-list] HTML dtd definition for autocomplete > > > > -1 > > The DOCTYPE has to exist for valid XML and I wouldn't like a > "feature" that > works against the standard (when you add the correct DOCTYPE > tag you get > both more standard compliance and better XML-support). > > regards > Joachim Sauer > > > > > > > Rodrigo Gevaerd > > > <rgevaerd@sympris An: > "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > > e.com> Kopie: > > > Gesendet von: Thema: RE: > [Eap-list] HTML dtd definition for autocomplete > > eap-list-admin@in > > > tellij.com > > > > > > > > > 08.03.2002 14:20 > > > Bitte antworten > > > an eap-list > > > > > > > > > > > > It only worked with me after I renamed your Test.htm to Test.xml. > For IDEA developers(if this would solve the problem): It > would be nice > if > we could associate a DTD for all HTML files, so we would also > not need to > enter the <!DOCTYPE tag inside the HTML. > > []'s, > > Rodrigo. > > > > -----Original Message----- > > From: Bartley, Chris [mailto:[EMAIL PROTECTED]] > > Sent: quinta-feira, 7 de mar�o de 2002 13:05 > > To: '[EMAIL PROTECTED]' > > Subject: RE: [Eap-list] HTML dtd definition for autocomplete > > > > > > The XHTML DTD works great for me for autocompletion. Just > > make sure you're > > using at least build 609, and don't try to run Validate on > it yet (see > > > http://www.intellij.com/pipermail/eap-list/2002-February/012824.html). > > > > I've attached the XHTML transitional DTD and a simple XHTML > > file for you to > > test with. Note that you'll first need to register the DTD > in IDEA's > > External Resources, like this: > > > > URI: > > > > http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-trans > itional.dtd > > Path: > C:\Data_Bartley\DTDs\xhtml1-transitional.dtd > > (your local path to the DTD will vary, of course) > > Hope that helps. > > chris > > -----Original Message----- > From: Patrik Andersson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 07, 2002 8:45 AM > To: '[EMAIL PROTECTED]' > Subject: SV: [Eap-list] HTML dtd definition for autocomplete > > > I tried getting the XHTML DOCTYPE working, but to no avail. > IDEA puked all > over the place when I copied the DOCTYPE declaration from www.w3c.org. > > > -----Ursprungligt meddelande----- > Fr�n: Rodrigo Gevaerd [mailto:[EMAIL PROTECTED]] > Skickat: den 7 mars 2002 14:20 > Till: '[EMAIL PROTECTED]' > �mne: [Eap-list] HTML dtd definition for autocomplete > > > Have anyone thought about using a dtd for autocompletion > when editing > html > > files or html in jsp files? Although this may force you to do > things like > <br/> instead of <br>, this may be worth. > []'s, > Rodrigo. > _____________________________________________ > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
