Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/29/13 18:04:06 (11 years ago)
Author:
gkronber
Message:

#2026: Worked on integration of ICSharpCode.AvalonEdit control for GPDL syntax-highlighting and error reporting.

Location:
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Properties/Resources.Designer.cs

    r9519 r9674  
    146146       
    147147        /// <summary>
     148        ///   Looks up a localized string similar to &lt;!-- Syntax definition of GPDL for Avalonedit syntax highlighting --&gt;
     149        ///&lt;SyntaxDefinition name=&quot;GPDL&quot;
     150        ///        xmlns=&quot;http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008&quot;&gt;
     151        ///  &lt;Color name=&quot;Comment&quot; foreground=&quot;Green&quot; /&gt;
     152        ///  &lt;Color name=&quot;String&quot; foreground=&quot;Blue&quot; /&gt;
     153        ///
     154        ///  &lt;!-- This is the main ruleset. --&gt;
     155        ///  &lt;RuleSet&gt;
     156        ///    &lt;Span color=&quot;Comment&quot; multiline=&quot;true&quot; nested=&quot;true&quot;
     157        ///       begin=&quot;/\*&quot; end=&quot;\*/&quot; /&gt;
     158        ///
     159        ///    &lt;Span color=&quot;SourceCode&quot; multiline=&quot;true&quot;
     160        ///       begin=&quot;&amp;lt;&amp;lt;&quot; end=&quot;&amp;gt;&amp;gt;&quot; /&gt;
     161        ///    &lt;K [rest of string was truncated]&quot;;.
     162        /// </summary>
     163        internal static string GPDL {
     164            get {
     165                return ResourceManager.GetString("GPDL", resourceCulture);
     166            }
     167        }
     168       
     169        /// <summary>
    148170        ///   Looks up a localized string similar to PROBLEM MultiOutputMultiplier
    149171        ///
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Properties/Resources.resx

    r9519 r9674  
    128128    <value>..\Resources\Fib.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
    129129  </data>
     130  <data name="GPDL" type="System.Resources.ResXFileRef, System.Windows.Forms">
     131    <value>..\Resources\GPDL.xshd;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
     132  </data>
    130133  <data name="multi_output_multiplier" type="System.Resources.ResXFileRef, System.Windows.Forms">
    131134    <value>..\Resources\multi-output-multiplier.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
Note: See TracChangeset for help on using the changeset viewer.