Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Editor structure

Thanks Alain. 

By number I mean the constant numbers like: 0x0016, 13ul and so on.
I like when I can define different color for numbers, so they could easily be located in the code.

Thanks
  Igor



-----Original Message-----
From: cdt-dev-admin@xxxxxxxxxxx [mailto:cdt-dev-admin@xxxxxxxxxxx]On Behalf Of Alain Magloire
Sent: Friday, August 27, 2004 9:55 PM
To: cdt-dev@xxxxxxxxxxx
Subject: Re: [cdt-dev] Editor structure


> 
> I would like to extend the syntax highlighting of C++ editor, so can =
> anyone point me to the documentation that explains differences between =
> partition scanners and scanners within editor. I'm not sure when should =
> I provide my own partition scanner and how the scanner for the this =
> partition should look like.=20
> 

in the tools menu

Help --> Help Contents

The section on Programming.

> What I would like to achieve is provide syntax highlighting for:
> - preprocessor directives the way they are handled in the Borland =
> editors (C++ Builder and C++ Builder X)
> - numbers

Numbers ?

> - tasks tags=20

for this, another person call ... Igor, commited some code.  It was
disable for some reason(for the higher load required from the parser ?)
Do not recall.  But the code and the preference pages were disable, they
still sit in repository.

> 
> I thought to create simple code assistant for preprocessor directives, =
> but I don't think anybody needs one.
> 
> Thanks
>   Igor

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top