Skip to content

Commit

Permalink
-Upgraded InfluxData.Net reference from 7.0.3 to 8.0.1.
Browse files Browse the repository at this point in the history
-Added in the ability to close tabs with options by right-clicking on tabs to bring up a close context menu.
-Updated the About dialog text.
-Updated assembly version.
-User settings file should automatically be upgraded when assembly version changes.
  • Loading branch information
meverett committed Oct 13, 2017
1 parent 3350722 commit fcd67c2
Show file tree
Hide file tree
Showing 9 changed files with 291 additions and 152 deletions.
75 changes: 56 additions & 19 deletions src/CymaticLabs.InfluxDB.Studio/AppForm.Designer.cs

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

8 changes: 8 additions & 0 deletions src/CymaticLabs.InfluxDB.Studio/AppForm.cs
Expand Up @@ -83,6 +83,11 @@ enum InfluxDbNodeTypes
/// </summary>
public static List<InfluxDbClient> ActiveClients { get; private set; }

/// <summary>
/// The global tab context menu used for closing tabs with extended options.
/// </summary>
public static ContextMenuStrip TabContextMenu { get; private set; }

#endregion Properties

#region Constructors
Expand Down Expand Up @@ -119,6 +124,9 @@ public AppForm()
// Handle app load
private async void AppForm_Load(object sender, EventArgs e)
{
// Assign the tab context menu
TabContextMenu = tabContextMenuStrip;

// Clear status
statusLabel.Text = null;

Expand Down

1 comment on commit fcd67c2

@Ankojin
Copy link

@Ankojin Ankojin commented on fcd67c2 Oct 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi ,
Unable to download the Binary file v0.2.0 Beta 1. Please upload in new path.

Please sign in to comment.