Skip to content

Commit 7269376

Browse files
committed
Finishing Edits
1 parent 4db28f6 commit 7269376

25 files changed

+164
-179
lines changed

mac/TOC.md

-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@
5050
## [Working with Subversion](working-with-subversion.md)
5151

5252
# [Troubleshooting](troubleshooting.md)
53-
## [Visual Studio for Mac and Xamarin Studio Comparisons](visual-studio-and-xamarin-studio.md)
5453
## [Report a Problem](report-a-problem.md)
5554

mac/activation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ If your subscription has expired, you have two options:
2828

2929
2. If you have another account with an active subscription, you can add it to Visual Studio for Mac as detailed in the [Adding multiple user accounts](~/signing-in.md) topic. Visual Studio for Mac will detect the best available license from all accounts that you have added.
3030

31-
## Offline Activation
31+
## Offline activation
3232

3333
> [!NOTE]
3434
> There is currently no offline activation for Visual Studio for Mac.
35-
> To activate your subscription you must be connected to the internet when signing in.
35+
> To activate your subscription, you must be connected to the internet when signing in.
3636
3737
To activate your Visual Studio 2017 for Mac Professional or Enterprise subscription, you must be connected to the internet when signing in.
3838

3939
**Note**: Currently there is no offline activation for Visual Studio Professional for Mac or Visual Studio Enterprise for Mac. However, Visual Studio 2017 for Mac can be used in environments without an internet connection in accordance with the license.
4040

41-
If you have purchased Visual Studio Enterprise 2017 for Mac for machines without an internet connection, you may continue to use Visual Studio for Mac without activation, but Xamarin Inspector, Xamarin Profiler and embedded assemblies features will not be available.
41+
If you have purchased Visual Studio Enterprise 2017 for Mac for machines without an internet connection, you may continue to use Visual Studio for Mac without activation, but Xamarin Inspector, Xamarin Profiler, and embedded assemblies features will not be available.

mac/add-and-remove-project-items.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ You can add new project items to your project by right-clicking on the Project n
1313

1414
![Add New Project Item](media/add-and-remove-project-items-image1.png)
1515

16-
This displays the New File Dialog, which provides file templates based on the type of application you are creating in addition to the default templates, such as Empty Classes or Empty Enumerations. For example, if you are writing an iOS application, you can select to create a new empty Storyboard file:
16+
This displays the New File Dialog, which provides file templates based on the type of application that you are creating in addition to the default templates, such as Empty Classes or Empty Enumerations. For example, if you are writing an iOS application, you can select **Storyboard** to create a new empty Storyboard file:
1717

1818
![Add new empty storyboard in iOS](media/add-and-remove-project-items-image2.png)
1919

20-
## Adding Existing Files
20+
## Adding existing files
2121

2222
You can add existing files to your project by right-clicking on the Project node and selecting **Add > Add Files…**. Alternatively, to add an entire folder, select **Add > Add Existing Folder…**. This displays the file browser, which lets you search your system for the required item to add.
2323

2424

25-
## Removing Items
25+
## Removing items
2626

2727
To remove an item from your current project, right-click the item and select **Remove**
2828

mac/building-and-cleaning-projects-and-solutions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Follow the steps in this topic to learn how to build, rebuilt, and clean your so
2222

2323
![](media/compiling-and-building-image2.png)
2424

25-
**Build All** – Attempts to build all files within project that have changed since the most recent build.
26-
**Rebuild All** – Cleans the Solution and then builds it.
27-
**Clean All** – Removes all build products from your solution
25+
* **Build All** – Attempts to build all files within project that have changed since the most recent build.
26+
* **Rebuild All** – Cleans the Solution and then builds it.
27+
* **Clean All** – Removes all build products from your solution
2828

2929

3030

mac/create-new-projects.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Creating new Projects and Solutions"
3-
Description: This topic describes how to create projects and solutions in Visual Studio for MAc
3+
Description: This topic describes how to create projects and solutions in Visual Studio for Mac
44
author: asb3993
55
ms.author: amburns
66
ms.date: 04/14/2017
@@ -9,9 +9,9 @@ ms.assetid: 5880BB10-0A12-47E2-8A82-7A2D59C4D579
99
---
1010
# Creating new Projects and Solutions
1111

12-
## Creating new Project and Solutions from a template
12+
## Creating new Projects and Solutions from a template
1313

14-
Solutions can be created at any time by using a predetermined template. To do this browse to **File > New Solution**, select the required platform(s) and then the required template:
14+
Solutions can be created at any time by using a predetermined template. To create a solution this way, browse to **File > New Solution**, select the required platform(s), and then the required template:
1515

1616
![Create new Solutions](media/projects-and-solutions-image0.png)
1717

@@ -23,7 +23,7 @@ To add a new Project to the solution, right-click on the Solution name and selec
2323

2424
![Add a new Project](media/projects-and-solutions-image4.png)
2525

