 Kugel
Member
|
Hello,
I would like to ask if there is a way to auto format (reindent) xml in PN2?
Another question is if there is any support for intelligent commenting? XML has only 1 commenting option <!-- --> and I would love to have xml commenting done as in Visual Studio. Selected text -> stream comment, selected whole row (more rows) -> block comment nothing selected -> line comment. All on the same short cut.
Is that possible?
|
 simon
Key Master
|
It’s not currently supported, but should be possible. It’s certainly possible with a script using PyPN. You could try this, or file a request here:
http://code.google.com/p/pnotepad/issues/entry
|
 simon
Key Master
|
As for auto-format I usually set up HTML Tidy to use as a tool to format XML.
|