<?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 - Comments</title>
 <link>http://community.activestate.com</link>
 <description>Comments</description>
 <language>en</language>
<item>
 <title>I remembered a bug being</title>
 <link>http://community.activestate.com/forum-topic/some-thoughts-how-further-improve-great-komodo-ide#comment-5381</link>
 <description>&lt;p&gt;I remembered a bug being filed for side-by-side diffs quite awhile back ...&lt;br /&gt;
&lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=20732&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=20732&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=20732&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Just a Komodo user&#039;s comment here ... Honestly, it&#039;s probably better for a Komodo developer just to drop a shortcut to their own favorite diff tool in the Toolbox. (Getting a diff tool right is, of course, a whole project in itself.) My favorite diff tool is SourceGear&#039;s DiffMerge, which is a free download for Windows, Linux and OS X.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.sourcegear.com/diffmerge/&quot; title=&quot;http://www.sourcegear.com/diffmerge/&quot;&gt;http://www.sourcegear.com/diffmerge/&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Thu, 15 May 2008 13:43:51 +0100</pubDate>
 <dc:creator>bcorfman</dc:creator>
 <guid isPermaLink="false">comment 5381 at http://community.activestate.com</guid>
</item>
<item>
 <title>One request done for 4.4</title>
 <link>http://community.activestate.com/forum-topic/some-thoughts-how-further-improve-great-komodo-ide#comment-5380</link>
 <description>&lt;p&gt;Hey Lord Bad, we haven&#039;t forgotten the list, just been working on a mess&lt;br /&gt;
of different items.&lt;/p&gt;
&lt;p&gt;Bug &lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=74487&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=74487&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=74487&lt;/a&gt; is now fixed -- this&lt;br /&gt;
is the one where when you type something like&lt;/p&gt;
&lt;pre class=&quot;geshifilter&quot;&gt;@array.each do&amp;lt;|&amp;gt;&lt;/pre&gt;&lt;p&gt;
Komodo will place &#039;end&#039; on the line underneath.  That fix will be out&lt;br /&gt;
in the next 4.4 alpha (&quot;&amp;lt;|&amp;gt;&quot; denotes the cursor position).&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 23:20:02 +0100</pubDate>
 <dc:creator>ericp</dc:creator>
 <guid isPermaLink="false">comment 5380 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: fold markers</title>
 <link>http://community.activestate.com/forum-topic/fold-margin-colors#comment-5379</link>
 <description>&lt;p&gt;These are actual images (in xpm format), so you&#039;ll need to create your own images for this purpose, see:&lt;br /&gt;
