Skip to content

Commit 90332ee

Browse files
authored
Merge pull request #8836 from mendix/qt-spoverviewupdate
Update Studio Pro Overview
2 parents d0699c5 + 0e2fb75 commit 90332ee

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

content/en/docs/refguide/general/studio-pro-overview/_index.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Mendix Studio Pro is a tool for creating, viewing, and editing your Mendix appli
1717
One Studio Pro instance can have only one app open at a time, but you can open two Studio Pro instances when necessary.
1818

1919
{{% alert color="info" %}}
20-
When Studio Pro is open, press <kbd>F1</kbd> to quickly jump to documentation.
20+
When Studio Pro is open, press <kbd>F1</kbd> to open the relevant documentation.
2121
{{% /alert %}}
2222

2323
This document describes the user interface of Mendix Studio Pro:
2424

25-
{{< figure src="/attachments/refguide/studio-pro-overview/studio-pro-diagram.png" alt="Studio Pro Diagram" class="no-border" >}}
25+
{{< figure src="/attachments/refguide/studio-pro-overview/studio-pro-diagram.png" alt="Diagram of the home page of Studio Pro, which labels each section of the home page layout." class="no-border" >}}
2626

2727
## Top Bar {#top-bar}
2828

@@ -34,9 +34,9 @@ The Studio Pro top bar contains the following items:
3434

3535
### Menus {#menus}
3636

37-
In the Studio Pro top bar, you can see several menus, such as **Switch-to** menu, [Edit](/refguide/edit-menu/), [View](/refguide/view-menu/), and [Version Control](/refguide/version-control-menu/). Each menu contains menu items that allow you to perform various actions, such as to [create a deployment package](/refguide/create-deployment-package-dialog/), set [preferences](/refguide/preferences-dialog/), or view the [**Errors**](/refguide/errors-pane/) pane.
37+
In the Studio Pro top bar, you can see several menus, such as [Edit](/refguide/edit-menu/), [View](/refguide/view-menu/), and [Version Control](/refguide/version-control-menu/). Each menu contains items that allow you to perform various actions, such as to [create a deployment package](/refguide/create-deployment-package-dialog/), set [preferences](/refguide/preferences-dialog/), or view the [**Errors**](/refguide/errors-pane/) pane.
3838

39-
For more information on menus, see [Menus](/refguide/menus/).
39+
For more information, see [Menus](/refguide/menus/).
4040

4141
### Run and View App {#run-and-view}
4242

@@ -52,43 +52,47 @@ For more information on deploying and versioning your app, see the [Versioning a
5252

5353
You can find links to the [Mendix Portal](/developerportal/) and [Marketplace](/appstore/) in the upper-right corner of Studio Pro.
5454

55-
Your profile picture is displayed next to them if you are signed in. When you click the profile picture, the drop-down menu is displayed with your full name and email, as well as links to your user profile, My Apps screen, and the **Sign Out** option.
55+
Your profile picture is displayed next to these links if you are signed in. When you click the profile picture, the drop-down menu is displays your full name and email, a link to your user profile, and the **Sign Out** option.
5656

57-
## App Structure (App Explorer)
57+
## App Explorer
5858

59-
An app consists of individual files (documents) and settings that are grouped in folders and [modules](/refguide/modules/). The complete structure of your app can be viewed in the [App Explorer](/refguide/app-explorer/).
59+
An app consists of individual files (also known as documents) and settings that are grouped in folders and [modules](/refguide/modules/). The complete structure of your app can be viewed in the [App Explorer](/refguide/app-explorer/).
6060

6161
## Working Area {#working-area}
6262

6363
A working area is a current document tab that you work in. The working area and its settings differs depending on the editor (for example, pages, microflows, domain model editors) and the type of document.
6464

6565
### Document Tabs {#documents}
6666

67-
The documents you view and edit are shown in tabs.
68-
6967
{{% alert color="info" %}}
70-
This section describes documents in the working area, not panes that you can open and position around the working area. For more information on behavior of panes, see the [Layout of Panes](/refguide/view-menu/#layout-of-panes) section in *View Menu*.
68+
This section describes documents in the working area, not panes that you can open and position around the working area. For more information on pane behavior, see the [Layout of Panes](/refguide/view-menu/#layout-of-panes) section in *View Menu*.
7169
{{% /alert %}}
7270

73-
You can have a number of tabs open, just like in a modern web browser. They can be closed, reordered, and shown side by side.
71+
The documents you view and edit are shown in tabs.
72+
73+
You can have multiple tabs open, similar to a modern web browser. These tabs can be closed, reordered, and shown side-by-side.
7474

7575
Each document has its own save state, history, and future, so undo and redo actions are unlimited.
7676

7777
## Dockable Panes {#panes}
7878

79-
Dockable panes can be positioned around the working area and contain various elements and settings:
79+
Dockable panes can be positioned around the working area and contain various elements and settings.
8080

8181
{{< figure src="/attachments/refguide/studio-pro-overview/pane-example.png" alt="Properties Pane Example" width="300" class="no-border" >}}
8282

83-
For example, you can view [list of errors](/refguide/errors-pane/), run [Best Practice Recommender](/refguide/best-practice-recommender/), configure properties of a specific document or an element, or view toolbox. For more information on panes and their layout, see [View Menu](/refguide/view-menu/).
83+
For example, you can view the [list of errors](/refguide/errors-pane/), run the [Best Practice Recommender](/refguide/best-practice-recommender/), configure properties of a specific document or an element, or view the toolbox. For more information on panes and their layout, see [View Menu](/refguide/view-menu/).
8484

8585
## Status Bar {#status-bar}
8686

87-
At the bottom of the Studio Pro main window pane is a status bar. On the left is the current status of Studio Pro:
87+
At the bottom of the Studio Pro main window pane is a status bar:
88+
89+
{{< figure src="/attachments/refguide/studio-pro-overview/status-bar.png" class="no-border" >}}
90+
91+
On the left is the current status of your app.
8892

89-
{{< figure src="/attachments/refguide/studio-pro-overview/status-bar.png" alt="Status Bar Example" class="no-border" >}}
93+
On the right are the version control buttons (branch status, incoming commits, outgoing commits). You can use these buttons to open the **Branch Line Manager**, as well as your commit history. For more information, see [Version Control](/refguide/version-control/).
9094

91-
On the right is the currently selected language. If you have set up multiple languages in your app, you can change the currently selected language by clicking here. For more information, see [Language Menu](/refguide/translatable-texts/).
95+
Next to version control is the currently selected language. If you have set up multiple languages in your app, you can use the drop-down to change the language you are currently using. For more information, see [Language Menu](/refguide/translatable-texts/).
9296

9397
## Read More
9498

14 KB
Loading
195 KB
Loading

0 commit comments

Comments
 (0)