Hello Everyone.
Before I being, I just want to say Thank You to all those that worked on Komodo Edit, it is brilliant.
I am using Windows 7 Ultimate 32bit. and Komodo Edit, version 5.2.1, build 4108.
As I type PHP, I would like an autocomplete feature to be present. For that I think I would need a PHP API Catalog under Edit > Preferences > Code Intelligence > API Catalogs.
In there I have many things listed .. one was ticked .. but I unticked it since it was for python, and I won't be using python.
But PHP is not even listed in there !!
The docs say
Extract
Configure whether the bound file should be automatically extracted when the application is run, or if invoking PerlApp::get_bound_file() or PerlApp::extract_bound_file() is needed to obtain the file.
The question is, if the file is automatically extracted when thee application is run, how do I access it?
Thank you
The Windows Presentation Foundation plugin that got included in with Firefox/Mozilla over the last year appears to be responsible for KE crashes on exit (at least with my system).
About a week ago Firefox 3.5 disabled the plugin (I got a notification that it was being disabled and needed to restart Firefox), reporting it as a security risk. It also appears to be responsible for Firefox crashes reported by a lot of users.
The plugin is still included in the Mozilla framework in the latest KE 5.2. I've disabled it and KE stopped crashing on exit.
I am using windows xp. When i try to launch Komodo edit nothing happens. I a breif hour glass icon but Komodo dose not start. I have tried unistalling and reinstalling but it still dosnt work. i have read the forms but i dont think i have the required computer knoldge to follow the directions i found already in the form. I have to use this program for a class i am taking and i have homework to do. Any help would be great and thank you.
bodenn
Good morning,
I am trying to to a assemble a collection of various tools to run remotely on machines not located at our site, sub-sites, roaming users and so on. I have a central server share users can access when VPN'ing to us, once connected I have a little Perl script that basically does an xcopy on the content of the folder to only get newer stuff. Afterwards the updater launches the main utility which in turn does its stuff. My problem is with the updater.
I added some simple decryption using Tcllib's aes to my script and now the debugger hangs for 3-4 minutes before finishing. Without loading the package it takes a few seconds.
Is there anything I can do about this? I don't need anything in this package debugged so I want to tell the debugger to ignore it. Maybe an option to not debug certain namespaces would solve this.
Hi ActiveState,
Any plans to introduce support for this command on windows? I imagine windows doesn't make it easy, but it would be ncredibly useful. So many unix scripts make heavy use of interact.
After last update the project tree doesn't show file and folder icons, well it shows but all icons are as "unknown" file type icons.
Anyone can tell me please how could i get proper icons back, it's really hard to scroll through project files if all the folders and files look the same.

Komodo Edit
-----------
Version 5.2.0, build 4075, platform win32-x86.
Built on Fri Sep 11 19:27:22 2009.
System
-----------
Microsoft Windows XP
Home Edition
Version 2002
Service Pack 3
Are run commands supposed to allow substitution of environment variables?
For example this works from a cmd prompt:
cp some.file "%USERPROFILE%\some.file"
But from a run command which opens a new console I get this error:
cp: cannot create regular file `%USERPROFILE%\\some.file': No such file or directory
Also note the double-backslash. Am I doing something wrong?