Topic: File and Edit Menus

( Back to Menus )

Introduction

The file and edit menus are similar to those found in many programs. Because of the minor nature of the differences we will treat both menus here.

The File Menu

The File Menu

New creates a new HTML file.
Openopens an existing HTML file.
Save|Save As are standard windows save and save as functions.


Add Keywords allows the user to add keywords (in a meta name section) and edit the existing list.
Open Template opens a file used as a template for multiple file documents.
Save Template saves a document as a template.
ASP brings up a submenu the allows you to create a new ASP file or convert an existing file to an ASP file. Users are allowed to choose the script language and options .
New XML Schema Creates a blank XML Schema and makes the XML menu visible. Some other HTML menus are no longer active. The new schema dialog allows you to set the namespaces for the schema.
New XML creates a new xml fileand makes the XML menu visible. Some other HTML menus are no longer active.
New XSLT creates a new XSLT fileand makes the XML menu visible. All other HTML menus remain active for XSLT.
Exit closes Red Edit.

The Edit Menu

.
Cut, Copy, Paste, Select All, Find, Find Again, and Replace are standard.
Word Wrap turns word wrap on and off. As mentioned in other places, word wrap should be turned off when debugging ASP since the error line numbers shown in browsers assume that word wrap is off.
Go to Line allows you to enter the line number you wish see in the line number dialog. When you click the ok button, the cursor goes to that line.
( Back to Menus )