<?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 - All / Any - Comments</title>
 <link>http://community.activestate.com/os/all-any</link>
 <description>Comments for &quot;All / Any&quot;</description>
 <language>en</language>
<item>
 <title>re: abbreviations</title>
 <link>http://community.activestate.com/node/2741#comment-6420</link>
 <description>&lt;p&gt;Yes, you can perform this style of completion with Komodo snippets. In Komodo the feature is called abbreviations, you find more details at:&lt;br /&gt;
&lt;a href=&quot;http://docs.activestate.com/komodo/4.4/abbreviations.html#abbrev_top&quot; title=&quot;http://docs.activestate.com/komodo/4.4/abbreviations.html#abbrev_top&quot;&gt;http://docs.activestate.com/komodo/4.4/abbreviations.html#abbrev_top&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or view a screencast which includes this feature:&lt;br /&gt;
&lt;a href=&quot;http://community.activestate.com/new-features-4.3&quot; title=&quot;http://community.activestate.com/new-features-4.3&quot;&gt;http://community.activestate.com/new-features-4.3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Fri, 05 Sep 2008 10:32:33 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6420 at http://community.activestate.com</guid>
</item>
<item>
 <title>Got it, thanks.  Might be a</title>
 <link>http://community.activestate.com/node/2740#comment-6418</link>
 <description>&lt;p&gt;Got it, thanks.  Might be a show stopper for me.  I&#039;ve using Eclipse with PDT, which is very feature rich, although I was getting sick of the occasional bug and system crash.&lt;/p&gt;
</description>
 <pubDate>Fri, 05 Sep 2008 09:18:06 -0700</pubDate>
 <dc:creator>loubabe</dc:creator>
 <guid isPermaLink="false">comment 6418 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: deployment feature</title>
 <link>http://community.activestate.com/node/2740#comment-6417</link>
 <description>&lt;p&gt;Komodo does not yet have a deployment feature.&lt;/p&gt;
&lt;p&gt;There was a similar forum post that has more details here:&lt;br /&gt;
&lt;a href=&quot;http://community.activestate.com/forum-topic/save-remotely-as-vs-uploa&quot; title=&quot;http://community.activestate.com/forum-topic/save-remotely-as-vs-uploa&quot;&gt;http://community.activestate.com/forum-topic/save-remotely-as-vs-uploa&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Fri, 05 Sep 2008 09:14:04 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6417 at http://community.activestate.com</guid>
</item>
<item>
 <title>&quot;git&quot;</title>
 <link>http://community.activestate.com/node/2639#comment-6413</link>
 <description>&lt;p&gt;Thanks ... as soon as it goes up, I&#039;ll run it by some of the Ruby things in &quot;GitHub&quot;.&lt;/p&gt;
</description>
 <pubDate>Thu, 04 Sep 2008 21:31:39 -0700</pubDate>
 <dc:creator>znmeb</dc:creator>
 <guid isPermaLink="false">comment 6413 at http://community.activestate.com</guid>
</item>
<item>
 <title>I&#039;m not sure check must be</title>
 <link>http://community.activestate.com/node/2738#comment-6412</link>
 <description>&lt;p&gt;I&#039;m not sure check must be done by Komodo, this can result as a limitation for macro developers but I admit it sounds reasonable.&lt;/p&gt;
&lt;p&gt;Macros must know what type of shutdown is in progress, a close window or an application quit? So the check will be present in every macros needing to run &#039;finalization&#039; code.&lt;/p&gt;
&lt;p&gt;Maybe can be introduced a new trigger &#039;Unconditional Application quit&#039;?&lt;br /&gt;
Ok ok it is a very ugly idea...&lt;/p&gt;
&lt;p&gt;Just my 2 cents&lt;/p&gt;
</description>
 <pubDate>Thu, 04 Sep 2008 11:03:36 -0700</pubDate>
 <dc:creator>dafi</dc:creator>
 <guid isPermaLink="false">comment 6412 at http://community.activestate.com</guid>
</item>
<item>
 <title>heh, missed the boat</title>
 <link>http://community.activestate.com/node/2639#comment-6410</link>
 <description>&lt;p&gt;No, the first Komodo 5.0 alpha build did not contain the new scc extensions (an oversight on my part), they will be included in the next alpha build (which is likely to release today or tomorrow).&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Thu, 04 Sep 2008 10:30:35 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6410 at http://community.activestate.com</guid>
