Using Komodo 4.4.1 on Mac OS X (same results in Windows), using Python 2.6. I get the following message in my output:
/Applications/Komodo IDE.app/Contents/SharedSupport/dbgp/pythonlib/dbgp/client.py:813: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 self.message = message /Applications/Komodo IDE.app/Contents/SharedSupport/dbgp/pythonlib/dbgp/client.py:815: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 return self._cmd_error % (self.name,self.tid,self.errid,self.message)
I'm working with Komodo IDE 4.4.1 on a Mac and a PC, moving project files back and forth through a Subversion repository hosted at Unfuddle. I also use TortoiseSVN on the PC, which appears to work fine. Command-line svn also works properly on both machines.
In Komodo on both the Mac and PC, the "Update" button is disabled at all times, as far as I can tell. Some other functions do operate correctly -- for example, I can select a file in the project and click "History", and it works fine -- so I assume my svn setup is basically correct.
I'm still running Komodo IDE 4.4.1. I'll be updating to OS X 10.6 Snow Leopard soon. Will my 4.x IDE work at all under 10.6? I only use it for Ruby coding & debugging if that makes a difference.
It's extremely difficult to get approval to spend any money around here this year. So I hope I can delay updating to 5.x a while longer.
Hi,
I am using KOMODO 5.1.4 but recently found syntex error checking does not work anymore...I simply typed the following lines of Perl codes
"
my$filename='opo.li'
open(FID,$filename)
"
I intentionally omitted semicolons at the end of each line, but KOMODO can no longer underscore the syntax errors as before... is there any incompatibility for perl in MAC leopard ??
Thanks!!
Hi
I have MAMP installed and running PHP and MySQL. I have a database with the correct user privileges assigned.
When I run my PHP page that connects to the database through the Preview browser (or directly in Firefox), using localhost as the local server - it connects fine to the database.
However, when I run the same page through the debugger, I get the following mysql_error()
Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2)
In my php.ini the MYSQL_SOCKET = /Applications/MAMP/tmp/mysql/mysql.sock
Hi
I am new to Komodo and am having trouble getting my PHP page to view using localhost in the preview window?
I have MAMP running in the background and if i type in the address http://localhost:8888/MAMP/www/tester/tester.php my page renders nicely in my browser.
However, when I'm editing the page in Komodo IDE and click on the 'Preview buffer in Browser' button, I get a new window pane and the following address is used file:///Applications/MAMP/bin/mamp/www/tester/tester.php
I have gone into Komodo -> Preferences -> Mapped URIs and set up the following mapping:
Repro:
0. Komodo 5.1.4 build 30485, Mac OS X 10.6.
1. Select a directory (folder) in the Projects pane.
2. Click the "Source Code Control: Remove" button.
3. In the "Remove Files from Source Control" panel, confirm selection of the directory and click OK.
...Komodo pops a "svn remove failure" dialog. Text:
---
Error running '/usr/bin/svn delete', it dit not exit properly: rv=1
Stderr:
svn: Try 'svn help' for more info
svn: Not enough arguments provided
---
I've been using KomodoEdit for nearly a year now and I think I've been harboring a key misunderstanding about how abbreviations work. I've always assumed that they were context-sensitive such that I could duplicate shortcuts as long as the contexts were different. Tonight, I created an RHTML folder and created an "if" snippet. Yet, in one of my Rails view files, when I typed "if+Cmd+T", I got the value of my PHP if abbreviation.
I see the latest 5.2 betas have no PowerPC build available; is PowerPC support being dropped?