Hi,

I just thought. A lot of the time its a real pain if you have to 
write javadocs that use chars that are not allowed/have meaning in HTML.

So you have to escape them with HTML entities like >, < and so on.

Wouldn't it be great if you could highlight your javadocs and IDEA would 
let you "Escape with HTML entities" to do this conversion for you?

Of course, it's problematic because you don't want it to re-convert 
already escaped chars. i.e.:

Before convert:

  /** This will do X if Y < 1 */

After convert:

  /** This will do X if Y &lt; 1 */

But after a second convert you wouldn't want:

  /** This will do X if Y &amp;lt; 1 */

Cheers



_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to