Std File Menu: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 14: Line 14:
==Introduction==  
==Introduction==  


The '''Std File Menu''' is one of the 8 sub-menus in the [[Standard_Menu|standard menu]]:
The '''Std File Menu''' is one of the 7 sub-menus in the [[Standard_Menu|standard menu]]:


<!--Please keep info below synchronized with Std_Base, Standard_Menu, Std_File_Menu etc.-->
<!--Please keep info below synchronized with Std_Base, Standard_Menu, Std_File_Menu etc.-->
Line 25: Line 25:
[[Std_View_Menu|View]]
[[Std_View_Menu|View]]
&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;
[[Std_Scripting_Menu|Scripting]]
[[Std_Tools_Menu|Tools]]
&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;
[[Std_Input_Menu|Input]]
[[Std_Macro_Menu|Macro]]
&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;
[[Std_Simulation_Menu|Simulation]]
[[Std_Windows_Menu|Windows]]
&nbsp;&nbsp;&nbsp;
[[Std_Output_Menu|Output]]
&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;
[[Std_Help_Menu|Help]]
[[Std_Help_Menu|Help]]
Line 39: Line 37:
The File menu provides tools related to file input and output.
The File menu provides tools related to file input and output.


==Tools==  
==Tools==
<!--Info mostly copied from the sToolTipText/sStatusTip text see src-->


The following tools are available in this menu:
The following tools are available in this menu:


* [[File:Std_New.svg|32px]] [[Std_New|New]]: Creates a new empty project or table or ....
* [[File:Std_New.svg|32px]] [[Std_New|New document]]: Creates a new empty document.
 
* [[File:Std_New_Table.svg|32px]] [[Std_New_Table|New Table]]: Creates a new empty table.
 
* [[File:Std_New_Matrix.svg|32px]] [[Std_New_Matrix|New Matrix]]: Creates a new empty matrix.
 
* [[File:Std_New_Graph.svg|32px]] [[Std_New_Graph|New Graph]]: Creates a new empty graph.
 
* [[File:Std_New_2DPlot.svg|32px]] [[Std_New_2DPlot|New 2D Plot]]: Creates a new plot from function.
 
* [[File:Std_New_3DPlot.svg|32px]] [[Std_New_3DPlot|New 3D Plot]]: Creates a new 3D surface plot from function.


* [[File:Std_Open.svg|32px]] [[Std_Open|Open...]]: Opens existing project.
* [[File:Std_Open.svg|32px]] [[Std_Open|Open...]]: Opens a document or imports files.


* [[Std_RecentFiles|Recent files]]: Shows the recent file list.
* [[Std_RecentFiles|Open Recent]]: Shows the recent file list.


* [[Std_OpenImageFile|Open Image files...]]: Opens an image file.
* [[File:Std_CloseActiveWindow.svg|32px]] [[Std_CloseActiveWindow|Close]]: Closes the active window.


* [[Std_ImportImage|Import Image...]]: Imports an image.
* [[File:Std_CloseAllWindows.svg|32px]] [[Std_CloseAllWindows|Close All]]: Closes all windows.


* [[File:Std_Save.svg|32px]] [[Std_Save|Save Project]]: Saves the project.
* [[File:Std_Save.svg|32px]] [[Std_Save|Save]]: Saves the document.


* [[File:Std_SaveAs.svg|32px]] [[Std_SaveAs|Save Project As...]]: Saves the project under a new file name.
* [[File:Std_SaveAs.svg|32px]] [[Std_SaveAs|Save As...]]: Saves the document under a new file name.


* [[Std_OpenTemplate|Open Template...]]: Opens a template.
* [[File:Std_SaveCopy.svg|32px]] [[Std_SaveCopy|Save a Copy...]]: Saves a copy of the document under a new file name.


* [[Std_SaveTemplateAs|Save Template As...]]: Saves a template under a new file name.
* [[File:Std_SaveAll.svg|32px]] [[Std_SaveAll|Save All]]: Saves all opened documents.


* [[Std_ExportGraph|Export Graph]]: Export the graph.
* [[File:Std_Revert.svg|32px]] [[Std_Revert|Revert]]: Reverts to the saved version of the document.


* [[File:Std_Print.svg|32px]] [[Std_Print|Print...]]: Prints the document.
* [[File:Std_Import.svg|32px]] [[Std_Import|Import...]]: Imports a file into the document.
 
* [[File:Std_Export.svg|32px]] [[Std_Export|Export...]]: Exports object(s) from the document.
 
* [[File:Std_MergeProjects.svg|32px]] [[Std_MergeProjects|Merge project...]]: Adds the objects from a FreeCAD file to the document.


* [[File:Std_PrintAllPlots.svg|32px]] [[Std_PrintAllPlots|Print...]]: Prints all the plots.
* [[File:Std_ProjectInfo.svg|32px]] [[Std_ProjectInfo|Document information...]]: Shows details of the document.


* [[File:Std_ImportASCII.svg|32px]] [[Std_ImportASCII|Import ASCII...]]: Imports ASCII file into the document.
* [[File:Std_Print.svg|32px]] [[Std_Print|Print...]]: Prints the document.


* [[File:Std_ExportASCII.svg|32px]] [[Std_ExportASCII|Export ASCII...]]: Exports ASCII file from the document.
* [[File:Std_PrintPreview.svg|32px]] [[Std_PrintPreview|Print preview...]]: Shows a print preview.


* [[File:Std_ProjectInfo.svg|32px]] [[Std_ProjectInfo|Project information...]]: Shows details of the document.
* [[File:Std_PrintPdf.svg|32px]] [[Std_PrintPdf|Export PDF...]]: Exports the document as PDF.


* [[File:Std_Quit.svg|32px]] [[Std_Quit|Exit]]: Quits the application.
* [[File:Std_Quit.svg|32px]] [[Std_Quit|Exit]]: Quits the application.
Line 87: Line 100:
{{Std Base navi}}
{{Std Base navi}}
{{Userdocnavi}}
{{Userdocnavi}}
[[Category:Plugins]]
[[Category:Workbenches]]
{{clear}}
{{clear}}

Latest revision as of 20:13, 25 October 2024

Std Base icon

Introduction

The Std File Menu is one of the 7 sub-menus in the standard menu:

File     Edit     View     Tools     Macro     Windows     Help

The File menu provides tools related to file input and output.

Tools

The following tools are available in this menu:

  • Std New 3DPlot.svg New 3D Plot: Creates a new 3D surface plot from function.
  • Std Open.svg Open...: Opens a document or imports files.
  • Std CloseActiveWindow.svg Close: Closes the active window.
  • Std Save.svg Save: Saves the document.
  • Std SaveAs.svg Save As...: Saves the document under a new file name.
  • Std Revert.svg Revert: Reverts to the saved version of the document.
  • Std Import.svg Import...: Imports a file into the document.
  • Std Export.svg Export...: Exports object(s) from the document.
  • Std Quit.svg Exit: Quits the application.