<?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 : where is problem with my scheme? help</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Syntax Edit : where is problem with my scheme? help]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 23 May 2026 04:24:10 +0000</pubDate>
  <lastBuildDate>Wed, 25 Mar 2009 22:59:32 +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=9977</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[where is problem with my scheme? help : I am surprised why there is no...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9977&amp;PID=47136&amp;title=where-is-problem-with-my-scheme-help#47136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 9977<br /><strong>Posted:</strong> 25 March 2009 at 10:59pm<br /><br />I am surprised why there is no reaction from post originator. If you need to fix your syntax - what are you waiting for? <DIV>&nbsp;</DIV><DIV>My VBS.syntax has two commented cases for collapsing block - one #Region ---- #End Region allows to have nested&nbsp;(collapsing) blocks inside and another type - "Private Sub ---- "End Sub" - not.</DIV>]]>
   </description>
   <pubDate>Wed, 25 Mar 2009 22:59:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9977&amp;PID=47136&amp;title=where-is-problem-with-my-scheme-help#47136</guid>
  </item> 
  <item>
   <title><![CDATA[where is problem with my scheme? help : As for basic - look into __VBScript.schclass...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9977&amp;PID=46589&amp;title=where-is-problem-with-my-scheme-help#46589</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 9977<br /><strong>Posted:</strong> 12 March 2009 at 5:55pm<br /><br />As for basic - look into __VBScript.schclass in&nbsp;my prototype&nbsp;syntax code<DIV>&nbsp;</DIV><DIV><a href="https://forum.codejock.com/uploads/temp/20090313_005035___vbs.rar" target="_blank">https://forum.codejock.com/uploads/temp/20090313_005035___vbs.rar</A></DIV>]]>
   </description>
   <pubDate>Thu, 12 Mar 2009 17:55:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9977&amp;PID=46589&amp;title=where-is-problem-with-my-scheme-help#46589</guid>
  </item> 
  <item>
   <title><![CDATA[where is problem with my scheme? help : hello, my pascal scheme can&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9977&amp;PID=32640&amp;title=where-is-problem-with-my-scheme-help#32640</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3881">yesiwumian</a><br /><strong>Subject:</strong> 9977<br /><strong>Posted:</strong> 27 March 2008 at 10:50am<br /><br />&nbsp;hello, my pascal scheme can't deal with the nested Collapsable<br>&nbsp;example for the my test.pas file:<br><br>begin<br>end <br><br>begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; begin <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br>end&nbsp; <br><br><br>=================================================<br>my&nbsp; _pascal.schclass is like following:<br><br>lexClass: <br>&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = c_Pascal<br>&nbsp;&nbsp;&nbsp; parent:file&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = &lt;*.pas|*.dpr|*.dpk|*.inc|*.int&gt;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; caseSensitive&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 0<br><br><br>lexClass:<br>&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = c_PascalCodeBlock_Start&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; parent&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = c_Pascal, c_PascalCodeBlock<br>&nbsp;&nbsp;&nbsp; children&nbsp;&nbsp;&nbsp; = 0&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; previous:tag&nbsp;&nbsp;&nbsp; = @specs,';', ' ', '\t', @eol<br>&nbsp;&nbsp;&nbsp; start:Tag&nbsp;&nbsp;&nbsp; = 'begin'<br>&nbsp;&nbsp;&nbsp; end:Separators&nbsp;&nbsp;&nbsp; = @specs,'\t', ' ', @eol<br>&nbsp;&nbsp;&nbsp; txt:colorFG&nbsp;&nbsp;&nbsp; = 0x0000FF<br>&nbsp;&nbsp;&nbsp; txt:bold&nbsp;&nbsp;&nbsp; = 1 <br><br>lexClass:<br>&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = c_PascalCodeBlock_End&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; parent&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = c_Pascal, c_PascalCodeBlock<br>&nbsp;&nbsp;&nbsp; children&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; previous:tag&nbsp;&nbsp;&nbsp; = @specs, ' ', '\t', @eol<br>&nbsp;&nbsp;&nbsp; start:Tag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 'end'&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; end:Separators = @specs,' ', '\t', @eol<br>&nbsp;&nbsp;&nbsp; txt:colorFG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0x0000FF<br>&nbsp;&nbsp;&nbsp; txt:bold&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1 <br><br>lexClass:<br>&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = c_PascalCodeBlock&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; parent&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = c_Pascal, c_PascalCodeBlock<br>//&nbsp;&nbsp;&nbsp; children&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; = c_PascalCodeBlock_Start<br>&nbsp;&nbsp;&nbsp; start:CLASS&nbsp;&nbsp;&nbsp; = c_PascalCodeBlock_Start&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; end:CLASS&nbsp;&nbsp;&nbsp;&nbsp; = c_PascalCodeBlock_End&nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp; Collapsable&nbsp;&nbsp;&nbsp; = 1 <br>&nbsp;&nbsp;&nbsp; CollapsedText&nbsp;&nbsp;&nbsp; = '...'<br><br>============================================<br>and wherefor when selected mul-lines and use menu 'make selection UpperCase', and bug occur.<br><br>i want to write a scheme for basic language, can you help me ?<br>]]>
   </description>
   <pubDate>Thu, 27 Mar 2008 10:50:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9977&amp;PID=32640&amp;title=where-is-problem-with-my-scheme-help#32640</guid>
  </item> 
 </channel>
</rss>