| New: |
Creates a new, blank tab page for creating a text based file. |
| Open: |
Opens an existing text based file for editing. |
| Save: |
Saves the text contents of the currently active/focused tab page. If it
is not a "New" document, it will be saved with its original filename, and in it's
original location. Saving a "New" document presents a Save dialog box. |
| Save As: |
Presents a Save dialog box for selecting a save location and name for the text
contents of the cureently active/focused tab page. |
| Save All: |
Attempts to save the contents of every tab page. When a "New" page is encountered
"Save All" will present a Save dialog to allow for naming and location specification. |
| Close: |
Closes the currently active/focused tab page. If the contents have changed since the last
save, you will be notified and offered the opportunity to save before closing. |
| Close All: |
Closes all tab pages following the same procedure as above. |
| Print: |
Prints the text of the current document to the default printer. |
| Print Setup: |
Allows changing of the default printer and it's associated settings for as
long as MacroEdit is running. |
| Exit: |
Checks tab pages for changes (basically does "Close All") then closes the application. |
| Undo: |
Reverses whatever action was last taken by the user. This under "Buffer" has a length of one, which
is to say, you may only go back one step. |
| Cut: |
Sends the selected text to the Windows clipboard, then removes it from the text. |
| Copy: |
Sends the selected text to the Windows clipboard. |
| Paste: |
Pastes the contents of the Windows clipboard into the text at the current position of the cursor.
Any text selected will be overwritten by paste action. |
| Select All: |
Selects all the text in the currently active tab page. |
| Find/Replace: |
Opens the find and replace dialog. |
| Find Next: |
If a search has been previously performed, "Find Next" will look for the next occurence
in the text of the original search text. If not, "Find Next" opens the Find/Replace dialog. |
| Drive Selection Box: |
Allows selection of any accessible drive, including network mapped drives, to control what is available
in the Directory Tree and, subsequently, the File List boxes. |
| Directory Tree View: |
Allows selection of any directory under the currently selected drive controling what files are available
in the File List box. |
| Blue Splitter Bar: |
Allows adjustment of screen use between the File List box and the Diretory Tree view. |
| Filter Selection Box: |
Allows selection of 5 different filters to apply to the File List box:
- All Files (*.*) = Displays all files in the selected directory
- HTML Files (*.htm) = Displays all files with and extention of ".htm" or ".html"
- Script Files = Displays all files with a "standard" script extention (".js", ".pl", ".cgi", ".pm", ".asp")
- Text Files = Displays all files with an extention of ".txt" or ".bat"
- Configuration File = Displays all files with an extention of ".cfg", ".ini", ".me"
|
| File List box: |
Displays all files on the selected drive, in the selected directory, meeting the filter criteria
- IMPORTANT NOTE: Double clicking a file in the File List box will open it on a new tab
page for editing.
|