By selecting or clearing check boxes in this tab, you can compile the list of context actions that will be available for XML code. When you highlight the name of a specific context action, you can read its description in the lower part of the tab.
| Name | Description |
|
Add module qualification |
Adds or updates module qualification for the type reference. |
|
Collapse empty tag |
Converts from empty opening and closing tags into empty tag. |
|
Convert attribute to nested element |
Converts tag attribute to nested tag. |
|
Convert CData to text |
Replaces continuous CData elements with their escaped content. |
|
Convert tag to attribute |
Converts nested tag to an attribute of enclosing tag. |
|
Convert text to CData |
Surrounds text with CData element, unescapes text if necessary. |
|
Expand empty tag |
Splits empty tag to opening and closing tags. |
|
Remove all tags with specified name and promote their children |
Removes all tags with specified name but keeps its children intact. |
|
Remove tag and promote its children |
Removes a tag but keeps its children intact. |
|
Replace all attributes |
Replaces all attributes with the same name in the file for current tag with different name. |
|
Replace all tags |
Replaces all tags with the same name in the file with a different tag. |
|
Replace tag |
Replaces a tag with a different tag. |

