Re: [Boa Constr] Adding new languages to boa-constructor
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2006-10-31 15:12:10
|
Hi Duane, Duane Kaufman wrote: > Hi, > > I would like to add syntax highlighting, etc, for Fortran to Boa. Has > anyone done anything like this, and is there a document I could work > from to do this? There are two complete examples for you to work from: Plug-ins/PascalSupport.plug-in.py Plug-ins/JavaSupport.plug-in.py Find replace on these examples should get you most of the way there as they contain all the needed hooks to define a new language for the IDE. Cheers, Riaan. |