I am trying to use Eclipse as editor for Lisp. I found out
that Lisp Syntax Description file (lisp.hrc) does not do so
much as for other more popular languages (eg. C, Java).
So I improved it a bit (changed file is attached in case
you will conseder it good enough to replace old file). But
one thing I can not understand. How to control what is
displayed in Eclipse outline view? I saw that for C
language there is displayed different icons for inludes
and functions. For Java these are different icons for
imports. Is there any documentation where is described
how to control Eclipse outline?
Updated Lisp Syntax Description
Logged In: YES
user_id=313042
Mykolas, thank you for you patches, unfortunately I've noticed
it too late - after 0.5.0, Colorer beta2 release.
But, anyway, I'll insert you fixes into the library package.
As about outline view - this is managed with special HRC
regions, derived from "def:Outlined".
All such a regions should be automatically drawed in outline
view. As about Icons, take a look at net.sf.colorer/icons
directory - i think you'll understand the idea :-)
Logged In: YES
user_id=313042
integrated into 0.5.0 release