Skip to content

Commit 3051de8

Browse files
committed
Update info texts on code explorer
1 parent 627e00d commit 3051de8

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

CSharpCodeAnalyst/Areas/GraphArea/CodeExplorerControl.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<TextBlock Text="{x:Static resources:Strings.Hint_DetailInfo}" Style="{StaticResource HintStyle}" />
4141
<TextBlock Text="{x:Static resources:Strings.Hint_Select}" Style="{StaticResource HintStyle}" />
4242
<TextBlock Text="{x:Static resources:Strings.Hint_Context}" Style="{StaticResource HintStyle}" />
43-
<TextBlock Text="{x:Static resources:Strings.Hint_GlobalContext}" Style="{StaticResource HintStyle}" />
4443
<TextBlock Text="{x:Static resources:Strings.Hint_Panning}" Style="{StaticResource HintStyle}" />
4544
</StackPanel>
4645
<Border ClipToBounds="True"

CSharpCodeAnalyst/Resources/Strings.Designer.cs

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CSharpCodeAnalyst/Resources/Strings.resx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -376,19 +376,16 @@ If you abort the graph is maintained but not rendered. Use undo to get to the pr
376376
<value>• Shift + left-click + mouse move: panning</value>
377377
</data>
378378
<data name="Hint_ExpandCollapse" xml:space="preserve">
379-
<value>• Double-click on container: expand / collapse</value>
379+
<value>• Double-click on code element: expand / collapse</value>
380380
</data>
381381
<data name="Hint_DetailInfo" xml:space="preserve">
382-
<value>• Left-click on code element: show detail in Info tab</value>
382+
<value>• Left-click on code element or relationship: show details in Info tab</value>
383383
</data>
384384
<data name="Hint_Select" xml:space="preserve">
385385
<value>• Ctrl + left-click: (multi) select code element</value>
386386
</data>
387387
<data name="Hint_Context" xml:space="preserve">
388-
<value>• Right-click on code element: context-sensitive commands</value>
389-
</data>
390-
<data name="Hint_GlobalContext" xml:space="preserve">
391-
<value>• Right-click on empty space: global context commands (i.e. selection)</value>
388+
<value>• Right-click on code element or relationship: context-sensitive commands</value>
392389
</data>
393390
<data name="ToggleFlag" xml:space="preserve">
394391
<value>Toggle _flag</value>

0 commit comments

Comments
 (0)