26-
This method of adding new projects can be used to take advantage of Xamarin's code-sharing capabilities. Adding a Shared Project or a Portable Library template to an existing Solution provides a way to contain any cross-platform logic that can be used within all other projects in a solution. For more information on building cross-platform applications, refer to the [relevant guide](https://developer.xamarin.com/guides/cross-platform/application_fundamentals/code-sharing/).
26+
This method of adding new projects can be used to take advantage of Xamarin code-sharing capabilities. Adding a Shared Project or a Portable Library template to an existing Solution provides a way to contain any cross-platform logic that can be used within all other projects in a solution. For more information on building cross-platform applications, refer to the [relevant guide](https://developer.xamarin.com/guides/cross-platform/application_fundamentals/code-sharing/).
2727

2828
## Opening Recent Solutions.
2929

@@ -32,8 +32,4 @@ The landing page of Visual Studio displays a list of recent projects that you ha
3232
![](media/create-new-projects-recent.png)
3333

3434
You can filter this list using the Filter box or remove individual items from the list.
35-
36-
## Adding Additional Templates
37-
38-
Open code files without needing a solution
3935

mac/create-offline-installer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.assetid: 5CA4B8C1-2D01-46EA-A6B2-8573B324509B
1010

1111
# Create an Offline Installer for Visual Studio for Mac
1212

13-
You can create an offline installer for Visual Studio for Mac via any connected Mac machine.
13+
You can create an offline installer for Visual Studio for Mac using any connected Mac machine.
1414

1515
For basic offline installs, do the following:
1616

mac/customizing-the-ide.md

+17-16
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.assetid: F7C2A28C-0759-4E0D-A28E-B72D5AB73DB6
1010

1111
#Customizing the IDE
1212

13-
Visual Studio for Mac can be customized in a variety of ways, allowing users to develop apps in an environment that meets both their efficiency and aesthetic needs. This topic explores the variety of ways Visual Studio for Mac can be adapted to suit your needs.
13+
Visual Studio for Mac can be customized in a variety of ways, allowing users to develop apps in an environment that meets their needs for both efficiency and aesthetics. This topic explores the variety of ways that Visual Studio for Mac can be adapted to suit your needs.
1414

15-
## Dark Theme
15+
## Dark theme
1616

1717
![Dark Theme View](media/customizing-the-ide-image7a.png)
1818

19-
You can switch themes in Visual Studio for Mac by browsing to **Preferences > Environment > Visual Style** {>> Should this and related paths be **Visual Studio > Preferences > ** etc, or is that understood? <<}and selecting your desired theme from the *User Interface Theme* drop-down, as illustrated in the screenshot below:
19+
You can switch themes in Visual Studio for Mac by browsing to **Visual Studio > Preferences > Environment > Visual Style** and selecting your desired theme from the **User Interface Theme** drop-down, as illustrated in the screenshot below:
2020

2121
![Dark Theme Selection](media/customizing-the-ide-image7b.png)
2222

@@ -38,43 +38,43 @@ Visual Studio for Mac is localized in 13 languages, enabling it to be accessible
3838
* Spanish
3939
* Turkish
4040

41-
To change the language displayed by Visual Studio for Mac , browse to **Preferences > Environment > Visual Style** and select your desired language from the *User Interface Language* drop-down, as illustrated in the screenshot below:
41+
To change the language displayed by Visual Studio for Mac, browse to **Visual Studio > Preferences > Environment > Visual Style** and select your desired language from the **User Interface Language** drop-down, as illustrated in the screenshot below:
4242

4343

4444
![Language Selection](media/customizing-the-ide-image11a.png)
4545

46-
## Author Information
46+
## Author information
4747

4848
The author information panel allows you to add relevant information about yourself such as your name, email address, the copyright owner for your work, your company, and trademark, as illustrated below:
4949

5050
![Edit Author Information section](media/customizing-the-ide-image9a.png)
5151

52-
This information is used to populate standard file headers, such as a license, that you might add to new files created in Visal Studio for Mac:
52+
This information is used to populate standard file headers, such as a license, that you might add to new files created in Visual Studio for Mac:
5353

5454
![Standard Header options](media/customizing-the-ide-image8a.png)
5555

5656

5757
Populated **Name** and **Email** fields will be used to add information to any commit that is made through Version Control in Visual Studio for Mac. If you have not populated these fields, Visual Studio for Mac will prompt you to do so when you try to use Version Control.
5858

59-
## Key Bindings
59+
## Key bindings
6060

6161
Key bindings allow you to adapt your development environment so that you can move more efficiently throughout Visual Studio for Mac. It provides familiar key bindings for many popular IDEs, such as Visual Studio (Windows), ReSharper, Visual Studio Code, and Xcode.
6262

63-
Keybindings can be set by browsing to **Preferences > Environment > Key Bindings**, as illustrated below:
63+
Key bindings can be set by browsing to **Visual Studio > Preferences > Environment > Key Bindings**, as illustrated below:
6464

6565
![Set Key bindings](media/customizing-the-ide-image10a.png)
6666

6767
From here you can search for key binding combinations, view conflicting bindings, add new bindings, and edit the existing bindings.
6868

69-
## Workspace Layout
69+
## Workspace layout
7070

7171
Visual Studio for Mac's workspace consists of a main document area (normally the editor, designer surface, or options file), surrounded by complimentary *pads* which contain useful information for accessing and managing application files, testing, and debugging.
7272

7373
![Workspace layout](media/customizing-the-ide-image1a.png)
7474

75-
### Viewing and Arranging Pads
75+
### Viewing and arranging pads
7676

77-
When you open any new solution or file in Visual Studio for Mac, you should notice a number of *pads* in the workspace, including the Solution Pad, Document Outline, and Errors, as illustrated below:
77+
When you open any new solution or file in Visual Studio for Mac, you should notice some *pads* in the workspace, including the Solution Pad, Document Outline, and Errors, as illustrated below:
7878

7979
![Solution Pads](media/customizing-the-ide-image2a.png)
8080

@@ -95,17 +95,18 @@ Pads can be hidden and closed by the toggles in the top-right corner of each pad
9595
Auto-hidden pads are docked to the sides of the workspace making them easily accessible when they are required. Hovering over the pad will display it again, and it will be hidden when the mouse and keyboard focus leaves it.
9696

9797

98-
### Organizing Layouts
98+
### Organizing layouts
9999

100-
The pads which are displayed at any time are dependent on the current context. For example when using the visual designer, the toolbox and property grid pads are most important; when debugging, it is useful to have the debugger pads for viewing the stack and locals.
100+
The pads which are displayed at any time are dependent on the current context. For example, when using the visual designer, the toolbox and property grid pads are most important; when debugging, it is useful to have the debugger pads for viewing the stack and locals.
101101

102102
The state of the open pads is represented by a *layout*. The layouts can be switched manually through the View menu, as illustrated below, or it will be switched automatically when you carry out an action, such as debugging, or opening a Storyboard:
103103

104104
![Selecting new Layouts](media/customizing-the-ide-image6b.png)
105105

106-
There is always one active layout and any change you make in a layout, such as adding or repositioning a pad will only change the active layout. Once you close Visual Studio for Mac the changes you have made will not be saved.
106+
There is always one active layout and any change you make in a layout, such as adding or repositioning a pad, will only change the active layout. Once you close Visual Studio for Mac, the changes you have made will not be saved.
107107

108-
However, it is possible create a new layout by using the **View > Save Current Layout…** menu item. This will add your current layout to the menu so that you can select it at any time:
108+
109+
However, it is possible to create a new layout by using the **View > Save Current Layout…** menu item. This will add your current layout to the menu so that you can select it at any time:
109110

110111
![Save Current Layout](media/customizing-the-ide-image6a.png)
111112

@@ -123,7 +124,7 @@ Editor tabs can be dragged out of the document area to create a floating editor
123124

124125
![Two column side-by-side with additional tabs](media/customizing-the-ide-sbs2.png)
125126

126-
To revert back to a single open editor, select **View > Editor Columns > 1 column**.
127+
To revert to a single open editor, select **View > Editor Columns > 1 column**.
127128

128129

129130

mac/data-visualizations.md

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ Some other types that also have their own inline visualizers are listed below:
8888

8989
![Other Visualization](media/data-visualizations-image23.png)
9090

91-
* **Unevaluated Value**
9291
* **Primitives**
9392
* This will show the raw value of the primitive type.
9493
* **Enum**

mac/editor-behavior.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.assetid: 81EE4460-26EB-4BB0-9297-932E1F88E4B8
1010

1111
# Editor Behavior
1212

13-
Editor behaviors can be set to allow code to be formatted as it is written. These actions are set under **Preferences > Text Editor > Behavior**, and some of the more commonly used functions are described below:
13+
Editor behaviors can be set to allow code to be formatted as it is written. These actions are set under **Visual Studio > Preferences > Text Editor > Behavior**, and some of the more commonly used functions are described below:
1414

1515
![Editor Behavior options](media/source-editor-image9.png)
1616

mac/editor-themes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 4C1B7952-CD45-4132-AD6B-01CF993D83F8
88
---
99

1010
# Editor Themes
11-
Editor themes can be changed to any of the ten color schemes provided by default in Visual Studio for Mac via the **Preferences > Text Editor > Color Themes** menu options:
11+
Editor themes can be changed to any of the ten color schemes provided by default in Visual Studio for Mac via the **Visual Studio > Preferences > Text Editor > Color Themes** menu options:
1212

1313
![Color Theme Selection](media/source-editor-image17.png)
1414

0 commit comments

Comments
 (0)