The Menubar
Prev
Next

The Menubar

Robert Nickel

András Mantia

Reviewer: Christopher Hornbaker
Reviewer: Fabrice Mous

This chapter explains all the various functions that can be found in the menubar.

The File Menu

File->New (Ctrl+N)

Create a new, blank file.

File->Open... (Ctrl+O)

Search the file system to open an existing file.

File->Open Recent

Quick list of the last several files you've opened. This list will change each time you open a file that is not on it, with the oldest being bumped off first.

File->Save (Ctrl+S)

Save the active file's changes.

File->Save As...

Save the active file with another name.

File->Save as Template

This allows you to save code snippets and entire files as a template for later use. See the section on templates. If you try to save the selected text/file outside of the local/project template dir, then you will receive an error.

File->Save as Template->Save as Local Template...

Allows you to save a file as a template within the local scope.

File->Save as Template->Save as Project Template...

Allows you to save a file as a template within the project scope.

File->Save as Template->Save Selection to Local Template File...

Allows you to save the selected text (for example, a code snippet) in a local template file.

File->Save as Template->Save Selection to Project Template File...

Allows you to save the selected text (for example, a code snippet) in a project template file.

File->Save All... (Ctrl+Shift+S)

Save all modified files in the editor.

File->Reload (Ctrl+F5)

Reloads the current focused document.

File->Print... (Ctrl+P)

You can actually print out your documents. Uses the kprinter interface.

File->Quit (Ctrl+Q)

Exit Quanta Plus

Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team