You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***App** folder – contains settings and documents that apply to your app as a whole (for more information, see [Apps](/refguide/app/))
18
-
***Modules** – contain settings, a domain model, and *documents* that apply to this module (for more information, see [Modules](/refguide/modules/))
19
-
***Domain model** – a model that describes the information (or *data*) used by your application in an abstract way; one module can have one domain model only
20
-
***Document** – an individual file, for example, a [page](/refguide/pages/), [microflow](/refguide/microflows/), or a [scheduled event](/refguide/scheduled-events/).
18
+
***Modules** – contain settings, a domain model, and documents that apply to this module (for more information, see [Modules](/refguide/modules/))
19
+
***Domain model** – a model that describes the information (or data) used by your application in an abstract way; one module can have one domain model only
20
+
***Document** – an individual file, for example, a [page](/refguide/pages/), [microflow](/refguide/microflows/), or a [scheduled event](/refguide/scheduled-events/)
21
21
22
22
## Performing Basic Functions {#basic-functions}
23
23
@@ -27,12 +27,12 @@ In the **App Explorer**, you can do the following:
27
27
* Navigate the **App Explorer** using <kbd>↑</kbd> and <kbd>↓</kbd> keys
28
28
* Expand a folder or open a document by pressing <kbd>Enter</kbd>
29
29
* Clear the filter query by pressing <kbd>Esc</kbd>
30
-
***Open the document** – double-click the document to open it
31
-
***Select the active document** – click the icon in the upper-right corner of the **App Explorer** to quickly view the active document in the **App Explorer** tree. By default the active document is always selected so you can quickly see where the document you are editing is located. You can change this behavior in the **Edit** > **Preferences** dialog box.
32
-
***Expand all documents** – click the plus icon in the upper-left corner of the **App Explorer** to expand all document and see the whole structure of your app
33
-
***Collapse all documents** – click the minus icon in the upper-left corner of the **App Explorer** to collapse all documents
34
-
***Expand or collapse an individual folder** – to expand/collapse documents in an individual folder click the plus/minus icon or double-click the folder
35
-
***Perform actions specific to the selected folder** – right-click the selected folder to see what functions you can perform. The list of functions depends on the folder, for example, when right-clicking the **System** module, you can only find usages of this module, while when right-clicking **MyFirstModule** you can add a page, add a microflow, rename the module, export the module package, copy/paste documents, and much more.
30
+
***Open a document** – double-click a document to open it
31
+
***Select the active document** – click the icon in the upper-right corner of the **App Explorer** to view the active document in the **App Explorer** tree. By default, the active document is always selected so you can quickly see where the document you are editing is located. You can change this behavior in the **Edit** > **Preferences** dialog box.
32
+
***Expand all documents** – click the down arrow in the upper-left corner of the **App Explorer** to expand all document and see the whole structure of your app
33
+
***Collapse all documents** – click the right arrow in the upper-left corner of the **App Explorer** to collapse all documents
34
+
***Expand or collapse an individual folder** – click the plus/minus icon or double-click the folder you want to expand or collapse
35
+
***Perform actions specific to the selected folder** – right-click the selected folder to see what functions you can perform. The list of functions depends on the folder. For example, when right-clicking the **System** module, you can only find usages of this module, while when right-clicking **MyFirstModule** you can add a page, add a microflow, rename the module, export the module package, copy/paste documents, and much more.
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/app-explorer/app/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ aliases:
9
9
10
10
## Introduction
11
11
12
-
A Mendix app consists of app-level documents and a number of modules. Each module can contain many documents. At the app level, there are some settings and documents that apply to your app as a whole. For example, navigation is an app-level document, and the menu bar is app-wide and can refer to functionality in all modules. However, most documents live at the level of a [module](/refguide/modules/).
12
+
A Mendix app consists of app-level documents and a number of modules. Each module can contain many documents. At the app level, there are some settings and documents that apply to your app as a whole. For example, Navigation is an app-level document, and the menu bar is app-wide and can refer to functionality in all modules. However, most documents live at the level of a [module](/refguide/modules/).
13
13
14
14
## Settings
15
15
16
-
Clicking**Settings** opens a dialog box with settings for the end-user languages, the app directory, and the database and server.
16
+
In**Settings**, you can manage the settings for the end-user languages, the app directory, and the database and server.
17
17
18
18
For more information, see [App Settings](/refguide/app-settings/).
19
19
@@ -31,7 +31,7 @@ For more information, see [Navigation](/refguide/navigation/).
31
31
32
32
## System Texts
33
33
34
-
**System texts** are texts like information and error messages that are produced by the server or the client. You can translate these texts so that they appear in the preferred language of the user.
34
+
**System texts** are texts such as information and error messages that are produced by the server or the client. You can translate these texts so they appear in the user's preferred language.
35
35
36
36
For more information, see [System Texts](/refguide/system-texts/).
0 commit comments