<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Are schemas standard</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Syntax Edit : Are schemas standard]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 23 May 2026 04:24:20 +0000</pubDate>
  <lastBuildDate>Wed, 15 Jun 2016 06:47:06 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=22828</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Are schemas standard : OK, thanks for the answer.So if...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22828&amp;PID=74815&amp;title=are-schemas-standard#74815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 22828<br /><strong>Posted:</strong> 15 June 2016 at 6:47am<br /><br />OK, thanks for the answer.<div><br></div><div><span style="line-height: 1.4;">So if I understand correctly the CodeJock lexer format is NOT a standard format ?</span></div><div><br></div><div>E.g. it is not the same format as e.g. Scintilla is using (even it has lexers for nearly all languages)</div><div><br></div><div><span style="line-height: 16.8px;">I just need to understand before I start using this component.</span></div><div><span style="line-height: 16.8px;"><br></span></div><div><span style="line-height: 16.8px;">-cpede</span></div>]]>
   </description>
   <pubDate>Wed, 15 Jun 2016 06:47:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22828&amp;PID=74815&amp;title=are-schemas-standard#74815</guid>
  </item> 
  <item>
   <title><![CDATA[Are schemas standard : Hello cpede,UnfortunatelyI can&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22828&amp;PID=74814&amp;title=are-schemas-standard#74814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22828<br /><strong>Posted:</strong> 15 June 2016 at 6:05am<br /><br />Hello cpede,<br><br>Unfortunately&nbsp;I can't find any mentions about standard.<br><br>From documentation:<table width="99%"><tr><td><pre class="BBcode"><span style="line-height: 1.4;"><font color="#000099">The syntax editor control is&nbsp;capable of enhance text coloring for a number of specific input file types, I.e. C/C++ source files, HTML files, etc.&nbsp; User can create and customize&nbsp;their own text files schemes - they are independent of source files.&nbsp; The control contains the main configuration file, which can contain references to any specific configuration files. By default, this&nbsp;</font></span><font color="#000099" style="line-height: 1.4;">file is placed in the same folder as the application executable and is called SyntaxEditor.ini.&nbsp; The main configuration file contains 2 blocks with references to input file lexicographic schemes in the specific format (see below) and color themes for the editor, which could be applied to the control editing any file type.&nbsp; The format of the main configuration file is the following:</font><span style="line-height: 1.4; color: rgb0, 0, 153;">&nbsp;</span><blockquote style="MARGIN-RIGHT: 0px" dir="ltr"><p><font color="#000099">&#091;Schemes&#093;<br>CPP=<font style=": #0a246a">Schemas</font>/_cpp.schclass &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Visual C++<br>HTML=<font style=": #0a246a">Schemas</font>/_HTML_ASP.schclass &nbsp; &nbsp; &nbsp;; HTML and ASP<br>schclass=<font style=": #0a246a">Schemas</font>/_schclass.schclass &nbsp;; Codejock <font style=": #0a246a">Schema</font><br>NSI=<font style=": #0a246a">Schemas</font>/_nsi.schclass &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Nullsoft Installer<br>Pascal=<font style=": #0a246a">Schemas</font>/_pascal.schclass &nbsp; &nbsp; &nbsp;; Pascal<br>INI=<font style=": #0a246a">Schemas</font>/_ini.schclass &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; INI Files<br>SQL=<font style=": #0a246a">Schemas</font>/_sql.schclass &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; SQL Query</font></p><p><font color="#000099">&#091;Themes&#093;<br>Default=Themes/colorSchema0.ini<br>Alternative=Themes/colorSchema1.ini</font></pre></td></tr></table></p></blockquote>You can see descriptions in MFC sources &nbsp;&nbsp;Source\SyntaxEdit\Config\<br><br><span style="line-height: 16.8px;">Source\SyntaxEdit\Config\</span>SyntaxEdit.ini &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&nbsp;main configuration file<br>Source\SyntaxEdit\Config\Schemas\*.schclass &nbsp; &nbsp; &nbsp; - schemas<br><span style="line-height: 16.8px;">Source\SyntaxEdit\Config\Schemas\</span>LexFormat.txt &nbsp;- format of shcemas files &nbsp;( <a href="http://forum.codejock.com/forum_posts.asp?TID=18102" rel="nofollow">http://forum.codejock.com/forum_posts.asp?TID=18102</a>&nbsp;)<br>Source\SyntaxEdit\Config\Themes\ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- color schemas<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Wed, 15 Jun 2016 06:05:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22828&amp;PID=74814&amp;title=are-schemas-standard#74814</guid>
  </item> 
  <item>
   <title><![CDATA[Are schemas standard : Hallo!Which languages are supported?How...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22828&amp;PID=74811&amp;title=are-schemas-standard#74811</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 22828<br /><strong>Posted:</strong> 14 June 2016 at 2:45pm<br /><br />Hallo!<div><br></div><div>Which languages are supported?</div><div><br></div><div>How to support other languages?</div><div><br></div><div>-cpede</div>]]>
   </description>
   <pubDate>Tue, 14 Jun 2016 14:45:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22828&amp;PID=74811&amp;title=are-schemas-standard#74811</guid>
  </item> 
  <item>
   <title><![CDATA[Are schemas standard : Are the schemas used in the CJ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22828&amp;PID=74249&amp;title=are-schemas-standard#74249</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 22828<br /><strong>Posted:</strong> 27 December 2015 at 6:27pm<br /><br />Are the schemas used in the CJ Syntax Edit some kind of standard?<div><br><div>Is there a web page where I can do<span style="line-height: 1.4;">wnload the schemas I need?</span></div></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">I'm looking for</span></div><div><span style="line-height: 1.4;">C++</span></div><div><span style="line-height: 1.4;">C#</span></div><div><span style="line-height: 1.4;">VBScript</span></div><div><span style="line-height: 1.4;">JScript</span></div><div><span style="line-height: 1.4;">Python</span></div><div><span style="line-height: 1.4;">MATLAB</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">-cpede</span></div>]]>
   </description>
   <pubDate>Sun, 27 Dec 2015 18:27:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22828&amp;PID=74249&amp;title=are-schemas-standard#74249</guid>
  </item> 
 </channel>
</rss>