<?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 - &amp;quot;Add to watch&amp;quot; from editor - Comments</title>
 <link>http://community.activestate.com/forum-topic/add-watch-editor</link>
 <description>Comments for &quot;&quot;Add to watch&quot; from editor&quot;</description>
 <language>en</language>
<item>
 <title>Doh!</title>
 <link>http://community.activestate.com/forum-topic/add-watch-editor#comment-3344</link>
 <description>&lt;p&gt;Mutter mutter jar-schmar xul-schmul mutter ...&lt;/p&gt;
&lt;p&gt;[Smacks self in forehead]&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;   -- hugh&lt;/p&gt;
</description>
 <pubDate>Mon, 29 Oct 2007 12:02:07 -0700</pubDate>
 <dc:creator>cheesegrits</dc:creator>
 <guid isPermaLink="false">comment 3344 at http://community.activestate.com</guid>
</item>
<item>
 <title>Re: komodo xul files</title>
 <link>http://community.activestate.com/forum-topic/add-watch-editor#comment-3342</link>
 <description>&lt;p&gt;You will find all the xul files are zipped up into a komodo.jar, so you&#039;ll need to unzip it, i.e.:&lt;/p&gt;
&lt;pre&gt;
cd &amp;lt;komodo_install&amp;gt;/lib/mozilla/chrome
mkdir extracted
cd extracted
unzip ../komodo.jar
&lt;/pre&gt;&lt;p&gt;
Then you should see the &quot;komodo/content/komodo.xul&quot; file.&lt;/p&gt;
</description>
 <pubDate>Mon, 29 Oct 2007 11:25:00 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 3342 at http://community.activestate.com</guid>
</item>
<item>
 <title>Still hitting a brick wall.</title>
 <link>http://community.activestate.com/forum-topic/add-watch-editor#comment-3341</link>
 <description>&lt;p&gt;I&#039;m still banging my head on this one.  I just don&#039;t seem to be able to find the XUL definitions for Komodo itself.  Either the FAQ needs updating, or I&#039;m having a serious brain burp!&lt;/p&gt;
&lt;p&gt;   -- hugh&lt;/p&gt;
</description>
 <pubDate>Mon, 29 Oct 2007 10:57:21 -0700</pubDate>
 <dc:creator>cheesegrits</dc:creator>
 <guid isPermaLink="false">comment 3341 at http://community.activestate.com</guid>
</item>
<item>
 <title>I give up!</title>
 <link>http://community.activestate.com/forum-topic/add-watch-editor#comment-3332</link>
 <description>&lt;p&gt;OK, I give up.  I did try, honest.&lt;/p&gt;
&lt;p&gt;Maybe I might could get a little further if I could find the mysterious komodo.xul referred to in the &quot;Extensions for Klutzes&quot; FAQ at:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://community.activestate.com/faq/komodo-4-0-extensions&quot; title=&quot;http://community.activestate.com/faq/komodo-4-0-extensions&quot;&gt;http://community.activestate.com/faq/komodo-4-0-extensions&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It doesn&#039;t seem to exist in 4.2 ... ?&lt;/p&gt;
&lt;p&gt;I was hoping thats where I&#039;d find the definitions for the &quot;debug session tab manager&quot; you mentioned.&lt;/p&gt;
&lt;p&gt;   -- hugh&lt;/p&gt;
</description>
 <pubDate>Sun, 28 Oct 2007 14:36:37 -0700</pubDate>
 <dc:creator>cheesegrits</dc:creator>
 <guid isPermaLink="false">comment 3332 at http://community.activestate.com</guid>
</item>
<item>
 <title>Ah ...</title>
 <link>http://community.activestate.com/forum-topic/add-watch-editor#comment-3320</link>
 <description>&lt;p&gt;Ah, I think I may have inadvertently given the impression that I know what I&#039;m doing when I said &quot;How would I create ...&quot;.&lt;/p&gt;
&lt;p&gt;What I actually meant was &quot;How would YOU create ...&quot;, given that I don&#039;t even know how to cook an Overlay, let alone catch one.  Hoping that some kind soul would say &quot;Here, load this&quot;.  :)&lt;/p&gt;
&lt;p&gt;However, I shall do my best to wrap my brain around building my first extension.  It&#039;s time I learned, anyway, and I&#039;m sure it will open up entire new worlds of Komodo possibilities.&lt;/p&gt;
&lt;p&gt;   -- hugh, aka &quot;A Bear of Very Little Brain&quot;&lt;/p&gt;
</description>
 <pubDate>Fri, 26 Oct 2007 15:35:41 -0700</pubDate>
 <dc:creator>cheesegrits</dc:creator>
 <guid isPermaLink="false">comment 3320 at http://community.activestate.com</guid>
</item>
<item>
 <title>Heh</title>
 <link>http://community.activestate.com/forum-topic/add-watch-editor#comment-3315</link>
 <description>&lt;p&gt;You&#039;d need to make an extension for this. You need to create an overlay, which adds a menu item to menupopup with id &quot;editorContextMenu&quot;. Then using JS code you could get the word under the cursor:&lt;/p&gt;
&lt;pre&gt;var word = ko.interpolate.getWordUnderCursor(ko.views.manager.currentView.scimoz);&lt;/pre&gt;&lt;p&gt;
Then you need to add a watch variable, something with the debugger session tab manager I&#039;d think...&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Fri, 26 Oct 2007 14:52:03 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 3315 at http://community.activestate.com</guid>
</item>
<item>
 <title>&quot;Add to watch&quot; from editor</title>
 <link>http://community.activestate.com/forum-topic/add-watch-editor</link>
 <description>&lt;p&gt;OK, Extension People ...&lt;/p&gt;
&lt;p&gt;How would I create a right button menu item for the editor which would &quot;Add this variable to the debugger watch list&quot;?&lt;/p&gt;
&lt;p&gt;This would really help while I wait for PHP variable sorting to work (hint hint).&lt;/p&gt;
&lt;p&gt;   -- hugh&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/add-watch-editor#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>
 <pubDate>Fri, 26 Oct 2007 09:16:31 -0700</pubDate>
 <dc:creator>cheesegrits</dc:creator>
 <guid isPermaLink="false">1559 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
