The File menu allows you to create new or open existing batch files, save or print the edit windows, or exit TCEdit.
New
Opens a new (empty) edit window.
Open...
Open the specified file in a new edit window.
Reload from Disk
Reloads the file in the current tab from the disk.
Open Containing Folder
Explorer - Open an Explorer window pointing to the current file.
TCC - Open a TCC window in the directory of the current file.
CMD - Open a CMD window in the directory of the current file.
Open Selected Filename
Open the filename highlighted in the edit window. If it is a text file, it will be opened in a new IDE window. If it is an URL (http / https / ftp / ftps) the IDE will open a browser window.
Close
Close the current edit window. If the file has been modified, you will be prompted to save it.
Close All
Close all edit windows. If the files have been modified, you will be prompted to save them.
Save
Saves the contents of the current edit window. A Save As dialog box appears in which you can enter the name of the file that you wish to use.
Save As...
Saves the contents of the current edit window. A Save As dialog box appears in which you can enter the name of the file that you wish to use.
Save Copy As...
Saves the contents of the current edit window. A Save As dialog box appears in which you can enter the name of the file that you wish to use.
Save to STDOUT
Save the contents of the current edit window to STDOUT. This allows you to edit piped input before sending it on to be processed by another app.
Save All
Saves the contents of the current edit window to a file. A Save As dialog box appears in which you can enter the name of the file that you wish to use.
Copy Full Pathname
Copy the fully expanded name of the file in the current tab window to the clipboard.
Save to HTML
Saves the current file as an HTML file. TCEdit saves the font name, point size, and foreground + background colors, including the syntax coloring.
Save to XML
Saves the current file as an XML file.
Encoding
Files are always treated as UTF-8 inside the editor. This option allows you to specify how the file will be written when it is saved to disk.
Default Codepage | When the file is saved it will be written using the current codepage |
UTF16 Little Endian | When the file is saved it will be written as UTF-16 LE |
UTF16 Big Endian | Whe n the file is saved it will be written as UTF-16 BE |
UTF8 | When the file is saved it will be written as UTF-8 |
UTF8 with BOM | When the file is saved it will be written as UTF-8 with a leading BOM |
Move to Recycle Bin
Delete the file in the current tab by sending it to the Recycle Bin.
Print...
Sends the contents of the current edit window to the printer. A Print dialog box appears in which you can choose the portion of the screen buffer you wish to print.
Print Preview
Show a Print Preview window for the current edit window.
Setup Printer...
Displays a standard printer setup dialog box. The options available in the dialog box depend on the printer driver(s) you are using.
File Properties...
Display the Windows properties dialog for the file in the current edit window.
File Summary
Pops up a messagebox displaying the full file pathname, creation & last modified date/time, number of characters in the file, number of words, number of lines, number of selections and the number of selected characters.
Load Session...
Open a session file previously saved with the "Save Session" option (see below), which loads the specified files into tab windows.
Save Session...
Create a file with the names of the files in the current tab windows.
Exit
Ends the current IDE session.