Author Topic: What are the basic steps to support new language in SlickEdit  (Read 5328 times)

Mike-GreenGnome

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
What are the basic steps to support new language in SlickEdit
« 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. :(

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: What are the basic steps to support new language in SlickEdit
« Reply #1 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.

HS2