ActiveState Community

Windows x64

Makro does noch replace

Hi,

I have no experience with macros in Komodo and would like a makro to replace all " with \" within a selected text. The code looks like this:

// Macro recorded on: Sun Nov 15 2009 22:24:08 GMT+0100
komodo.assertMacroVersion(2);
if (komodo.view && komodo.view.scintilla) { komodo.view.scintilla.focus(); }
Find_ReplaceAllInMacro(window, 1, '"', '\\"', true, 0, 0, false, false);

But when I run the macro it does not work, nothing happens!?????

Thanks
Thomas

multiply keyword sets

hi, here is my situation: in the begining i want to implement custom highlight for some sets of keywords in php, i seached forum all day and all i found is only "go to UDL, learn another language, write own extension and you will still get only one list of keywords" ... i guess its too complicated if the task is to colorize fixed array of words in different color :/

then i go to look in existing languages and found pascal, he has 2 set of keywords and that is implemented easily enough to extend that list without learning new languages in koPascalLanguage.py we have

Unable to press OK button on project properties (5.2.2)

When something goes wrong when saving project properties Komodo does not say a thing but the OK button will to nothing.

Here is the pystderr.log (build 5.2.2)

[2009-11-06 22:30:34,348] [ERROR] prefs:
-- EXCEPTION START --
+ message (string) 'checkValidInterpreterSetting is not defined'
+ fileName (string) 'chrome://komodo/content/pref/pref-python.js'
+ lineNumber (number) 15
+ stack (string) 389 chars
+ name (string) 'ReferenceError'
*
OnPreferencePageOK([object XPCWrappedNative_NoHelper])@chrome://komodo/content/pref/pref-python.js:15

Komodo Edit 5.2.2 wont start

Hello,

I use Komodo to do my programming assignments for school. However after i updated, Komodo refuses to work. It opens up but the window is unresponsive. None of the buttons work but the about Komodo. I have to close the program via task manager. I've uninstalled and reinstalled about 3 times and the same error.

Thanks for the help

Unable To Load Xdebug

New to PHP, using PHP 5.0.51, Komodo 5.2, IIS 7.0. I was unable to configure the Komodo debugger, got the "unable to load debugger extension message". PHP -i returns the "failed loading xdebug.dll" - assume this is the same issue. I am using fast-cgi, with IIS, not sure which PHP executable to use for the debugger - php.exe, php-win.exe, or php-cgi.exe - believe I have tried them all with same result. Thanks for your help.

Win32:API not installing on windows 7

Just upgraded to windows 7 x64 on a few boxes and cannot find Win32::API in PPM...

This was all installed and working on Vista x64 before the reinstall so not sure what is going on.

Tried both the current 5.10.1 and the 5.8.x (5.8.x could not find the repository at all... Is it down?)

Thanks for any help,
Wire

PDK on Win7

Hi, I have activeperl 5.10 & PDK 7.3 installed on VISTA 64.Both of them worked fine on VISTA 64. I updated my OS from VISTA 64 to WIN7 64 last week. After the upgrade, I encountered the following problems. The activeperl still works fine. But many components of PDK have problem.

For example, if I try to launch filter builder, it will says "Can't initialize filter builder: No perl found at 'C:\Perl64\bin\perl.exe'. But the fact is the perl.exe is exactly laid there.

AttributeError: 'module' object has no attribute 'HTTPSConnection'

I received a working script created with Active Python 2.6.2 for
Windows 32 bit. I downloaded the Active Python 64 bit Windows version
for my 64 bit Windows Vista OS and have attempted to run the script. I
get the following error:

Traceback (most recent call last):
File "ofx-ba-tfb-auto.py", line 212, in
client.doQuery(query, argv[1]+"_acct.ofx")
File "ofx-ba-tfb-auto.py", line 178, in doQuery
h = httplib.HTTPSConnection(host)
AttributeError: 'module' object has no attribute 'HTTPSConnection'

PHP Autocomplete ?

PHP Autocomplete is not working i`m new to komodo and PHP so how can fix this ?

Rx Toolkit stopped working after upgrade to 5.10.1 (1006)

Wanted to report an issue I ran into I ran into with my 64-bit installation of Perl 5.10.1 (1006).

Before I upgraded from 1005 the Rx Toolkit was working fine on my 64-bit version of Perl using the latest 32-bit version of Komodo (5.2).

After the upgrade to Perl 1006 build the Rx Toolkit stopped working.

It launches, but it either says "No current data" or "Matching Expession" forever in the error pane. It never returns a result.

It worked fine with Perl 1005 (64-bit).

Does anyone know of a solution?

Thanks,

Dale
----
Dale L Puckett
Brainworks Software