1.1.3
This commit is contained in:
parent
cfc5f21bce
commit
9356826d42
|
@ -48,6 +48,7 @@
|
||||||
this.giveAFeedbackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.giveAFeedbackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.aboutWindowsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.aboutWindowsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.wordWrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.menuStrip1.SuspendLayout();
|
this.menuStrip1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
|
@ -75,7 +76,7 @@
|
||||||
this.helpToolStripMenuItem});
|
this.helpToolStripMenuItem});
|
||||||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||||||
this.menuStrip1.Name = "menuStrip1";
|
this.menuStrip1.Name = "menuStrip1";
|
||||||
this.menuStrip1.Size = new System.Drawing.Size(1054, 30);
|
this.menuStrip1.Size = new System.Drawing.Size(1054, 28);
|
||||||
this.menuStrip1.TabIndex = 1;
|
this.menuStrip1.TabIndex = 1;
|
||||||
this.menuStrip1.Text = "menuStrip1";
|
this.menuStrip1.Text = "menuStrip1";
|
||||||
//
|
//
|
||||||
|
@ -89,7 +90,7 @@
|
||||||
this.saveFileWithNameToolStripMenuItem,
|
this.saveFileWithNameToolStripMenuItem,
|
||||||
this.exitToolStripMenuItem});
|
this.exitToolStripMenuItem});
|
||||||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(46, 26);
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(46, 24);
|
||||||
this.fileToolStripMenuItem.Text = "File";
|
this.fileToolStripMenuItem.Text = "File";
|
||||||
//
|
//
|
||||||
// newToolStripMenuItem
|
// newToolStripMenuItem
|
||||||
|
@ -148,9 +149,10 @@
|
||||||
this.characterStyleToolStripMenuItem,
|
this.characterStyleToolStripMenuItem,
|
||||||
this.backgroundColorToolStripMenuItem,
|
this.backgroundColorToolStripMenuItem,
|
||||||
this.searchTextInTheWebToolStripMenuItem,
|
this.searchTextInTheWebToolStripMenuItem,
|
||||||
this.alwaysOnTopToolStripMenuItem});
|
this.alwaysOnTopToolStripMenuItem,
|
||||||
|
this.wordWrapToolStripMenuItem});
|
||||||
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
||||||
this.viewToolStripMenuItem.Size = new System.Drawing.Size(55, 26);
|
this.viewToolStripMenuItem.Size = new System.Drawing.Size(55, 24);
|
||||||
this.viewToolStripMenuItem.Text = "View";
|
this.viewToolStripMenuItem.Text = "View";
|
||||||
this.viewToolStripMenuItem.Click += new System.EventHandler(this.viewToolStripMenuItem_Click_1);
|
this.viewToolStripMenuItem.Click += new System.EventHandler(this.viewToolStripMenuItem_Click_1);
|
||||||
//
|
//
|
||||||
|
@ -194,7 +196,7 @@
|
||||||
this.aboutToolStripMenuItem,
|
this.aboutToolStripMenuItem,
|
||||||
this.aboutWindowsToolStripMenuItem});
|
this.aboutWindowsToolStripMenuItem});
|
||||||
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
||||||
this.helpToolStripMenuItem.Size = new System.Drawing.Size(30, 26);
|
this.helpToolStripMenuItem.Size = new System.Drawing.Size(30, 24);
|
||||||
this.helpToolStripMenuItem.Text = "?";
|
this.helpToolStripMenuItem.Text = "?";
|
||||||
this.helpToolStripMenuItem.Click += new System.EventHandler(this.viewToolStripMenuItem_Click);
|
this.helpToolStripMenuItem.Click += new System.EventHandler(this.viewToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -231,6 +233,13 @@
|
||||||
this.aboutWindowsToolStripMenuItem.Visible = false;
|
this.aboutWindowsToolStripMenuItem.Visible = false;
|
||||||
this.aboutWindowsToolStripMenuItem.Click += new System.EventHandler(this.aboutWindowsToolStripMenuItem_Click);
|
this.aboutWindowsToolStripMenuItem.Click += new System.EventHandler(this.aboutWindowsToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
// wordWrapToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.wordWrapToolStripMenuItem.Name = "wordWrapToolStripMenuItem";
|
||||||
|
this.wordWrapToolStripMenuItem.Size = new System.Drawing.Size(301, 26);
|
||||||
|
this.wordWrapToolStripMenuItem.Text = "Word wrap";
|
||||||
|
this.wordWrapToolStripMenuItem.Click += new System.EventHandler(this.wordWrapToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
// Form1
|
// Form1
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||||
|
@ -271,6 +280,7 @@
|
||||||
private System.Windows.Forms.ToolStripMenuItem characterStyleToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem characterStyleToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem searchTextInTheWebToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem searchTextInTheWebToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem backgroundColorToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem backgroundColorToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem wordWrapToolStripMenuItem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -407,6 +407,20 @@ namespace Notepad
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void wordWrapToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (wordWrapToolStripMenuItem.Checked == true)
|
||||||
|
{
|
||||||
|
text_area.WordWrap = false;
|
||||||
|
wordWrapToolStripMenuItem.Checked = false;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
text_area.WordWrap = true;
|
||||||
|
wordWrapToolStripMenuItem.Checked = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
public class Global
|
public class Global
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||||
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
|
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
|
||||||
// usando l'asterisco '*' come illustrato di seguito:
|
// usando l'asterisco '*' come illustrato di seguito:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.1.2.0")]
|
[assembly: AssemblyVersion("1.1.3.0")]
|
||||||
[assembly: AssemblyFileVersion("1.1.2.0")]
|
[assembly: AssemblyFileVersion("1.1.3.0")]
|
||||||
|
|
Loading…
Reference in New Issue