If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.

File Menu

Last modified: August 20, 2024

Introduction

The File menu allows you to manage documents and projects, for example, to create a new project or save changes:

File Menu

Menu Items Overview

The File menu items are described in the table below:

Menu ItemDescriptionShortcut Key
New DocumentCreates a new document within the app currently open. You can choose the name, location, and type of document.Ctrl + N
New ProjectCreates a new single-developer project. A single-developer project is simply a file (with the extension .mpr, which stands for "Mendix project") that is stored in the local file system. For more information on the New Project menu item and its settings, see New Project.Ctrl + Shift + N
Open ProjectOpens an existing single-developer project (.mpr) or a project package (.mpk). See New Project above for information on single-developer projects. For more information on the Open Project menu item, see Open Project.Ctrl + Shift + O
Recent ProjectsShows a list of recently opened projects for quick opening.
SaveSaves the changes in the currently active document tab.Ctrl + S
Save AllSaves the changes in all documents that are open.Ctrl + Shift + S
CloseCloses the current document. You will be asked to save or discard changes when needed.Ctrl + W
Close AllCloses all document tabs. You will be asked to save or discard changes when needed.Ctrl + Shift + W
Close ProjectCloses the currently open project and return to the home page.
Export as ImageExports the current document as an image in the .png format. The following document types can be exported as images: microflows, nanoflows, domain models, document templates, and rules.
Export Project PackageExports the current app to a project package (.mpk) file. This is useful for example when you want to give someone the entire app, or when you need to provide a test app when submitting a ticket. For more information on how to export a project package, see Export Project Package.
Import Project PackageImports a project package that was created with the Export Project Package menu item. For more information on importing a project package, see Import Project Package.
ExitCloses Studio Pro

Read More