XML Editor Toolbar

The editor toolbar provides buttons for some of the editor commands that are available for the currently displayed file.

You can toggle the display of the editor toolbar by choosing View > Show Editor Toolbar.

The following table lists buttons that are available in the editor toolbar when an XML file is open.

Element Description

Source/History

Toggles between source code and local history views. Local history includes diffs between all save points.

Last Edit

Edit Previous icon

Moves to the last edit you made.

Back

Navigate Back icon

Moves back to previously opened document.

Forward

Navigate Forward icon

Moves forward to next opened document.

Find Selection

Find Selection icon

Finds the item in which the cursor is currently inserted.

Find Previous Occurrence

Find Previous Occurence icon

Moves the insertion point to the previous found occurrence of the text that you previously searched for.

Find Next Occurrence

Find Next Occurrence icon

Moves the insertion point to the next found occurrence of the text that you previously searched for.

Toggle Highlight Search

Toggle Highlight Selection icon

Turns off or turns on the highlighting of search text.

Toggle Rectangular Selection

Toggle Rectangular Selection icon

Turns off or turns on the rectangular block selection.

Previous Bookmark

Previous Bookmark icon

Moves the insertion point to the previous bookmark in the file.

Next Bookmark

Next Bookmark icon

Moves the insertion point to the next bookmark in the file.

Toggle Bookmark

Toggle Bookmark icon

Inserts a bookmark on the current line or removes a bookmark on the current line.

Shift Line Left

Shift Line Left icon

Reduces the indentation by one tab stop.

Shift Line Right

Shift Line Right icon

Increases the indentation by one tab stop.

Start Macro Recording

Start Macro Recording icon

Starts recording a macro containing keystrokes and cursor movements.

Stop Macro Recording

Stop Macro Recording icon

Stops macro recording.

Check XML

Check XML icon

Check XML document is well-formed.

Validate XML

Validate XML icon

Validate XML document against DTD or schema specified in document.

XSL Transformation

XSL Transformation icon

Run XSL transformation on open XSLT document.



Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.