Code Toolbar

You can use the options in the toolbar at the top of the Code Editor to accomplish different tasks.

The Edit Code toolbar when editing a selected file.

Option

Description

Undo button

Reverses the most recent action.

Redo button

Repeats the most recent action that you reversed.

Line Wrapping button

Toggle to break a section of text so that it fits into the display area of the Code Editor. Toggle again for no wrap to display.

Format Code button

Formatting the code cleans up the white space in the code. This can be performed on HTML, CSS, and JS file types.

Tip When you are using the Code Editor, you can click CTRL+F to search for content with a Find bar. This is convenient if a loaded file has hundreds of lines of code and you do not want to scroll through all of it for specific information. (This is not available in the Content Editor.)

  1. Open a file in the Code Editor.

  2. Click in the editor to give it focus.

  3. From your keyboard, click CTRL+F. (Notice the Find bar displays at the bottom.)

  4. In the Find box, enter text or data to locate. You can search for text patterns (e.g., match case, regexp) or replace text.