From ae0cc457cffde119eea402739957cacb22564773 Mon Sep 17 00:00:00 2001 From: ImaMechanique Date: Thu, 8 Dec 2011 15:27:39 +0000 Subject: [PATCH 1/3] Fix for state change without state name passing syntax-check. --- trunk/Helpers/LSL2CSharp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); From 564df001f8db24876eb92f03fb697792bb84d24f Mon Sep 17 00:00:00 2001 From: ImaMechanique Date: Tue, 22 Nov 2011 05:37:13 +0000 Subject: [PATCH 2/3] Changed the labels for 'Unicode' output formats. Unicode is not the output format for files, UTF is. --- trunk/Resource/ReleaseNotes.htm | 8 +++++++- trunk/Tools/TextEditorGeneral.Designer.cs | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index b9742b8..47bc8a2 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -6,11 +6,17 @@

2012 - Release 2.x.x

- * Added + Added
  • "Release Notes..." to help menu.
+ Changed +
    +
  • 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.
  • +
+ Bugs Fixed:
  • 2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term
  • 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 From 25e73825bd4fd0b0e18437836e742eb083531a09 Mon Sep 17 00:00:00 2001 From: niel-archer Date: Fri, 30 Dec 2011 01:39:26 +0000 Subject: [PATCH 3/3] updated ReleaseNotes.htm to fill in some history gaps (info extracted from SVN history) --- trunk/Resource/ReleaseNotes.htm | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index 47bc8a2..2985a19 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -6,21 +6,22 @@

    2012 - Release 2.x.x

    - Added + * Added
    • "Release Notes..." to help menu.
    - Changed + * Changed
    • 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.
    - Bugs Fixed: + * Bugs 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.
    @@ -142,7 +143,23 @@
    -

    2011 - Release 2.42

    +

    2011-04-21 - Release 2.42

    + * Added: constants +
      +
    • CHANGED_REGION_START
    • +
    • PRIM_DESC
    • +
    • PRIM_NAME
    • +
    + * Added: functions (highlighting only): +
      +
    • llCastRay
    • +
    • llGetLinkNumberOfSides
    • +
    • llGetSPMaxMemory
    • +
    • llGetUsedMemory
    • +
    • llGetUsername
    • +
    • llRequestDisplayName
    • +
    • llRequestUsername
    • +