SlickEdit Community

SlickEdit Product Discussion => SlickEditĀ® => Slick-CĀ® Macro Programming => Topic started by: Mike-GreenGnome on February 16, 2007, 01:49:06 PM

Title: What are the basic steps to support new language in SlickEdit
Post by: Mike-GreenGnome on February 16, 2007, 01:49:06 PM
Hello everybody.
First of all - SlickEdit is a great thing!
But i have to edit in SlickEdit not only well supported languages (i.e. C++ or Java), but also custom scripting language. I've add support for code coloring and other nice thing (through File Extension...)
Can you phrase the basic steps to add code navigation/completion/beautifying for the new language source file in SlickEdit.

Thanks!

Sorry for my English. :(
Title: Re: What are the basic steps to support new language in SlickEdit
Post by: hs2 on February 16, 2007, 02:12:31 PM
It's quite basic - but <slick insall dir>/macros/prg.e is a template for adding custom lang. support.
And have a look at this example http://community.slickedit.com/index.php?topic=580.msg2790#msg2790 (http://community.slickedit.com/index.php?topic=580.msg2790#msg2790).

HS2