Code Toolbar
You can use the options in the toolbar at the top of the Code Editor to accomplish different tasks.
|
Option |
Description |
|---|---|
|
|
Reverses the most recent action. |
|
|
Repeats the most recent action that you reversed. |
|
|
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. |
|
|
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.)
-
Open a file in the Code Editor.
-
Click in the editor to give it focus.
-
From your keyboard, click CTRL+F. (Notice the Find bar displays at the bottom.)
-
In the Find box, enter text or data to locate. You can search for text patterns (e.g., match case, regexp) or replace text.



