Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Assembly Syntax Highlight

Hi Jerome,

The short answer is "yes", since the work is based on CDT. When we release our product to customers, we will also make it open source.

But the first thing I am worrying right now is to figure out how to implement such a feature. When an assembly file (with extension .asm or .s) is loaded in the editor, how do we "intercept" the syntax highlighting without modifying existing CDT plugins?

Thanks,
--alex

Date: Wed, 21 Dec 2005 08:22:34 +0100
From: Jerome CORRENOZ <jerome.correnoz@xxxxxx>
Subject: Re: [cdt-dev] Assembly Syntax Highlight
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Message-ID: <43A902BA.7070404@xxxxxx>
Content-Type: text/plain; charset=windows-1252; format=flowed

Hi Alex,

We are very interested for having such a feature. Do you intend to
retrofit this feature or the plugin to the CDT community ?

Regards,
Jerome

Alex Yin wrote:

> Hi,
>
> We have a special in-house assembly language with unique syntax, and I
> am working on the task to support its syntax highlighting in CDT
> assembly editor. The existing CDT plugin "org.eclipse.cdt.ui"
> implements hard-coded assembly syntax highlighting support in package
> "org.eclipse.cdt.internal.ui.editor.asm", class "AsmCodeScanner". How
> to create a plugin to overwrite it without modifying existing CDT
> source code?
>
> Thanks,
> --alex
>

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/



Back to the top