</item>
<item>
 <title>Needs some discussion</title>
 <link>http://community.activestate.com/node/2738#comment-6409</link>
 <description>&lt;p&gt;I was about to file a bug, where the fix would be to have the Komodo&lt;br /&gt;
shutdown-trigger handler make that check.  But there&#039;s a problem.&lt;/p&gt;
&lt;p&gt;First, the shutdown-trigger trigger macro is an advisory one: if it&lt;br /&gt;
returns true, it aborts the shutdown process, and all the windows&lt;br /&gt;
should be left unclosed.  The Komodo shutdown process is:&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;call goQuitApplication&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900; font-style: italic;&quot;&gt;// http://mxr.mozilla.org/mozilla/source/toolkit/content/globalOverlay.js#49&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;if&lt;/span&gt; canQuitApplication&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; appStartup.&lt;span style=&quot;color: #006600;&quot;&gt;quit&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;
&lt;pre class=&quot;geshi-plain&quot;&gt;call goQuitApplication() // &lt;a href=&quot;http://mxr.mozilla.org/mozilla/source/toolkit/content/globalOverlay.js#49&quot; title=&quot;http://mxr.mozilla.org/mozilla/source/toolkit/content/globalOverlay.js#49&quot;&gt;http://mxr.mozilla.org/mozilla/source/toolkit/content/globalOverlay.js#4...&lt;/a&gt;
if canQuitApplication() {
  appStartup.quit();
}&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;canQuitApplication asks each window if it can be closed -- this involves&lt;br /&gt;
running both pre-close and the shutdown-trigger macros on each window.&lt;br /&gt;
More on this later.&lt;/p&gt;
&lt;p&gt;If all of the windows are ok with closing, then&lt;br /&gt;
appStartup.quit() closes each window&lt;/p&gt;
&lt;p&gt;Looking back on this, I think the shutdown-trigger macros&lt;br /&gt;
are either being called in the right place, or they should no longer&lt;br /&gt;
be able to stop the shutdown (and then they can be run when the&lt;br /&gt;
final window is about to be closed).&lt;/p&gt;
</description>
 <pubDate>Thu, 04 Sep 2008 09:37:00 -0700</pubDate>
 <dc:creator>ericp</dc:creator>
 <guid isPermaLink="false">comment 6409 at http://community.activestate.com</guid>
</item>
<item>
 <title>re:git support</title>
 <link>http://community.activestate.com/node/2639#comment-6408</link>
 <description>&lt;p&gt;Todd,&lt;/p&gt;
&lt;p&gt;I pulled down the alpha and I don&#039;t see git as an available scc. Did I miss something?&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Dan&lt;/p&gt;
</description>
 <pubDate>Thu, 04 Sep 2008 09:12:28 -0700</pubDate>
 <dc:creator>dcolish</dc:creator>
 <guid isPermaLink="false">comment 6408 at http://community.activestate.com</guid>
</item>
<item>
 <title>I don&#039;t know much about AIR</title>
 <link>http://community.activestate.com/forum-topic/support-integration-adobe-air#comment-6406</link>
 <description>&lt;p&gt;Are there command-line tools provided with an SDK that do these kinds of things? Specifically, the packaging bit, I think creating a stub descriptor file and shelling out to run the app should be pretty easy.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;br /&gt;
&lt;a href=&quot;http://www.openkomodo.com/blogs/jeffg&quot; title=&quot;http://www.openkomodo.com/blogs/jeffg&quot;&gt;http://www.openkomodo.com/blogs/jeffg&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Wed, 03 Sep 2008 10:21:10 -0700</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 6406 at http://community.activestate.com</guid>
</item>
<item>
 <title>AIR</title>
 <link>http://community.activestate.com/forum-topic/support-integration-adobe-air#comment-6404</link>
 <description>&lt;p&gt;I prefer to work within Komodo for my regular development (JavaScript/HTML/CSS) but Aptana really has a few nice features for AIR development. It will allow you to create a project, setup a basic application descriptor file, run the application from the IDE and also package the application from the IDE. All with the click of a few buttons. This feature is pretty critical for myself and I&#039;m sure for others.&lt;/p&gt;
