Next: Menu Edit, Previous: Menubar, Up: Main lepton-schematic window   [Contents][Index]


5.3.2 Menu File

New

File → New (Ctrl-N or F N) allows you to create a new untitled schematic page. The same as Page → New. See Creating new and opening existing schematic files.

Open...

File → Open... (Ctrl-O or F O) opens a dialog box for choosing and opening an existing schematic or symbol file. See Creating new and opening existing schematic files.

Open Recent

File → Open Recent (F O) lets you open one of the recently opened files without the need of searching it in the file system.

Save

File → Save (F S) is used to save changes in your schematic page on disk. See Saving schematic pages.

Save As...

File → Save As... (F A) allows you to save the page you edit under another name.

Save all

File → Save all (F L) saves all unsaved pages. Anything specified above about the Save diallog matters here as well. You should only note that the Save As dialog is opened for each of untitled pages.

Print...

File → Print... (F P or Ctrl-P) opens a standard GTK printing dialog in which you can preview and print schematics. See Printing and exporting schematics.

Write Image...

File → Write Image... (F I) can be used to export schematic and symbol pages as images. See Printing and exporting schematics.

Invoke macro...

File → Invoke macro... (:, colon, or E Shift-:) allows you to execute some small excerpts of Scheme code interactively in GUI. See Interactive work with Scheme code.

Execute Script...

File → Execute Script... (F T) allows you to execute a Scheme script file stored in your file system. See Interactive work with Scheme code.

REPL...

File → REPL... (F Shift-R) lets you hack your Scheme extensions interactively, using the REPL in the background terminal where you started lepton-schematic. See Interactive work with Scheme code.

New Window

File → New Window (F W) allows you to open a new window of lepton-schematic. See Working with windows.

Close Window

File → Close Window (F C) closes the current lepton-schematic window. See Working with windows.

Quit

File → Quit (F Q or Alt-Q) closes all open windows of lepton-schematic. See Quitting the program.


Next: Menu Edit, Previous: Menubar, Up: Main lepton-schematic window   [Contents][Index]