Ecere SDK/eC Forums
http://ec-lang.org/community/
Print view

Adding support to Activestate Komodo Edit
http://ec-lang.org/community/viewtopic.php?f=2&t=110
Page 1 of 1
Author:  sacrebleu [ Sat Oct 16, 2010 11:48 am ]
Post subject:  Adding support to Activestate Komodo Edit

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
All times are UTC-05:00 Page 1 of 1