ActiveState Community

Debian / Ubuntu

Frequent Komodo-Edit crashes

Hi.

I have a bug when I'm working with Komodo-Edit. Sometimes when I'm trying to open, delete or rename a file or a folder in a project the editor is crashed.

How can I find out the reason of bugs? How can I fix it?

My KE version is 5.1.4, build 3797.

Thanks.

strikeout command

for editing, would like to use the strikeout command that exists on word. i'm on linux. anyone on this forum know any command like strikeout?

command output with python

Hello everyone,

Newbie here. I cannot get the command ouput window to work in a debug kind of mode where it would continually update what I am working on. I can create a command in the toolbox that will let me bind a key to execute the script from a saved file, but I was wondering if there was a way to update the command output window without having to save a file(?)

thanks everyone,
david

Flash Support In IDE Browser

Hello,

I just started using the IDE browser, but there is farily big problem and that is the flash content on any page does not load.. it simply informs me to install flash player.

This seems to only be a Linux issue as I had to problems with windows.

Any workaround for this?

Focus leaves editor after alt+tab

When Vi emulation is turned on, focus leaves the editor pane after I alt+tab to some other window and then alt+tab back to Komodo. It's quite annoying, since I'm used to do quick switches between Komodo and docs. Is there any quick hack to fix that?

(sorry for not even trying to submit it to bugzilla, but I'm a bit afraid of that thing)

My "About" window says:

Komodo Edit, version 5.1.4, build 3797, platform linux-libcpp6-x86.
Built on Tue Jun 23 00:57:03 2009.

Total DISABLE of Auto-Complete possible?

Hi there. I'm new to this forum and hope that someone can assist me with the following issue that I'm having ...

DBI Mysql Procedures INOUT params

trying to use DBI with mysql and a stored proc
the proc has 15 input and 3 output params
I can get it to actually do the work but can't get the return codes
any ideas?

my $sql = "call PROC_MEMB(?,?,?,?,?,?,?,?,?,?,?,?,?,?,\@code,\@key,\@map)";
$RegUser = $DBRegUser->prepare($sql);
$RegUser->bind_param(1,$action);
$RegUser->bind_param(2,$user_uid);
$RegUser->bind_param(3,$locale);
$RegUser->bind_param(4,$username);
$RegUser->bind_param(5,$pass);
$RegUser->bind_param(6,$dob);
$RegUser->bind_param(7,$gender);
$RegUser->bind_param(8,$title);
$RegUser->bind_param(9,$letters);

regular crashes?

Hi,

Komodo crashes for me, on average every 2 hours or so, but sometimes as often as every time I start it. The crash always occurs when clicking on a file in the project explorer or in the file open dialog.

Anyone else experience this, and to be blunt, what the hell?

Komodo 5.1.4 build 30485, libcpp6

Greg

FTP Connection timing out

Hi,

I've just downloaded Komodo Edit 5.1 and im struggling to load a remote file via ftp. I've checked the settings for the server with a colleague who is also using 5.1 and can connect to the same server and they are the same.

I have checked the pystderr.log file and these two lines appear when it times out:

[2009-06-25 14:46:15,346] [ERROR] koFTPConnection: FTP CLOSE ERROR: timed out
[2009-06-25 14:47:26,025] [ERROR] koFTPConnection: FTP do_verifyConnected ERROR: Connection timed out

Any ideas?

Thanks
John

PHP short_open_tag

This could well have been covered at some point in time and I did do a basic search and the one result returned was not what I am looking for.

I have turned off short_open_tag in all of my php.ini files, but komodo seems to still think short_open_tag is enabled somewhere. It throws a fit over <?xml version="1.0" encoding="UTF-8" ?> which is also driving me insane.

How do I turn this off or otherwise disable it?

Thanks!