Enhanced E Editor - File
Sponsored Link:
- NEW - Clears the edit window in preparation for a new file to be pasted or keyed in.
- OPEN FILE- Brings up the file dialog box to search for an existing file.
- OPEN FILE *.txt - Brings up the file dialog box filtered to search for *.txt files.
- OPEN TEMP FILE - Opens temporary file created by "Save selected".
- SPAWN NEW WINDOW - Opens a new instance of the editor, prompts for new file to open.
- IMPORT - Places the contents of a text file into the editor at the current cursor location.
- SAVE FILE- Saves the edited version of a file over the top of the old version.
- SAVE AS - Brings up the file dialog box to save the file under a new name.
- SAVE SELECTED, START NEW - Saves the selected text to a temporary file. (overwites previous text)
- SAVE SELECTED, APPEND TO - Appends the selected text to the temporary file. (adds to previous text)
- SAVE ENCRYPTED - Encrypts a file before saving it. More on encryption.
- RENAME FILE - Save the currently loaded file under a new name and deletes the old file.
- DELETE FILE - Deletes the file currently loaded in the editor and clears the edit window for new text.
- PRINT FILE - Opens printer setup dialog and sends the file loaded to the printer queue.
- PRINT SELECTED - Opens printer setup dialog and sends the currently highlighted text to the printer queue.
- PRINT OPTIONS - Opens printer setup dialog for Set Title, Subtitle, Footer and Font selection. (Not really needed anymore as all printing goes through this dialog.)
- RUN A PROGRAM - Pops up a command line dialog to run programs.
- EXIT - Exit the program. If the loaded file is changed you will be prompted to save.