diff --git a/trunk/Helpers/LSL2CSharp.cs b/trunk/Helpers/LSL2CSharp.cs
index 83ab770..cf8f33c 100644
--- a/trunk/Helpers/LSL2CSharp.cs
+++ b/trunk/Helpers/LSL2CSharp.cs
@@ -175,7 +175,7 @@ namespace LSLEditor
// State change, excluding global functions
regex = new Regex(
- @"(\s+)state\s+(\w*)(\s*;)",
+ @"(\s+)state\s+(\w+)(\s*;)",
RegexOptions.IgnorePatternWhitespace
| RegexOptions.Compiled
);
diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm
index 25a5785..2feab3e 100644
--- a/trunk/Resource/ReleaseNotes.htm
+++ b/trunk/Resource/ReleaseNotes.htm
@@ -11,15 +11,19 @@
"Release Notes..." to help menu.
- - Updated
+ * Changed
- - About.htm
+ - Updated About.htm
+ - Tools => Options => Text Editor => General - Changed labels to properly reflect the output file format.
+ - UTF-8 output no longer prefixes the B.O.M. character.
+ - UTF-8 is now the default file output format. ANSI is deprecated and will be removed at a later date.
- - Fixed:
+ * Fixed:
- 2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term
- 3461546 - ReleaseNotes.htm in source, but never used
+ - no id - Fix for state change without state name passing syntax-check.
- 3465488 - lslint does not show errors.
@@ -143,13 +147,13 @@
2011-04-21 - Release 2.42
- - Added: constants
+ * Added: constants
- CHANGED_REGION_START
- PRIM_DESC
- PRIM_NAME
- - Added: functions (highlighting only):
+ * Added: functions (highlighting only):
- llCastRay
- llGetLinkNumberOfSides
diff --git a/trunk/Tools/TextEditorGeneral.Designer.cs b/trunk/Tools/TextEditorGeneral.Designer.cs
index 7506554..adbb39d 100644
--- a/trunk/Tools/TextEditorGeneral.Designer.cs
+++ b/trunk/Tools/TextEditorGeneral.Designer.cs
@@ -224,7 +224,7 @@ namespace LSLEditor.Tools
this.radioButton6.Size = new System.Drawing.Size(65, 17);
this.radioButton6.TabIndex = 1;
this.radioButton6.TabStop = true;
- this.radioButton6.Text = "Unicode";
+ this.radioButton6.Text = "UTF-16 LE";
this.radioButton6.UseVisualStyleBackColor = true;
//
// radioButton7
@@ -235,7 +235,7 @@ namespace LSLEditor.Tools
this.radioButton7.Size = new System.Drawing.Size(117, 17);
this.radioButton7.TabIndex = 2;
this.radioButton7.TabStop = true;
- this.radioButton7.Text = "Unicode big endian";
+ this.radioButton7.Text = "UTF-16 BE";
this.radioButton7.UseVisualStyleBackColor = true;
//
// radioButton8