Editing Content in Author Mode
The Author mode in Oxygen XML Editor plugin allows you to create, review, and edit structured content in a visual editor that is similar to common word processors. To enter this mode, click the Author button at the bottom of the editing area. This mode includes a large variety of user-friendly authoring features to help even novice users work with XML content, including numerous toolbar, menu, and shortcut actions, drag and drop support, smart paste support, and some specialized content editing features.
Undo/Redo Actions
The typical undo and redo actions are available with shortcuts or in the Edit menu:
- Undo (Ctrl + Z (Command + Z on OS X))
- Reverses a maximum of 200 editing actions to return to the preceding
state.
Note
Complex operations such as Replace All or Indent selection count as single undo events. - Redo (Ctrl + Y (Command + Shift + Z on OS X, Ctrl + Shift + Z on Linux/Unix))
- Recreates a maximum of 100 editing actions that were undone by the Undo function.
Copy and Paste Actions
The typical copying and pasting actions are available with shortcuts or in the contextual menu (or the Edit menu):
- Cut (Ctrl + X (Command + X on OS X))
- Removes the current selected content from the document and places it in the clipboard.
- Copy (Ctrl + C (Command + C on OS X))
- Places a copy of the current selected content in the clipboard.
- Paste (Ctrl + V (Command + V on OS X))
- Inserts the current clipboard content into the document at the cursor position.
Entering Text in Elements
By default, you can only enter text in elements that accept text content. If the element is declared as empty or element only in the associated schema, you are not allowed to insert text in it. Instead, a warning message is displayed.
Editing in empty element warning
To allow text to be inserted in these instances, go to the Schema-Aware preferences page and disable the Reject action when its result is invalid option in the Typing actions section.
To watch our video demonstration about the basic functionality of the Author mode, go to https://www.oxygenxml.com/demo/WYSIWYG_XML_Editing.html.