[Geany] filedefs.asm for mips isa

Manuel Mendez mmendez534 at xxxxx
Thu Oct 9 02:53:23 UTC 2008


I installed Geany from Ubuntu 8.04 repos and I cant find
scintilla/LexASM.cxx anywhere.

Any clues to what might be going on?

Thanks

On Tue, Oct 7, 2008 at 7:44 AM, Nick Treleaven <
nick.treleaven at btinternet.com> wrote:

> On Sun, 5 Oct 2008 16:02:57 -0700
> Jason Oster <parasytic at gmail.com> wrote:
>
> > Unfortunately, the ASM lexer in Scintilla does not support
> > customizable comments. But you can make a modification to add # as a
> > comment char. It's in LexASM.cxx
>
> line 150, scintilla/LexASM.cxx:
> if (sc.ch == ';'){
>
> change to:
> if (sc.ch == '#'){
>
> Really the Scintilla ASM lexer could be improved to have a
> customizable comment char property and also a label style.
>
> Regards,
> Nick
> _______________________________________________
> Geany mailing list
> Geany at uvena.de
> http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/users/attachments/20081008/01fbcf4f/attachment.html>


More information about the Users mailing list