Skip to content

Commit

Permalink
added refresh button to context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Mar 8, 2015
1 parent 9615593 commit 54ce610
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
22 changes: 16 additions & 6 deletions RetailCoder.VBE/UI/CodeExplorer/CodeExplorerWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions RetailCoder.VBE/UI/CodeExplorer/CodeExplorerWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public CodeExplorerWindow()
DisplaySignaturesButton.Click += DisplaySignaturesButton_Click;

RefreshButton.Click += RefreshButtonClicked;
RefreshContextButton.Click += RefreshButtonClicked;
SolutionTree.NodeMouseDoubleClick += SolutionTreeNodeMouseDoubleClicked;
SolutionTree.AfterExpand += SolutionTreeAfterExpand;
SolutionTree.AfterCollapse += SolutionTreeAfterCollapse;
Expand Down

0 comments on commit 54ce610

Please sign in to comment.