Skip to content

Commit f278c8b

Browse files
committed
Updated documentation
1 parent 9a12c91 commit f278c8b

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed
11.3 KB
Loading
18.9 KB
Loading
-45.5 KB
Loading
19.6 KB
Loading
8.4 KB
Loading

Documentation/example-general-concepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ But as soon as you add the class, the hierarchical information is complete, show
3030

3131

3232

33-
You can achieve the same by clicking the **Complete to containing types** context menu in the the space around the graph.
33+
You can achieve the same by clicking the **Complete to containing types** tool button.
3434

3535
![](Images/example-complete-to-containing-types.png)
3636

@@ -46,7 +46,7 @@ Only what you see in the graph gets connected.
4646

4747
In the screenshot below we have three methods in the canvas
4848

49-
In the context menu in the free space around the graph, you choose **Complete relationships**.
49+
In the tool button area click **Complete relationships**.
5050

5151

5252

@@ -60,7 +60,7 @@ This function adds all existing dependencies between the visual code elements.
6060

6161

6262

63-
The method calls alone are sometimes not helpful without context. Again, in the global context menu (space around graph), you can select **Complete to containing types**. This gives you a better picture. There is one "calls" and one "implements" relationship.
63+
The method calls alone are sometimes not helpful without context. Again, click the **Complete to containing types** button. This gives you a better picture. There is one "calls" and one "implements" relationship.
6464

6565
Note:
6666

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ While this application was written to analyze cyclic code structures, it also of
2424

2525
- Explore the relationships between code elements using the context menu. For instance, you can track all incoming method calls or expand the inheritance tree.
2626

27-
- To perform operations on multiple selected elements, use the context menu in the space surrounding the graph.
27+
- To perform operations on multiple selected elements, use the tool buttons in the Code Explorer.
2828

2929
- Note: You can export graphs to DGML format for further analysis in Visual Studio. Also, PlantUML class diagrams are supported.
3030

0 commit comments

Comments
 (0)