Adding support to Activestate Komodo Edit

General help: new users, installing the Ecere SDK, using the IDE to compile and run applications.
Post Reply
sacrebleu
Posts: 27
Joined: Sun Jan 17, 2010 12:37 pm

Adding support to Activestate Komodo Edit

Post by sacrebleu »

Where eC's IDE fails, I use Komodo Edit. It has, for instance, the useful "find and replace in all files" .. while we wait for Ecere to catch up, Komodo is a great second choice as it is useful for PHP/etc and to add basic eC functionality is easy.

To use some of the features of Komodo Edit, you'll need to:

1. create a blank file eC.ec inside
Komodo Edit/lib/support/default-templates/Common

2. edit lib/support/prefs.xml

Find the string:

Code: Select all

  <string id="factoryFileAssociations">{'*.ada': 'Ada',
Add

Code: Select all

"*.ec":"eC"
to the list
Post Reply