Skip to main content

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

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