Changed the labels for 'Unicode' output formats.
Unicode is not the output format for files, UTF is.
This commit is contained in:
parent
ae0cc457cf
commit
564df001f8
2 changed files with 9 additions and 3 deletions
|
@ -6,11 +6,17 @@
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><u>2012</u> - Release 2.x.x</h3>
|
<h3><u>2012</u> - Release 2.x.x</h3>
|
||||||
* Added
|
Added
|
||||||
<ul>
|
<ul>
|
||||||
<li>"Release Notes..." to help menu.</li>
|
<li>"Release Notes..." to help menu.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Changed
|
||||||
|
<ul>
|
||||||
|
<li>Tools => Options => Text Editor => General - Changed labels to properly reflect the output file format.</li>
|
||||||
|
<li>UTF-8 output no longer prefixes the B.O.M. character.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
Bugs Fixed:
|
Bugs Fixed:
|
||||||
<ul>
|
<ul>
|
||||||
<li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
|
<li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
|
||||||
|
|
4
trunk/Tools/TextEditorGeneral.Designer.cs
generated
4
trunk/Tools/TextEditorGeneral.Designer.cs
generated
|
@ -224,7 +224,7 @@ namespace LSLEditor.Tools
|
||||||
this.radioButton6.Size = new System.Drawing.Size(65, 17);
|
this.radioButton6.Size = new System.Drawing.Size(65, 17);
|
||||||
this.radioButton6.TabIndex = 1;
|
this.radioButton6.TabIndex = 1;
|
||||||
this.radioButton6.TabStop = true;
|
this.radioButton6.TabStop = true;
|
||||||
this.radioButton6.Text = "Unicode";
|
this.radioButton6.Text = "UTF-16 LE";
|
||||||
this.radioButton6.UseVisualStyleBackColor = true;
|
this.radioButton6.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
// radioButton7
|
// radioButton7
|
||||||
|
@ -235,7 +235,7 @@ namespace LSLEditor.Tools
|
||||||
this.radioButton7.Size = new System.Drawing.Size(117, 17);
|
this.radioButton7.Size = new System.Drawing.Size(117, 17);
|
||||||
this.radioButton7.TabIndex = 2;
|
this.radioButton7.TabIndex = 2;
|
||||||
this.radioButton7.TabStop = true;
|
this.radioButton7.TabStop = true;
|
||||||
this.radioButton7.Text = "Unicode big endian";
|
this.radioButton7.Text = "UTF-16 BE";
|
||||||
this.radioButton7.UseVisualStyleBackColor = true;
|
this.radioButton7.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
// radioButton8
|
// radioButton8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue