<?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 Support Site: New Forum Posts</title>
 <link>http://community.activestate.com/rss/forums</link>
 <description>An RSS feed for all forum posts</description>
 <language>en</language>
<item>
 <title>Restore last workspace not working</title>
 <link>http://community.activestate.com/forum-topic/restore-last-workspace-not-working</link>
 <description>&lt;p&gt;I&#039;ve just uninstalled 4.3 and installed new 4.4 of KomodoEdit and it no longer opens the recent project as set in the preferences.  I&#039;ve tried changing the setting and putting back to open recent project, it does change in the prefs.xml but has no affect when starting up. I&#039;ve turned the start screen back on in preferences to see if that worked and again that does not load at startup either.&lt;/p&gt;
&lt;p&gt;Any ideas how I can fix this?&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/restore-last-workspace-not-working#comments</comments>
 <category domain="http://community.activestate.com/forums/komodo-support-0">Komodo support</category>
 <category domain="http://community.activestate.com/os/windows-xp-pro">Windows XP Pro</category>
 <pubDate>Fri, 04 Jul 2008 05:27:37 -0700</pubDate>
 <dc:creator>lywyn</dc:creator>
 <guid isPermaLink="false">2536 at http://community.activestate.com</guid>
</item>
<item>
 <title>How to update INC?</title>
 <link>http://community.activestate.com/forum-topic/how-update-inc</link>
 <description>&lt;p&gt;I would like to add a directory to the Perl library path so that it&#039;ll find my files there. How do I modify the ActivePerl @INC? I thought I would find this in the system registry or configuration file but haven&#039;t found it.&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/how-update-inc#comments</comments>
 <category domain="http://community.activestate.com/forums/activeperl-support-0">ActivePerl Support</category>
 <category domain="http://community.activestate.com/os/windows-xp-pro">Windows XP Pro</category>
 <pubDate>Thu, 03 Jul 2008 13:19:53 -0700</pubDate>
 <dc:creator>SaltyFoam</dc:creator>
 <guid isPermaLink="false">2535 at http://community.activestate.com</guid>
</item>
<item>
 <title>Javascript window.open and Active Perl</title>
 <link>http://community.activestate.com/forum-topic/javascript-window-open-and-active-perl</link>
 <description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I&#039;ve been using Perl and Javascript for a while.  Recently, I downloaded my own working perl software from a linux machine to Windows.  I also downloaded ActivePerl to my Windows XP.  Most of the functions do work except I can&#039;t get the window.open to popup a window.  The code is below...appreciate any help.&lt;/p&gt;
