diff --git a/src/lay/doc/manual/loading.xml b/src/lay/doc/manual/loading.xml index dae8f0428..57f4198c3 100644 --- a/src/lay/doc/manual/loading.xml +++ b/src/lay/doc/manual/loading.xml @@ -23,11 +23,13 @@

The program will automatically determine the type of the file. Currently, - OASIS and GDS2 are supported. + OASIS, GDS2, DXF, CIF, LEF/DEF and a text version of GDS2 are supported. + Gerber PCB data can be read with some preparations too (see ). + If the file is gzip/zlib compressed, it will be uncompressed automatically.

- Certain options can be specified for the file loader with the + Certain options can be specified for the file loader using the reader option pages. To open the reader options dialog, choose "Reader Options" from the "File" menu. This dialog allows specification of certain options for all "Open" actions, for example: @@ -35,12 +37,45 @@

+ +

+ Using "File/Reload", the currently loaded file can be re-read from disk. + Usually this is not required, because KLayout will automatically check whether + the file has changed and offer to load it. +

+ +

+ By picking a file from the "Open Recent" list in the "File" menu, a previous + file can be loaded again. +

+ +

+ Files can be given to KLayout on the command line and are loaded + automatically. Multiple files can be specified. They are shown in different + pages by default. To load multiple files into the same page, add a "-s" option + to the command line. "http:" or "https:" can be specified on the command line + as well. In this case, KLayout will download the files from the given URL. +

+ +

+ Files and URL's can be dragged and dropped on the KLayout main window. + KLayout will then load and show these files. +

+ +

+ Layout files can be associated with technologies. Technologies allow + associating a layout with additional data, such as libraries, macros, + net tracer settings, layer properties etc. + Read for details. +

diff --git a/src/lay/doc/manual/panels.xml b/src/lay/doc/manual/panels.xml index d259da9bd..1abaa5183 100644 --- a/src/lay/doc/manual/panels.xml +++ b/src/lay/doc/manual/panels.xml @@ -15,8 +15,9 @@

Choose "Close" in the "File" menu to remove a layout of a panel and close the panel unless there are still layouts loaded. If multiple - layouts are into the current panel, a dialog appears. This allows - selecting one or many layouts for closing. + layouts are loaded into the current panel, a dialog appears. This allows + selecting one or many layouts for closing. "Close All" will close all + panels.

@@ -26,11 +27,6 @@ This way, only one copy of the layout is held in memory.

-

- Choose "Reload" from the "File" menu to reload a file if the - contents have changed. This does not happen automatically. -

-

Choose "Pull In Other Layout" to combine other layouts already loaded into the current panel. Basically, KLayout allows viewsing a layout in multiple panels, either