AV.NET / Menus
Intro // Menus // Features // Version history & Readme // Contact | Back to Menu|Edit

ASCII Viewer .NET Online Help
The Edit-menu

General Information
The Edit menu offers you the usual editing functions of a basic text editor and some extra analysations tools in AV.NET. It's very important that you notice that the search/replace/count functions support three special magic keywords that you can use to identify characters that cannot be printed or otherwise written into the input box! Here's a list:

##TAB## - the tab character
##LF## - the line feed character
##RET## - the carriage return character

Undo
Undo traces back your recent editing steps in the current file. You can set it to various levels that will control how many edit steps you can undo. See Options|Undo Depth.
(Back to top)
Copy
Use this to copy your selected text to the clipboard.
(Back to top)
Cut
This copies your selected text to the clipboard and removes the text from your open document.
(Back to top)
Paste
Use this to paste data from the clipboard into your open document.
(Back to top)
Delete
This removes the character at the typing cursor (or the selected text area).
(Back to top)
New Text Search
Use this feature to start a text search within your selected zone (or to interrupt a search in progress to start a new one). See Edit|Zones. To find your matches, you must use Edit|Find Next for each match. You will get a message when all matches have been explored.

Also see: Magic Keywords!
(Back to top)
Find Next
Use this to find the next match to your text search. See Edit|Search.
(Back to top)
Search and Replace
This allows you to search for a given expression and replace it with another within your desired zone. Unlike the text search, this will automatically replace all matches without prompting you for each replacement. Use zones to limit the area of effect of this function. (See Edit|Zones).

Also see: Magic Keywords!
(Back to top)
Count Instances of Text
Use this function to count how many times an expression is repeated in your desired zone.

See: Magic Keywords!
(Back to top)
Operate in Selected Zone
This is an important function that modifies the function of several other editing commands, such as searching, replacing and counting instances of text. When this option is selected, you are in selected zone mode. This means that any editing functions you perform will be strictly limited to the selected area in your document. When this option is off, you are in global zone mode, and editing will be performed on the entirety of the current document.
(Back to top)
Select All
This simply selects the entire open document.
(Back to top)
Save and Execute
This saves the current document and attempts to open it with the default program associated with it in Windows.
(Back to top)