[go: up one dir, main page]

Menu

#2 Lisp Syntax Description

closed
nobody
None
5
2003-12-05
2003-09-05
No

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?

Discussion

  • Mykolas Juraitis

    Updated Lisp Syntax Description

     
  • Igor Russkih

    Igor Russkih - 2003-09-14

    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 :-)

     
  • Igor Russkih

    Igor Russkih - 2003-12-05

    Logged In: YES
    user_id=313042

    integrated into 0.5.0 release

     
  • Igor Russkih

    Igor Russkih - 2003-12-05
    • status: open --> closed
     

Log in to post a comment.