[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] Overriding default content types
|
- From: Ethan T <eclipse@xxxxxxxxxxxxxx>
- Date: Wed, 11 Jul 2007 11:02:45 -0400
- Newsgroups: eclipse.tools.cdt
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070604 Thunderbird/2.0.0.4 Mnenhy/0.7.5.0
I originally posted this in .newcomer, but since it seems to be CDT
specific, I'll repost here:
I'd like to start coding for Rabbit microprocessors with Eclipse, but
I'm having problems with a file type setting. This is a language called
"Dynamic C" which is close enough to C that it should be usable in Eclipse.
However, Rabbit uses ".lib" to identify libraries in source code format.
These are ASCII source files, rather than the normal static libraries
we're used to seeing in other C environments.
Unfortunately, when I make a custom file type in the CDT to set "*.lib"
to "C Source File", it saves the setting but nothing changes. Eclipse
still thinks they're static libraries, and thus doesn't color code the
file or analyze the code for its functions and definitions.
Is it possible to disable or override the default ".lib" content type so
that I can use my own?
--
eth'nT