</description>
 <pubDate>Wed, 03 Sep 2008 06:32:12 -0700</pubDate>
 <dc:creator>aconran</dc:creator>
 <guid isPermaLink="false">comment 6404 at http://community.activestate.com</guid>
</item>
<item>
 <title>Thanks Ericp,
this reduces</title>
 <link>http://community.activestate.com/node/2732#comment-6403</link>
 <description>&lt;p&gt;Thanks Ericp,&lt;br /&gt;
this reduces the pain a bit.&lt;/p&gt;
&lt;p&gt;Have fun,&lt;br /&gt;
Bastian&lt;/p&gt;
</description>
 <pubDate>Wed, 03 Sep 2008 05:29:21 -0700</pubDate>
 <dc:creator>Boa99</dc:creator>
 <guid isPermaLink="false">comment 6403 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: simple api for clipboard operations</title>
 <link>http://community.activestate.com/node/2729#comment-6394</link>
 <description>&lt;p&gt;This sounds like a great idea to me. Dafi, can you create a Komodo bug for this and attach the patch there.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Tue, 02 Sep 2008 11:35:46 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6394 at http://community.activestate.com</guid>
</item>
<item>
 <title>This is in Komodo already</title>
 <link>http://community.activestate.com/node/2732#comment-6393</link>
 <description>&lt;p&gt;Ctrl-3 comments the current line if no selection, or each&lt;br /&gt;
line spanning the selection.&lt;/p&gt;
&lt;p&gt;Shift-Ctrl-3 uncomments the block.&lt;/p&gt;
&lt;p&gt;You can easily add a toolbar for these operations, using&lt;br /&gt;
the toolbox.&lt;/p&gt;
</description>
 <pubDate>Tue, 02 Sep 2008 10:18:34 -0700</pubDate>
 <dc:creator>ericp</dc:creator>
 <guid isPermaLink="false">comment 6393 at http://community.activestate.com</guid>
</item>
<item>
 <title>Hello,
I’m actually</title>
 <link>http://community.activestate.com/node/2726#comment-6388</link>
 <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I’m actually perfectly fine with English. But I hope the ActiveState developers will be able to review and check in this patch. I think full localization (i.e. no hard-coded strings :)) should be one of the top features of Komodo 5.0.&lt;/p&gt;
&lt;p&gt;I’ll stay tuned.&lt;/p&gt;
</description>
 <pubDate>Sun, 31 Aug 2008 14:13:46 -0700</pubDate>
 <dc:creator>Florent V.</dc:creator>
 <guid isPermaLink="false">comment 6388 at http://community.activestate.com</guid>
</item>
<item>
 <title>Français en chantier</title>
 <link>http://community.activestate.com/node/2726#comment-6386</link>
 <description>&lt;p&gt;Bonjour :)&lt;/p&gt;
&lt;p&gt;Je n&#039;ai pas grand-chose à ajouter aux propos de dafi. Le fil de discussion de la traduction est ici&lt;br /&gt;
&lt;a href=&quot;http://www.babelzilla.org/forum/index.php?showtopic=4493&quot; title=&quot;http://www.babelzilla.org/forum/index.php?showtopic=4493&quot;&gt;http://www.babelzilla.org/forum/index.php?showtopic=4493&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;...et les aventures de la localisation des chaînes codées en dur est là&lt;br /&gt;
&lt;a href=&quot;http://www.babelzilla.org/forum/index.php?showtopic=4589&quot; title=&quot;http://www.babelzilla.org/forum/index.php?showtopic=4589&quot;&gt;http://www.babelzilla.org/forum/index.php?showtopic=4589&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Tu es le bienvenu pour donner un avis, aider, tester...&lt;/p&gt;
&lt;p&gt;à bientôt&lt;/p&gt;
&lt;p&gt;- jean-bernard&lt;/p&gt;
&lt;p&gt;aka Goofy / BabelZilla Team&lt;/p&gt;
</description>
 <pubDate>Sun, 31 Aug 2008 05:57:01 -0700</pubDate>
 <dc:creator>goofy@babelzilla</dc:creator>
 <guid isPermaLink="false">comment 6386 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