&lt;p&gt;Note:  Not sure if this the proper forum for these questions.  Appreciate any help&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;var newWindow;&lt;br /&gt;
function onClickBuild(form, actFld){&lt;br /&gt;
var mURL=new String(&quot;&quot;);&lt;br /&gt;
var mURL_name=new String(&quot;xyzabc&quot;);&lt;br /&gt;
var mURL_opt=new String(&quot;&quot;);&lt;br /&gt;
xx=100;yy=100;&lt;br /&gt;
mURL=&quot;test.pl&quot;;&lt;br /&gt;
if (!newWindow || newWindow.closed) {&lt;br /&gt;
    newWindow = window.open (mURL,mURL_name);&lt;br /&gt;
    newWindow.opener = window;&lt;br /&gt;
    alert(newWindow.name);&lt;br /&gt;
    }&lt;br /&gt;
newWindow.focus;&lt;br /&gt;
alert(&#039;A&#039;+mURL);&lt;br /&gt;
return false;&lt;br /&gt;
}&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/javascript-window-open-and-active-perl#comments</comments>
 <category domain="http://community.activestate.com/forums/activeperl-support-0">ActivePerl Support</category>
 <category domain="http://community.activestate.com/os/all-any">All / Any</category>
 <pubDate>Thu, 03 Jul 2008 09:44:40 -0700</pubDate>
 <dc:creator>spock</dc:creator>
 <guid isPermaLink="false">2534 at http://community.activestate.com</guid>
</item>
<item>
 <title>Push/pop method navigation?</title>
 <link>http://community.activestate.com/forum-topic/push-pop-method-navigation</link>
 <description>&lt;p&gt;I switched from SlickEdit to Komodo last year and for the most part I&#039;m enjoying it. There&#039;s one SlickEdit feature I&#039;m missing very much and I can&#039;t figure out if it&#039;s in Komodo already or if I can cook up a macro to make this work or some thing.&lt;/p&gt;
&lt;p&gt;The SlickEdit feature was essential a pushd/popd approach to navigating methods. If you were coding you could put the cursor on a method name, press Ctrl-, and it&#039;d take you to the method definition (either in the same file or in the appropriate file). When you wanted to go back to the spot where you hit Ctrl-, last you simply hit Ctrl-. and it&#039;d pop the last location off the stack and return you there.&lt;/p&gt;
&lt;p&gt;So the routine for Ctrl-, is:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Push current file+line on to the bookmarks stack
&lt;li&gt;Go to definition of method/variable/etc. under cursor
&lt;/ol&gt;
&lt;p&gt;And the routine for Ctrl-. is:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Pop bookmarks stack
&lt;li&gt;Go to the file+line popped
&lt;/ol&gt;
&lt;p&gt;Incredibly handy for tracing your way around method calls that bounce all over the place.&lt;/p&gt;
&lt;p&gt;I really miss that way of navigating source code. Any idea how I can get it back in Komodo?&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/push-pop-method-navigation#comments</comments>
 <category domain="http://community.activestate.com/forums/komodo-support-0">Komodo support</category>
 <category domain="http://community.activestate.com/os/all-any">All / Any</category>
 <pubDate>Thu, 03 Jul 2008 08:07:33 -0700</pubDate>
 <dc:creator>IRC</dc:creator>
 <guid isPermaLink="false">2533 at http://community.activestate.com</guid>
</item>
<item>
 <title>Export Syntax Highlighting Settings</title>
 <link>http://community.activestate.com/forum-topic/export-syntax-highlighting-settings</link>
 <description>&lt;p&gt;Using komodo edit at work and have a specific colorscheme set up that I dearly love. Is there an easy way to export those settings so I can load them at home?&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/export-syntax-highlighting-settings#comments</comments>
 <category domain="http://community.activestate.com/forums/komodo-support-0">Komodo support</category>
 <category domain="http://community.activestate.com/os/windows">Windows</category>
 <pubDate>Wed, 02 Jul 2008 12:00:37 -0700</pubDate>
 <dc:creator>oreth</dc:creator>
 <guid isPermaLink="false">2532 at http://community.activestate.com</guid>
</item>
<item>
 <title>Localizing Komodo using Babelzilla dream team</title>
 <link>http://community.activestate.com/forum-topic/localizing-komodo-using-babelzilla-dream-team</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&#039;m a developer of WTS (Web Translation System) used at &lt;a href=&quot;http://www.babelzilla.org&quot;&gt;babelzilla.org&lt;/a&gt;&lt;br /&gt;
Babelzilla (BZ) is a free portal dedicated to Mozilla based extensions translation.&lt;br /&gt;
I&#039;ve asked if BZ can be interested to localize KomodoEdit and Goofy (well known French localizer) says this is possible.&lt;/p&gt;
&lt;p&gt;You can read the thread here&lt;br /&gt;
&lt;a href=&quot;http://www.babelzilla.org/forum/index.php?showtopic=4433&quot; title=&quot;http://www.babelzilla.org/forum/index.php?showtopic=4433&quot;&gt;http://www.babelzilla.org/forum/index.php?showtopic=4433&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Are you interested?&lt;/p&gt;
&lt;p&gt;I&#039;m not a license software expert but IMHO some problems can be found if the commercial version of KomodoEdit, KomodoIDE, want to use localizations.&lt;/p&gt;
&lt;p&gt;Obviously the KomodoEdit locale strings are fewer that KomodoIDE so a 100% localization is not possible.&lt;/p&gt;
&lt;p&gt;I want to enlarge the KomodoEdit community and BZ can help to spread KomodoEdit.&lt;/p&gt;
&lt;p&gt;Feel free to ignore this request.&lt;/p&gt;
&lt;p&gt;best regards,&lt;/p&gt;
&lt;p&gt;davide&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/localizing-komodo-using-babelzilla-dream-team#comments</comments>
 <category domain="http://community.activestate.com/forums/open-komodo">Open Komodo</category>
 <category domain="http://community.activestate.com/os/all-any">All / Any</category>
 <pubDate>Wed, 02 Jul 2008 11:37:35 -0700</pubDate>
 <dc:creator>dafi</dc:creator>
 <guid isPermaLink="false">2531 at http://community.activestate.com</guid>
</item>
<item>
 <title>External Logging in debugger crashes. Komodo 4.4/Python 2.5</title>
 <link>http://community.activestate.com/forum-topic/external-logging-debugger-crashes-komodo-4-4-python-2-5</link>
 <description>&lt;p&gt;The code below crashes with logging on the debugger (and doesnt go into interpreter). I have it running under Apache and being called from browser web page.&lt;/p&gt;
&lt;pre class=&quot;geshifilter&quot;&gt;#--------------------------------------------------------------------
import sys
sys.path.append(&quot;C:\\Program Files\\ActiveState Komodo IDE 4\\lib\\support\\dbgp\\pythonlib&quot;)
from dbgp import client
import logging

from urllib import unquote_plus

def application(environ, start_response):

    # Crashes with logging
    client.brk(host=&quot;localhost&quot;, port=9000, logLevel=logging.DEBUG)

    # Works without logging
    # client.brk(host=&quot;localhost&quot;, port=9000)

    status = &#039;200 OK&#039;
    body = environ[&#039;wsgi.input&#039;].read(int(environ[&#039;CONTENT_LENGTH&#039;]))
    parameter_pairs = body.split(&#039;&amp;amp;&#039;)
    parameter = dict() 
    output = &#039;Hello World!&#039;
    response_headers = [(&#039;Content-type&#039;, &#039;text/plain&#039;),
                        (&#039;Content-Length&#039;, str(len(output))),(&#039;Set-Cookie&#039;, &#039;me&#039;)]
    start_response(status, response_headers)
    return [output]&lt;/pre&gt;</description>
 <comments>http://community.activestate.com/forum-topic/external-logging-debugger-crashes-komodo-4-4-python-2-5#comments</comments>
 <category domain="http://community.activestate.com/forums/komodo-support-0">Komodo support</category>
 <category domain="http://community.activestate.com/os/windows-vista">Windows Vista</category>
 <pubDate>Wed, 02 Jul 2008 09:00:32 -0700</pubDate>
 <dc:creator>wyattbiker</dc:creator>
 <guid isPermaLink="false">2530 at http://community.activestate.com</guid>
</item>
<item>
 <title>Project hierarchy</title>
 <link>http://community.activestate.com/forum-topic/project-hierarchy</link>
 <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I&#039;m wondering if it&#039;s possible to class different projects like that:&lt;/p&gt;
&lt;p&gt;Python&lt;br /&gt;
-&amp;gt; PythonProject1&lt;br /&gt;
---&amp;gt;file1&lt;br /&gt;
---&amp;gt;file2&lt;br /&gt;
---&amp;gt;subfolder1&lt;br /&gt;
-----&amp;gt;file3&lt;br /&gt;
-&amp;gt; PythonProject2&lt;br /&gt;
---&amp;gt;file4&lt;br /&gt;
---&amp;gt;file5&lt;br /&gt;
---&amp;gt;subfolder2&lt;br /&gt;
-----&amp;gt;file5&lt;br /&gt;
Cpp&lt;br /&gt;
-&amp;gt;CppProject1&lt;br /&gt;
-&amp;gt;CppProject2&lt;/p&gt;
&lt;p&gt;I&#039;m only able to define PythonProject1, PythonProject2, CppProject1 and CppProject2 but not to organize the way I want (with different categories)&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;Thanks you&lt;br /&gt;
Francois&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/project-hierarchy#comments</comments>
 <category domain="http://community.activestate.com/forums/komodo-support-0">Komodo support</category>
 <category domain="http://community.activestate.com/os/debian-ubuntu">Debian / Ubuntu</category>
 <pubDate>Tue, 01 Jul 2008 11:06:37 -0700</pubDate>
 <dc:creator>beaubert</dc:creator>
 <guid isPermaLink="false">2529 at http://community.activestate.com</guid>
</item>
<item>
 <title>Unable to load project without hack</title>
 <link>http://community.activestate.com/forum-topic/unable-load-project-without-hack</link>
 <description>&lt;p&gt;Komodo 4.4 was working just fine, but after setting up apache, mysql, php and mod_python, installing some modules for php and python and updating and building a pair of C++ projects under a directory that is part of a Komodo project, Komodo was unable to load any project file (.kpf). When I ran Komodo with the -v switch, it would output this:&lt;/p&gt;
&lt;pre class=&quot;geshifilter&quot;&gt;[daroan@rouslan B]$ /usr/local/Komodo-IDE/bin/komodo -v trade.kpf
komodo: debug: Komodo information:
komodo: debug:   Version: Komodo IDE 4.4.0 (Build 20211)
komodo: debug:   OS type: Linux release 2.6.25.6-55.fc9.x86_64 on x86_64 (#1 SMP Tue Jun 10 16:05:21 EDT 2008)
komodo: debug: Komodo startup options:
komodo: debug: 	nFiles: 1
komodo: debug: 	file 0: trade.kpf
komodo: debug: mutex name: &#039;/home/daroan/.komodoide/4.4/host-rouslan/mutex.lock&#039;
komodo: debug: acquired mutex: fd=3
komodo: debug: running lock name: &#039;/home/daroan/.komodoide/4.4/host-rouslan/running.lock&#039;
komodo: debug: No current running Komodo - Ok: fd=4
komodo: debug: commandments file name: &#039;/home/daroan/.komodoide/4.4/host-rouslan/commandments.fifo&#039;
komodo: debug: first commandments file name: &#039;/home/daroan/.komodoide/4.4/host-rouslan/first-commandments.txt&#039;
komodo: debug: issuing commandments
komodo: debug: issued commandment: open	/home/daroan/dev/B/trade.kpf
komodo: debug: saving startup environment...
komodo: debug: startup env name: &#039;/home/daroan/.komodoide/4.4/host-rouslan/startup-env.tmp&#039;
komodo: debug: writing out startup environment
komodo: debug: setting up environment for XRE launch...
komodo: debug: setting XRE_PROFILE_PATH=/home/daroan/.komodoide/4.4/host-rouslan/XRE
komodo: debug: setting _XRE_USERAPPDATADIR=/home/daroan/.komodoide/4.4/host-rouslan/XRE
komodo: debug: unsetting MOZILLA_FIVE_HOME env var
komodo: warning: environment variable could possibly conflict with Komodo operation: &#039;MOZ_PIS_SESSION_PID=6667&#039;
komodo: warning: environment variable could possibly conflict with Komodo operation: &#039;MOZ_PIS_MOZBINDIR=/usr/local/Komodo-IDE/bin/../lib/mozilla&#039;
komodo: warning: environment variable could possibly conflict with Komodo operation: &#039;MOZ_PIS_API=2&#039;
komodo: warning: environment variable could possibly conflict with Komodo operation: &#039;MOZ_PIS_USER_DIR=.komodo&#039;
komodo: debug: setting KOMODO_HOSTNAME=rouslan
komodo: debug: setting _KOMODO_VERUSERDATADIR=/home/daroan/.komodoide/4.4/
komodo: debug: setting _KOMODO_HOSTUSERDATADIR=/home/daroan/.komodoide/4.4/host-rouslan/
komodo: debug: setting KOMODO_VERBOSE=1
komodo: debug: startup argv for XRE:
komodo: debug: 	argv[0] = &#039;/usr/local/Komodo-IDE/bin/../lib/mozilla/komodo-bin&#039;
Gtk-Message: Failed to load module &quot;gnomebreakpad&quot;: libgnomebreakpad.so: cannot open shared object file: No such file or directory
[daroan@rouslan B]$ WARNING: keybindings: Upgrading keybindings from version: 3 to 4
** Unhandled exception calling &#039;int8 load(in wstring);&#039;
Traceback (most recent call last):
  File &quot;/usr/local/Komodo-IDE/lib/mozilla/python/xpcom/server/policy.py&quot;, line 273, in _CallMethod_
    return 0, func(*params)
  File &quot;/usr/local/Komodo-IDE/lib/mozilla/components/koProject.py&quot;, line 1947, in load
    self._parseStream(stream, url, fname)
  File &quot;/usr/local/Komodo-IDE/lib/mozilla/components/koProject.py&quot;, line 2251, in _parseStream
    self.getChildren()
  File &quot;/usr/local/Komodo-IDE/lib/mozilla/components/koProject.py&quot;, line 1634, in getChildren
    self.refreshChildren()
  File &quot;/usr/local/Komodo-IDE/lib/mozilla/components/koProject.py&quot;, line 1534, in refreshChildren
    self._updateLiveChildren(config)
  File &quot;/usr/local/Komodo-IDE/lib/mozilla/components/koProject.py&quot;, line 1606, in _updateLiveChildren
    url = uriparse.localPathToURI(name)
  File &quot;/usr/local/Komodo-IDE/lib/mozilla/python/komodo/uriparse.py&quot;, line 59, in localPathToURI
    % (localPath,koFileEx.path))



ValueError: &#039;/home/daroan/dev/B/source\include\history\table_list.inc&#039; does not appear to be a proper local path [/home/daroan/dev/B/source/include/history/table_list.inc]
** Returning nsresult of NS_ERROR_FAILURE&lt;/pre&gt;&lt;p&gt;
I copied the entire project directory from a windows partition so it&#039;s no suprise that an issue from backslashes would arise. But I grepped the entire project directory and replaced all the backslashes, and even checked /etc and /usr/local for \table_list.inc but the problem persisted. Deleting .komodoide from my home directory didn&#039;t help either.&lt;/p&gt;
&lt;p&gt;I have absolutely no idea what triggered this problem. I set all the project specific settings for the web server in a single .htaccess file and it doesn&#039;t have table_list.inc or any backslashes so I can&#039;t image why this was only a problem after all the setup.&lt;/p&gt;
&lt;p&gt;I added&lt;br /&gt;
&lt;code class=&quot;geshifilter&quot;&gt;if localPath == &#039;/home/daroan/dev/B/source\\include\\history\\table_list.inc&#039;: localPath = localPath.replace(&#039;\\&#039;,&#039;/&#039;)&lt;/code&gt;&lt;br /&gt;
to Komodo-IDE/lib/mozilla/python/komodo/uriparse.py to get around this problem but I would prefer real solution. Does anyone have an idea as to what is causing this?&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/unable-load-project-without-hack#comments</comments>
 <category domain="http://community.activestate.com/forums/komodo-support-0">Komodo support</category>
 <category domain="http://community.activestate.com/os/red-hat-fedora-core">Red Hat / Fedora Core</category>
 <pubDate>Tue, 01 Jul 2008 08:20:57 -0700</pubDate>
 <dc:creator>half_a_cup</dc:creator>
 <guid isPermaLink="false">2528 at http://community.activestate.com</guid>
</item>
<item>
 <title>Win64-TaskScheduler</title>
 <link>http://community.activestate.com/forum-topic/win64-taskscheduler</link>
 <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I try to understand x64 world.&lt;br /&gt;
Under Win32 world, I used win32 modules, Win32-TaskScheduler for example.&lt;br /&gt;
But concerning x64 world, I suppose I need to use win64 modules, isn&#039;t it ?&lt;/p&gt;
&lt;p&gt;Somebody could explain me where could I find those modules ?&lt;br /&gt;
Or somebody could explain me if I am in the right way by thinking like that ?&lt;/p&gt;
&lt;p&gt;Regards, (and sorry for my bad english)&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/win64-taskscheduler#comments</comments>
 <category domain="http://community.activestate.com/forums/activeperl-support-0">ActivePerl Support</category>
 <category domain="http://community.activestate.com/os/windows-x64">Windows x64</category>
 <pubDate>Tue, 01 Jul 2008 08:19:52 -0700</pubDate>
 <dc:creator>Patfaitduperl</dc:creator>
 <guid isPermaLink="false">2527 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
