CECIL
Hayden Smith <[email protected]> Sat, 29 May 2010 09:55:24 +1200
| Newsgroups | gmane.comp.lang.eiffel.gobo.devel |
|---|---|
| Message-ID | <[email protected]> |
I've been putting together a plugin for Qt Creator for working with Gobo Eiffel projects. So far, I've just implemented basic highlighting of reserved keywords, predefined keywords and types defined in ELKS. The next step is to form an abstract syntax tree so I can implement autocompletion and other context-dependent actions. Ideally, I would like to use classes from gec to do this and figured that the best way to work with them was via CECIL. The only reference I could find though was that it hadn't been implemented yet. Is this a feature that's high on the priority list, or are there any other ways of integrating the gec classes that I could use? (Qt is written in C++) Qt uses MIME types to associate editors with file extension patterns with specific editors. I couldn't find a specific type for Eiffel source code, so I just used 'application/eiffel-source'. Is there a specific MIME type I can use or would anyone like to suggest an alternative? Cheers! ------------------------------------------------------------------------------