&lt;a href=&quot;http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_MARKERDEFINE&quot; title=&quot;http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_MARKERDEFINE&quot;&gt;http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_MARKERDEFINE&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_MARKERDEFINEPIXMAP&quot; title=&quot;http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_MARKERDEFINEPIXMAP&quot;&gt;http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_MARKERDEFINEPIXMA...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The existing fold markers can be selected in the Komodo UI through Komodo&#039;s &quot;Editor-&amp;gt;Smart Editing-&amp;gt;Folding&quot; preferences.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 21:55:40 +0100</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 5379 at http://community.activestate.com</guid>
</item>
<item>
 <title>That works for the</title>
 <link>http://community.activestate.com/forum-topic/fold-margin-colors#comment-5378</link>
 <description>&lt;p&gt;That works for the background of the folds (which you need the following to produce a solid color, for the record:&lt;/p&gt;
&lt;pre class=&quot;geshifilter&quot;&gt;ko.views.manager.currentView.scimoz.setFoldMarginColour(1, 0x400000)
ko.views.manager.currentView.scimoz.setFoldMarginHiColour(1, 0x400000)&lt;/pre&gt;&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;I would also like to be able to change the colors of the fold markers (the lines on the fold margin indicating collapsible areas) as well.  Any ideas?&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 20:18:43 +0100</pubDate>
 <dc:creator>airdrik</dc:creator>
 <guid isPermaLink="false">comment 5378 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: fold margin colors</title>
 <link>http://community.activestate.com/forum-topic/fold-margin-colors#comment-5377</link>
 <description>&lt;p&gt;There is no UI preference for setting the fold margin colors, but there is a way to do this through the Komodo JavaScript API. Create a new JavaScript macro in Komodo&#039;s toolbox named &quot;set margin color&quot; with the following code contents:&lt;/p&gt;
&lt;div class=&quot;geshi-block&quot;&gt;
&lt;div class=&quot;geshifilter javascript&quot; style=&quot;font-family: monospace;&quot;&gt;&lt;span style=&quot;color: #009900; font-style: italic;&quot;&gt;// Note that the color value is BGR, not RGB!&lt;/span&gt;&lt;br /&gt;
ko.&lt;span style=&quot;color: #006600;&quot;&gt;views&lt;/span&gt;.&lt;span style=&quot;color: #006600;&quot;&gt;manager&lt;/span&gt;.&lt;span style=&quot;color: #006600;&quot;&gt;currentView&lt;/span&gt;.&lt;span style=&quot;color: #006600;&quot;&gt;scimoz&lt;/span&gt;.&lt;span style=&quot;color: #006600;&quot;&gt;setFoldMarginColour&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #CC0000;&quot;&gt;1&lt;/span&gt;, 0x0000FF&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;
&lt;pre class=&quot;geshi-plain&quot;&gt;// Note that the color value is BGR, not RGB!
ko.views.manager.currentView.scimoz.setFoldMarginColour(1, 0x0000FF);&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Triggering this macro will change the color of the margin. You can find out more Scintilla (scimoz) api methods here:&lt;br /&gt;
&lt;a href=&quot;http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_SETFOLDMARGINCOLOUR&quot; title=&quot;http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_SETFOLDMARGINCOLOUR&quot;&gt;http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_SETFOLDMARGINCOLO...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 18:43:31 +0100</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 5377 at http://community.activestate.com</guid>
</item>
<item>
 <title>Something is in the works</title>
 <link>http://community.activestate.com/forum-topic/some-sort-repository#comment-5376</link>
 <description>&lt;p&gt;We are currently re-vamping our web properties, which will include a couple of interesting related features:&lt;/p&gt;
&lt;p&gt;1. a &#039;code&#039; site to replace the ASPN cookbooks, and which will also supports Komodo macros and code recipes&lt;/p&gt;
&lt;p&gt;2. single sign-on across all web properties, so your code recipes etc will be linkable to your community site account.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 18:27:20 +0100</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 5376 at http://community.activestate.com</guid>
</item>
<item>
 <title>Now filed as a bug in bugzilla</title>
 <link>http://community.activestate.com/forum-topic/patch-small-fix-bklocal-py-2466#comment-5375</link>
 <description>&lt;p&gt;See &lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=77001&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=77001&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=77001&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 18:25:43 +0100</pubDate>
 <dc:creator>zimbatm</dc:creator>
 <guid isPermaLink="false">comment 5375 at http://community.activestate.com</guid>
</item>
<item>
 <title>Verified</title>
 <link>http://community.activestate.com/forum-topic/remote-debugging-and-interactive-shell#comment-5374</link>
 <description>&lt;p&gt;I&#039;ve added a bug for this:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=76999&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=76999&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=76999&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can add yourself as a CC on the bug, I&#039;ll try to get this addressed for the next release.&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 18:16:15 +0100</pubDate>
 <dc:creator>shanec</dc:creator>
 <guid isPermaLink="false">comment 5374 at http://community.activestate.com</guid>
</item>
<item>
 <title>Do you mean something that&#039;s</title>
 <link>http://community.activestate.com/forum-topic/some-sort-repository#comment-5373</link>
 <description>&lt;p&gt;Do you mean something that&#039;s different from clicking on Extensions in the Community webpage sidebar? All the available Komodo extensions are there, and it&#039;s a couple pages worth. I haven&#039;t found any problems updating my kNose extension regularly using their mechanism. Maybe you could describe what you mean in more detail.&lt;/p&gt;
&lt;p&gt;If you&#039;re talking about setting up something like a SVN repo, wiki, an issue tracker, etc., I think a hosting service like code.google.com is better for that sort of thing, i.e. that&#039;s what I did recently for my kNose extension.&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 17:46:36 +0100</pubDate>
 <dc:creator>bcorfman</dc:creator>
 <guid isPermaLink="false">comment 5373 at http://community.activestate.com</guid>
</item>
<item>
 <title>UPDATE: It works OK on Mac OS X too!</title>
 <link>http://community.activestate.com/komodo-extension/source-tree#comment-5281</link>
 <description>&lt;p&gt;A quick update to my previous post.&lt;br /&gt;
Everything works fine _even_ on Mac OS X. &lt;/p&gt;
&lt;p&gt;The problem is related to downloading the file .xpi with Safari which, for whatever reason, is automatically expanded into a folder. In my previous attempts I compressed again the folder into a .zip file and renamed as sourcetree.xpi.zip. Apparently the installation through the Extension Manager went smoothly but after a restart Source Tree didn&#039;t work.&lt;/p&gt;
&lt;p&gt;So Mac users, just download sourcetree.xpi via wget or curl (maybe Firefox works - didn&#039;t test it) and use this file for the installation.&lt;/p&gt;
&lt;p&gt;Ciao and kudos to Iván for the excellent work!&lt;br /&gt;
Luca De Santis&lt;br /&gt;
Pisa, Italy&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 16:55:53 +0100</pubDate>
 <dc:creator>lucadex</dc:creator>
 <guid isPermaLink="false">comment 5281 at http://community.activestate.com</guid>
</item>
<item>
 <title>Try Tkx.</title>
 <link>http://community.activestate.com/forum-topic/making-perl-tk-look-modern#comment-5372</link>
 <description>&lt;p&gt;Tkx is what ActiveState use for the PerlApp interface. I think Tkx is an excellent alternative to Tk. It&#039;s cleaner and prettier and the porting is relatively easy. The problem is that few other people are using it. If you have a problem implementing something, you have to either read the Tk manual and figure out the conversion, read the Tcl manual and figure out the conversion, or just test...test...test.&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 15:36:36 +0100</pubDate>
 <dc:creator>Anthony</dc:creator>
 <guid isPermaLink="false">comment 5372 at http://community.activestate.com</guid>
</item>
<item>
 <title>Excelent extension</title>
 <link>http://community.activestate.com/komodo-extension/jstreedrive#comment-5371</link>
 <description>&lt;p&gt;This is excelent extension combining Local Drive and Remote Drive extensions.&lt;br /&gt;
But i have 2 suggestion.&lt;br /&gt;
1. in local drive i can&#039;t see network drives, why ?&lt;br /&gt;
2. can you add function to create files on remote servers ?&lt;/p&gt;
&lt;p&gt;Thanks for this extension, it&#039;s really excelent.&lt;/p&gt;
</description>
 <pubDate>Wed, 14 May 2008 10:16:53 +0100</pubDate>
 <dc:creator>brabitom</dc:creator>
 <guid isPermaLink="false">comment 5371 at http://community.activestate.com</guid>
</item>
<item>
 <title>Awesome! When are you going</title>
 <link>http://community.activestate.com/forum-topic/looking-developer#comment-5370</link>
 <description>&lt;p&gt;Awesome! When are you going to implement using number keys instead of F keys? This is a killer app for me, I am currently using some hacky macros to do Cmd+Number tab navigation on OS X.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Tue, 13 May 2008 23:00:11 +0100</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 5370 at http://community.activestate.com</guid>
</item>
<item>
 <title>I&#039;m currently building at</title>
 <link>http://community.activestate.com/forum-topic/support-integration-adobe-air#comment-5369</link>
 <description>&lt;p&gt;I&#039;m currently building at least one other project template ( for Zend Framework integration ) and we are adding some stuff into Komodo to allow for better support for things like AIR in the autocomplete system using a combination of a template bundled in an extension. If you have any questions or need some help getting started, let me know.&lt;/p&gt;
&lt;p&gt;Somewhat obfuscated fact: if your Komodo extension has a directory in it called &#039;project-templates&#039;, you can add templates into there and have them become available to users that have the extension installed. Your file system layout would look like this:&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;inline none&quot;&gt;&lt;img src=&quot;http://community.activestate.com/files/images/FinderScreenSnapz002.png&quot; alt=&quot;proj-tpl-layout&quot; title=&quot;proj-tpl-layout&quot; class=&quot;image _original&quot; height=&quot;255&quot; width=&quot;307&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In the &#039;new project from template&#039; dialog, you would see the &#039;Zend Framework&#039; category and the project template inside that. The folder / category is arbitrary, but it *has* to be there.&lt;/p&gt;
&lt;p&gt;The power of this is that you can bundle your templates with an extension that may also contain other functionality, or dialogs that can be run with chrome privileges.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Tue, 13 May 2008 22:41:46 +0100</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 5369 at http://community.activestate.com</guid>
</item>
<item>
 <title>Sure</title>
 <link>http://community.activestate.com/forum-topic/objective-c-c-syntax-highlighting#comment-5368</link>
 <description>&lt;p&gt;C++ syntax highlighting is supported, and you can associate *.m files with C++ in Preferences / File Associations. Currently Objective C syntax is not supported, but it could be possible to add it via an extension:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://aspn.activestate.com/ASPN/docs/Komodo/4.3/udl.html&quot; title=&quot;http://aspn.activestate.com/ASPN/docs/Komodo/4.3/udl.html&quot;&gt;http://aspn.activestate.com/ASPN/docs/Komodo/4.3/udl.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Tue, 13 May 2008 05:17:44 +0100</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 5368 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
