I'm using Komodo IDE 4.1.1 and have some pretty large folder structures of included files all of which are loaded by an _autoload method (and using the Zend Framework). Often, when I try to use the 'Go to definition' option to jump to a class/method I get a blue error at the bottom of the window saying 'evaluating at Could not resolve first part of '' (error determining definition)'
When I open Komodo Edit by clicking on it on the dock, I have a close and maximize button. If Komodo is opened by double clicking a file in the finder, however, the close and maximize buttons are disabled (grayed out). Anyone have an idea why this could be?
Em, I just want to install it on my school's apple computer. It runs on Mac OS X version 10.4.10 with 1.83 GHz Intel Core 2 Duo processor. But after I copied "Komodo IDE.app" to my net disk, and installed the license, I click the Komodo IDE icon, but no response~ Why is that?
I downloaded Komodo-IDE-4.1.1-279677-macosx-x86.dmg, it should be correct.
Any help? Thx a lot.
I was excited by the announcement that the new version of Komodo would include support for ActionScript, but I've since discovered that the only AS support includes some Flex MXML and embedded AS highlighting. SOOOoooo disappointing.
Hey all,
I have a whole bunch of drupal projects (checked out from CVS) and then locally version controlled in SVN. This means I have both .svn and CVS directories in my projects, which seems to confuse Komodo.
What I'd like, is for Komodo to use SVN for source control (i.e. when I hit update or commit), but it seems to give preference to CVS. Is there a way to set this that I'm not seeing? There seems to be a source control section in the project properties, but it appears uneditable.
thanks in advance.
I recently switched to the Mac OS X environment, also switching an application from MS Access to Filemaker. I have some old code I'd like to use. Anybody have experience with this environment / application? I believe I have set the proper authorization for the database in Filemaker. I need help with the connection and how to properly point to the particluar folder/file.
Here is a snippet of code which I used successfully in the PC/Access environment:
use DBI;
$dbh = DBI->connect('dbi:ODBC:ITDict'); #... Open connection to Access database
OS X 10.4.9, Komodo IDE 4.2 beta 2
Issue: Set a breakpoint in a file, but the debugger does not stop. It does stop if you put xdebug_break at the same location.
I finally tracked this down to having symbolic links in the path to the source. I'm using Drupal with a module where the module directory was a symbolic link to another path in the file system. The debugger worked correctly if I replace the symbolic link with the source directory.
Using Emacs key bindings, if I do the following:
- select text using shift+arrow
- go to menu and select Edit | Cut
- go to menu and select Edit | Paste
* file "dirty" marker is now showing since the file has been edited
- C-x C-s does not save anymore. Instead it always goes into incremental search.
Possibly related, but a lot of stuff on my system flat out doesn't work even though the keybindings indicate they should. C-w to cut region doesn't work at all and never has. It seems that almost any invalid key sequence will generate a Tool | Run dialog instead.
I downloaded a new TDK 4.1 trial version and want to transfer my old TDK 3.2 project (Windows) to Mac. However, I cannot find the basekit file base-tk-xxx for Mac anywhere. How do I suppose to make an executable file using TclApp? Thank you.