From dfb64004316380c3063ecbda835d37af1bf3dd87 Mon Sep 17 00:00:00 2001 From: Lior Banai <36262995+LiorBanai@users.noreply.github.com> Date: Sat, 13 Nov 2021 16:31:35 +0200 Subject: [PATCH] Update Whats is new in version 4.8.0 --- Analogy/CommonChangeLog.cs | 2 +- Analogy/Forms/WhatsNewForm.Designer.cs | 32 ++- Analogy/Forms/WhatsNewForm.cs | 15 +- Analogy/WhatIsNew/WhatIsNew4_8_0.Designer.cs | 277 +++++++++++++++++++ Analogy/WhatIsNew/WhatIsNew4_8_0.cs | 18 ++ Analogy/WhatIsNew/WhatIsNew4_8_0.resx | 120 ++++++++ 6 files changed, 451 insertions(+), 13 deletions(-) create mode 100644 Analogy/WhatIsNew/WhatIsNew4_8_0.Designer.cs create mode 100644 Analogy/WhatIsNew/WhatIsNew4_8_0.cs create mode 100644 Analogy/WhatIsNew/WhatIsNew4_8_0.resx diff --git a/Analogy/CommonChangeLog.cs b/Analogy/CommonChangeLog.cs index 94cb5eb2..8ab8d2d1 100644 --- a/Analogy/CommonChangeLog.cs +++ b/Analogy/CommonChangeLog.cs @@ -14,7 +14,7 @@ public static IEnumerable GetChangeLog() new AnalogyChangeLog("V4.8.0 - Add NET6 compilation #1142",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,11,09)), new AnalogyChangeLog("V4.8.0 - [User Settings] Set default for remember last saved search to off #1148",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,11,06)), new AnalogyChangeLog("V4.8.0 - File Pooling - Add option to set minimum pooling interval (instead/addition to each file changes) #1150",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,11,06)), - new AnalogyChangeLog("V4.8.0 - V5 - fluent design form #1149",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,11,06)), + new AnalogyChangeLog("V4.8.0 - V5 - Fluent design form #1149",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,11,06)), new AnalogyChangeLog("V4.8.0 - Remove nugets",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,10,01)), new AnalogyChangeLog("V4.8.0 - Keep panel size when switching between float and dock modes #1136",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,09,25)), new AnalogyChangeLog("V4.7.6 - Update Analogy.LogViewer.gRPC - remove hard-coded port 6000",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2021,09,01)), diff --git a/Analogy/Forms/WhatsNewForm.Designer.cs b/Analogy/Forms/WhatsNewForm.Designer.cs index de9ecdef..e9bad7a6 100644 --- a/Analogy/Forms/WhatsNewForm.Designer.cs +++ b/Analogy/Forms/WhatsNewForm.Designer.cs @@ -31,6 +31,7 @@ private void InitializeComponent() this.components = new System.ComponentModel.Container(); this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer(); this.accordionControl1 = new DevExpress.XtraBars.Navigation.AccordionControl(); + this.e475 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.e474 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.e470 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.e460 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); @@ -44,7 +45,7 @@ private void InitializeComponent() this.e429 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.e428 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl(); - this.e475 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); + this.e480 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit(); this.SuspendLayout(); @@ -52,9 +53,9 @@ private void InitializeComponent() // fluentDesignFormContainer1 // this.fluentDesignFormContainer1.Dock = System.Windows.Forms.DockStyle.Fill; - this.fluentDesignFormContainer1.Location = new System.Drawing.Point(176, 30); + this.fluentDesignFormContainer1.Location = new System.Drawing.Point(176, 39); this.fluentDesignFormContainer1.Name = "fluentDesignFormContainer1"; - this.fluentDesignFormContainer1.Size = new System.Drawing.Size(870, 443); + this.fluentDesignFormContainer1.Size = new System.Drawing.Size(870, 434); this.fluentDesignFormContainer1.TabIndex = 0; // // accordionControl1 @@ -62,6 +63,7 @@ private void InitializeComponent() this.accordionControl1.AllowItemSelection = true; this.accordionControl1.Dock = System.Windows.Forms.DockStyle.Left; this.accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { + this.e480, this.e475, this.e474, this.e470, @@ -75,14 +77,21 @@ private void InitializeComponent() this.e4210, this.e429, this.e428}); - this.accordionControl1.Location = new System.Drawing.Point(0, 30); + this.accordionControl1.Location = new System.Drawing.Point(0, 39); this.accordionControl1.Name = "accordionControl1"; this.accordionControl1.OptionsMinimizing.AllowMinimizeMode = DevExpress.Utils.DefaultBoolean.False; this.accordionControl1.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch; - this.accordionControl1.Size = new System.Drawing.Size(176, 443); + this.accordionControl1.Size = new System.Drawing.Size(176, 434); this.accordionControl1.TabIndex = 1; this.accordionControl1.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu; // + // e475 + // + this.e475.Name = "e475"; + this.e475.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; + this.e475.Text = "V4.7.5"; + this.e475.Click += new System.EventHandler(this.e475_Click); + // // e474 // this.e474.Name = "e474"; @@ -172,16 +181,16 @@ private void InitializeComponent() this.fluentDesignFormControl1.FluentDesignForm = this; this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0); this.fluentDesignFormControl1.Name = "fluentDesignFormControl1"; - this.fluentDesignFormControl1.Size = new System.Drawing.Size(1046, 30); + this.fluentDesignFormControl1.Size = new System.Drawing.Size(1046, 39); this.fluentDesignFormControl1.TabIndex = 2; this.fluentDesignFormControl1.TabStop = false; // - // e475 + // e480 // - this.e475.Name = "e475"; - this.e475.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; - this.e475.Text = "V4.7.5"; - this.e475.Click += new System.EventHandler(this.e475_Click); + this.e480.Name = "e480"; + this.e480.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; + this.e480.Text = "V4.8.0"; + this.e480.Click += new System.EventHandler(this.e480_Click); // // WhatsNewForm // @@ -221,5 +230,6 @@ private void InitializeComponent() private DevExpress.XtraBars.Navigation.AccordionControlElement e470; private DevExpress.XtraBars.Navigation.AccordionControlElement e474; private DevExpress.XtraBars.Navigation.AccordionControlElement e475; + private DevExpress.XtraBars.Navigation.AccordionControlElement e480; } } \ No newline at end of file diff --git a/Analogy/Forms/WhatsNewForm.cs b/Analogy/Forms/WhatsNewForm.cs index 040a61f0..6a095371 100644 --- a/Analogy/Forms/WhatsNewForm.cs +++ b/Analogy/Forms/WhatsNewForm.cs @@ -20,7 +20,7 @@ private void WhatsNewForm_Load(object sender, EventArgs e) return; } Icon = UserSettingsManager.UserSettings.GetIcon(); - WhatIsNew4_7_5 uc = new WhatIsNew4_7_5 { Name = "V4.7.5" }; + WhatIsNew4_8_0 uc = new WhatIsNew4_8_0 { Name = "V4.8.0" }; fluentDesignFormContainer1.Controls.Add(uc); uc.Dock = DockStyle.Fill; uc.BringToFront(); @@ -216,5 +216,18 @@ private void e475_Click(object sender, EventArgs e) } SetActive("V4.7.5"); } + + private void e480_Click(object sender, EventArgs e) + { + if (!fluentDesignFormContainer1.Controls.ContainsKey("V4.8.0")) + { + WhatIsNew4_8_0 uc = new WhatIsNew4_8_0(); + uc.Name = "V4.8.0"; + fluentDesignFormContainer1.Controls.Add(uc); + uc.Dock = DockStyle.Fill; + uc.BringToFront(); + } + SetActive("V4.8.0"); + } } } diff --git a/Analogy/WhatIsNew/WhatIsNew4_8_0.Designer.cs b/Analogy/WhatIsNew/WhatIsNew4_8_0.Designer.cs new file mode 100644 index 00000000..3dcfe4ef --- /dev/null +++ b/Analogy/WhatIsNew/WhatIsNew4_8_0.Designer.cs @@ -0,0 +1,277 @@ +namespace Analogy.WhatIsNew +{ + partial class WhatIsNew4_8_0 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.xtcV4_8_0 = new DevExpress.XtraTab.XtraTabControl(); + this.xtPageHighlight = new DevExpress.XtraTab.XtraTabPage(); + this.highlight1136 = new DevExpress.XtraEditors.HyperlinkLabelControl(); + this.highlight1149 = new DevExpress.XtraEditors.HyperlinkLabelControl(); + this.highlight1142 = new DevExpress.XtraEditors.HyperlinkLabelControl(); + this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); + this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); + this.xtPageIssues = new DevExpress.XtraTab.XtraTabPage(); + this.gcImprovements = new DevExpress.XtraEditors.GroupControl(); + this.issue1136 = new DevExpress.XtraEditors.HyperlinkLabelControl(); + this.issue1149 = new DevExpress.XtraEditors.HyperlinkLabelControl(); + this.Issue1150 = new DevExpress.XtraEditors.HyperlinkLabelControl(); + this.Issue1148 = new DevExpress.XtraEditors.HyperlinkLabelControl(); + this.Issue1142 = new DevExpress.XtraEditors.HyperlinkLabelControl(); + this.gcBugs = new DevExpress.XtraEditors.GroupControl(); + ((System.ComponentModel.ISupportInitialize)(this.xtcV4_8_0)).BeginInit(); + this.xtcV4_8_0.SuspendLayout(); + this.xtPageHighlight.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); + this.groupControl1.SuspendLayout(); + this.xtPageIssues.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.gcImprovements)).BeginInit(); + this.gcImprovements.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.gcBugs)).BeginInit(); + this.SuspendLayout(); + // + // xtcV4_8_0 + // + this.xtcV4_8_0.Dock = System.Windows.Forms.DockStyle.Fill; + this.xtcV4_8_0.Location = new System.Drawing.Point(0, 0); + this.xtcV4_8_0.Name = "xtcV4_8_0"; + this.xtcV4_8_0.SelectedTabPage = this.xtPageHighlight; + this.xtcV4_8_0.Size = new System.Drawing.Size(789, 462); + this.xtcV4_8_0.TabIndex = 2; + this.xtcV4_8_0.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { + this.xtPageHighlight, + this.xtPageIssues}); + // + // xtPageHighlight + // + this.xtPageHighlight.AutoScroll = true; + this.xtPageHighlight.Controls.Add(this.highlight1136); + this.xtPageHighlight.Controls.Add(this.highlight1149); + this.xtPageHighlight.Controls.Add(this.highlight1142); + this.xtPageHighlight.Controls.Add(this.groupControl1); + this.xtPageHighlight.Name = "xtPageHighlight"; + this.xtPageHighlight.Size = new System.Drawing.Size(787, 432); + this.xtPageHighlight.Text = "V4.8.0 Highlights / Changes"; + // + // highlight1136 + // + this.highlight1136.Dock = System.Windows.Forms.DockStyle.Top; + this.highlight1136.Location = new System.Drawing.Point(0, 154); + this.highlight1136.Name = "highlight1136"; + this.highlight1136.Padding = new System.Windows.Forms.Padding(5); + this.highlight1136.Size = new System.Drawing.Size(411, 26); + this.highlight1136.TabIndex = 11; + this.highlight1136.Text = "Keep pan" + + "el size when switching between float and dock modes #1136"; + this.highlight1136.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); + // + // highlight1149 + // + this.highlight1149.Dock = System.Windows.Forms.DockStyle.Top; + this.highlight1149.Location = new System.Drawing.Point(0, 128); + this.highlight1149.Name = "highlight1149"; + this.highlight1149.Padding = new System.Windows.Forms.Padding(5); + this.highlight1149.Size = new System.Drawing.Size(162, 26); + this.highlight1149.TabIndex = 8; + this.highlight1149.Text = " Fluent " + + "design form #1149"; + this.highlight1149.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); + // + // highlight1142 + // + this.highlight1142.Dock = System.Windows.Forms.DockStyle.Top; + this.highlight1142.Location = new System.Drawing.Point(0, 102); + this.highlight1142.Name = "highlight1142"; + this.highlight1142.Padding = new System.Windows.Forms.Padding(5); + this.highlight1142.Size = new System.Drawing.Size(176, 26); + this.highlight1142.TabIndex = 7; + this.highlight1142.Text = "Add NET6" + + " compilation #1142"; + this.highlight1142.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); + // + // groupControl1 + // + this.groupControl1.Controls.Add(this.labelControl1); + this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top; + this.groupControl1.Location = new System.Drawing.Point(0, 0); + this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); + this.groupControl1.Name = "groupControl1"; + this.groupControl1.Size = new System.Drawing.Size(787, 102); + this.groupControl1.TabIndex = 10; + this.groupControl1.Text = "Notice"; + // + // labelControl1 + // + this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelControl1.Appearance.Options.UseFont = true; + this.labelControl1.Appearance.Options.UseTextOptions = true; + this.labelControl1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; + this.labelControl1.AutoEllipsis = true; + this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; + this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelControl1.Location = new System.Drawing.Point(2, 28); + this.labelControl1.Name = "labelControl1"; + this.labelControl1.Size = new System.Drawing.Size(783, 66); + this.labelControl1.TabIndex = 9; + this.labelControl1.Text = "Add Long Term Support NET6 compilation\r\n\r\nUpgrade DevExpress Version to V21.2.3"; + // + // xtPageIssues + // + this.xtPageIssues.AutoScroll = true; + this.xtPageIssues.Controls.Add(this.gcImprovements); + this.xtPageIssues.Controls.Add(this.gcBugs); + this.xtPageIssues.Name = "xtPageIssues"; + this.xtPageIssues.Padding = new System.Windows.Forms.Padding(10); + this.xtPageIssues.Size = new System.Drawing.Size(787, 432); + this.xtPageIssues.Text = "Github Issues"; + // + // gcImprovements + // + this.gcImprovements.Controls.Add(this.issue1136); + this.gcImprovements.Controls.Add(this.issue1149); + this.gcImprovements.Controls.Add(this.Issue1150); + this.gcImprovements.Controls.Add(this.Issue1148); + this.gcImprovements.Controls.Add(this.Issue1142); + this.gcImprovements.Dock = System.Windows.Forms.DockStyle.Top; + this.gcImprovements.Location = new System.Drawing.Point(10, 63); + this.gcImprovements.Name = "gcImprovements"; + this.gcImprovements.Size = new System.Drawing.Size(767, 162); + this.gcImprovements.TabIndex = 7; + this.gcImprovements.Text = "Improvements / Changes"; + // + // issue1136 + // + this.issue1136.Dock = System.Windows.Forms.DockStyle.Top; + this.issue1136.Location = new System.Drawing.Point(2, 132); + this.issue1136.Name = "issue1136"; + this.issue1136.Padding = new System.Windows.Forms.Padding(5); + this.issue1136.Size = new System.Drawing.Size(411, 26); + this.issue1136.TabIndex = 18; + this.issue1136.Text = "Keep pan" + + "el size when switching between float and dock modes #1136"; + this.issue1136.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); + // + // issue1149 + // + this.issue1149.Dock = System.Windows.Forms.DockStyle.Top; + this.issue1149.Location = new System.Drawing.Point(2, 106); + this.issue1149.Name = "issue1149"; + this.issue1149.Padding = new System.Windows.Forms.Padding(5); + this.issue1149.Size = new System.Drawing.Size(162, 26); + this.issue1149.TabIndex = 17; + this.issue1149.Text = " Fluent " + + "design form #1149"; + this.issue1149.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); + // + // Issue1150 + // + this.Issue1150.Dock = System.Windows.Forms.DockStyle.Top; + this.Issue1150.Location = new System.Drawing.Point(2, 80); + this.Issue1150.Name = "Issue1150"; + this.Issue1150.Padding = new System.Windows.Forms.Padding(5); + this.Issue1150.Size = new System.Drawing.Size(597, 26); + this.Issue1150.TabIndex = 5; + this.Issue1150.Text = "File Poo" + + "ling - Add option to set minimum pooling interval (instead/addition to each file" + + " changes) #1150"; + this.Issue1150.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); + // + // Issue1148 + // + this.Issue1148.Dock = System.Windows.Forms.DockStyle.Top; + this.Issue1148.Location = new System.Drawing.Point(2, 54); + this.Issue1148.Name = "Issue1148"; + this.Issue1148.Padding = new System.Windows.Forms.Padding(5); + this.Issue1148.Size = new System.Drawing.Size(424, 26); + this.Issue1148.TabIndex = 14; + this.Issue1148.Text = "[User Se" + + "ttings] Set default for remember last saved search to off #1148"; + this.Issue1148.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); + // + // Issue1142 + // + this.Issue1142.Dock = System.Windows.Forms.DockStyle.Top; + this.Issue1142.Location = new System.Drawing.Point(2, 28); + this.Issue1142.Name = "Issue1142"; + this.Issue1142.Padding = new System.Windows.Forms.Padding(5); + this.Issue1142.Size = new System.Drawing.Size(176, 26); + this.Issue1142.TabIndex = 13; + this.Issue1142.Text = "Add NET6" + + " compilation #1142"; + this.Issue1142.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); + // + // gcBugs + // + this.gcBugs.Dock = System.Windows.Forms.DockStyle.Top; + this.gcBugs.Location = new System.Drawing.Point(10, 10); + this.gcBugs.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); + this.gcBugs.Name = "gcBugs"; + this.gcBugs.Size = new System.Drawing.Size(767, 53); + this.gcBugs.TabIndex = 6; + this.gcBugs.Text = "Bug Fixes"; + // + // WhatIsNew4_8_0 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.xtcV4_8_0); + this.Name = "WhatIsNew4_8_0"; + this.Size = new System.Drawing.Size(789, 462); + ((System.ComponentModel.ISupportInitialize)(this.xtcV4_8_0)).EndInit(); + this.xtcV4_8_0.ResumeLayout(false); + this.xtPageHighlight.ResumeLayout(false); + this.xtPageHighlight.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); + this.groupControl1.ResumeLayout(false); + this.xtPageIssues.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.gcImprovements)).EndInit(); + this.gcImprovements.ResumeLayout(false); + this.gcImprovements.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.gcBugs)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + private DevExpress.XtraTab.XtraTabControl xtcV4_8_0; + private DevExpress.XtraTab.XtraTabPage xtPageHighlight; + private DevExpress.XtraTab.XtraTabPage xtPageIssues; + private DevExpress.XtraEditors.HyperlinkLabelControl Issue1150; + private DevExpress.XtraEditors.GroupControl gcBugs; + private DevExpress.XtraEditors.GroupControl gcImprovements; + private DevExpress.XtraEditors.HyperlinkLabelControl highlight1149; + private DevExpress.XtraEditors.HyperlinkLabelControl highlight1142; + private DevExpress.XtraEditors.LabelControl labelControl1; + private DevExpress.XtraEditors.GroupControl groupControl1; + private DevExpress.XtraEditors.HyperlinkLabelControl Issue1148; + private DevExpress.XtraEditors.HyperlinkLabelControl Issue1142; + private DevExpress.XtraEditors.HyperlinkLabelControl issue1136; + private DevExpress.XtraEditors.HyperlinkLabelControl issue1149; + private DevExpress.XtraEditors.HyperlinkLabelControl highlight1136; + } +} diff --git a/Analogy/WhatIsNew/WhatIsNew4_8_0.cs b/Analogy/WhatIsNew/WhatIsNew4_8_0.cs new file mode 100644 index 00000000..ffbf34c2 --- /dev/null +++ b/Analogy/WhatIsNew/WhatIsNew4_8_0.cs @@ -0,0 +1,18 @@ +using DevExpress.XtraEditors; + +namespace Analogy.WhatIsNew +{ + public partial class WhatIsNew4_8_0 : DevExpress.XtraEditors.XtraUserControl + { + public WhatIsNew4_8_0() + { + InitializeComponent(); + } + private void OpenGithubIssue(object sender, DevExpress.Utils.HyperlinkClickEventArgs e) + { + ((HyperlinkLabelControl)sender).LinkVisited = true; + Utils.OpenLink(e.Link); + } + + } +} diff --git a/Analogy/WhatIsNew/WhatIsNew4_8_0.resx b/Analogy/WhatIsNew/WhatIsNew4_8_0.resx new file mode 100644 index 00000000..1af7de15 --- /dev/null +++ b/Analogy/WhatIsNew/WhatIsNew4_8_0.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file