<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - JavaScript extjs (yui-ext) cix file - Comments</title>
 <link>http://community.activestate.com/forum-topic/javascript-extjs-yui-ext</link>
 <description>Comments for &quot;JavaScript extjs (yui-ext) cix file&quot;</description>
 <language>en</language>
<item>
 <title>Updated ExtJS cix files</title>
 <link>http://community.activestate.com/forum-topic/javascript-extjs-yui-ext#comment-3166</link>
 <description>&lt;p&gt;I&#039;ve made updates to the cix files for versions 1.1.1 and 2.0-alpha1:&lt;br /&gt;
&lt;a href=&quot;http://community.activestate.com/komodo-extension/extjs-api-catalog-collection&quot; title=&quot;http://community.activestate.com/komodo-extension/extjs-api-catalog-collection&quot;&gt;http://community.activestate.com/komodo-extension/extjs-api-catalog-coll...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It&#039;s now a Komodo extension, so that will make it easier to manage the updates through the Komodo extensions auto-update mechanism.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Wed, 10 Oct 2007 12:58:25 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 3166 at http://community.activestate.com</guid>
</item>
<item>
 <title>thanks</title>
 <link>http://community.activestate.com/forum-topic/javascript-extjs-yui-ext#comment-3146</link>
 <description>&lt;p&gt;Thanks Todd for the CIX !&lt;/p&gt;
&lt;p&gt;I second Bernard, using and loving it !&lt;/p&gt;
&lt;p&gt;(small question, any change of building one for ext 2.0a1?)&lt;/p&gt;
</description>
 <pubDate>Sun, 07 Oct 2007 06:40:03 -0700</pubDate>
 <dc:creator>trbs2</dc:creator>
 <guid isPermaLink="false">comment 3146 at http://community.activestate.com</guid>
</item>
<item>
 <title>thank you</title>
 <link>http://community.activestate.com/forum-topic/javascript-extjs-yui-ext#comment-3072</link>
 <description>&lt;p&gt;Hey Todd, thanks for that CIX file dude.&lt;/p&gt;
&lt;p&gt;I&#039;ve been using it for some weeks now and I really appreciate it :)&lt;/p&gt;
</description>
 <pubDate>Fri, 28 Sep 2007 07:12:27 -0700</pubDate>
 <dc:creator>BernardChhun</dc:creator>
 <guid isPermaLink="false">comment 3072 at http://community.activestate.com</guid>
</item>
<item>
 <title>Updated to ext version 1.1</title>
 <link>http://community.activestate.com/forum-topic/javascript-extjs-yui-ext#comment-2746</link>
 <description>&lt;p&gt;I&#039;ve updated the CIX file, fixing most of the bugs with the scanning.&lt;/p&gt;
&lt;p&gt;If your noticing that the calltips for functions/classes are cut-off after 5-lines, you might want to modify the following file:&lt;br /&gt;
  &amp;lt;install_dir&amp;gt;/lib/mozilla/python/komodo/codeintel2/util.py&lt;br /&gt;
and change the &quot;LINE_LIMIT&quot; setting to something more appropriate, like 30.&lt;/p&gt;
&lt;p&gt;Todd.&lt;/p&gt;
</description>
 <pubDate>Tue, 28 Aug 2007 18:14:00 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 2746 at http://community.activestate.com</guid>
</item>
<item>
 <title>Re: ext docs</title>
 <link>http://community.activestate.com/forum-topic/javascript-extjs-yui-ext#comment-2397</link>
 <description>&lt;p&gt;The ext structure and the docs are generated by scanning the source javascript files and processing the jsdoc comments inside these javascript files. The scanner is the default javascript ciler that Komodo uses to scan/process javascript files to create the code intelligence.&lt;/p&gt;
&lt;p&gt;There are a couple of quirks which I still need to sort before this is going to be good enough for inclusion as a standard Komodo cix, and if this fails I may resort to scanning the extjs html docs provided, converting the html to a cix format.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Tue, 24 Jul 2007 15:01:47 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 2397 at http://community.activestate.com</guid>
</item>
<item>
 <title>Some doc descriptions missing or cropped</title>
 <link>http://community.activestate.com/forum-topic/javascript-extjs-yui-ext#comment-2231</link>
 <description>&lt;p&gt;Some of the descriptions are incomplete; for instance Ext.BasicDialog() shows part of the description: &quot;CONSTRUCTOR: Lightweight Dialog Class...&quot; but then it gets chopped where the example starts (I&#039;m not sure if that&#039;s a technical limit or not)&lt;/p&gt;
&lt;p&gt;Other problem I&#039;ve seen is that some functions are not indexed in the ext.cix, like for instance, there&#039;s no Ext.MessageBox.show()... I didn&#039;t check if the function is there in the .cix or not (cix files are still too complicated for me)&lt;/p&gt;
&lt;p&gt;Finally, Todd, I wanted to ask you how did you parse the documentation to generate the .cix? do you have a script that you could give me?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Kronuz.&lt;/p&gt;
</description>
 <pubDate>Tue, 10 Jul 2007 00:20:26 -0700</pubDate>
 <dc:creator>Kronuz</dc:creator>
 <guid isPermaLink="false">comment 2231 at http://community.activestate.com</guid>
</item>
<item>
 <title>One major bug found</title>
 <link>http://community.activestate.com/forum-topic/javascript-extjs-yui-ext#comment-2097</link>
 <description>&lt;p&gt;The scanning is not working correctly for some elements, like Ext.get(), Ext.Element(). Bug raised:&lt;br /&gt;
  &lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=70684&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=70684&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Thu, 28 Jun 2007 09:55:22 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 2097 at http://community.activestate.com</guid>
</item>
<item>
 <title>JavaScript extjs (yui-ext) cix file</title>
 <link>http://community.activestate.com/forum-topic/javascript-extjs-yui-ext</link>
 <description>&lt;p&gt;I&#039;ve attached an initial extjs cix file that can be used for the &lt;a href=&quot;http://extjs.com/&quot;&gt;ext JavaScript framework&lt;/a&gt;, previously known as yui-ext. This cix was created from ext version 1.1-beta1.&lt;/p&gt;
&lt;p&gt;Unzip the attached file (to anywhere you like), then go to Komodo&#039;s preferences panel and choose the &quot;Code Intelligence&quot; category. In the &quot;API Catalogs&quot; section, use the &quot;Add an API Catalog&quot; to browse and add the extracted Ext cix file.&lt;/p&gt;
&lt;p&gt;The catalog should automatically be selected upon addition, so the next time you are editing in a JS buffer, typing &quot;Ext.&quot; should bring up Ext completions (Note: it may take a few seconds to initially parse the Ext cix file internally the first time you try this).&lt;/p&gt;
&lt;p&gt;I&#039;d be interested in feedback for anything that is missing from this library or if anything is in the wrong place (this is the first parsing), this this library may be added into the main Komodo 4.2 release.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/javascript-extjs-yui-ext#comments</comments>
 <category domain="http://community.activestate.com/forums/komodo-extensions-0">Komodo Macros and Extensions</category>
 <category domain="http://community.activestate.com/os/all-any">All / Any</category>
 <enclosure url="http://community.activestate.com/files/ext_v1-1.zip" length="128827" type="application/zip" />
 <pubDate>Fri, 22 Jun 2007 19:09:49 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">1057 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
