Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-ui-dev] About single line comments

> 
> This is a multi-part message in MIME format.
> 
> ------=_NextPart_000_03C7_01C368B1.52D35EB0
> Content-Type: text/plain;
> 	charset="koi8-r"
> Content-Transfer-Encoding: quoted-printable
> 
>   Hi all!
> 
> I have another question about comments :))
> 
> As I understood ASM Editor has additional single line comment symbol - =
> '#'. But this symbol behaves differently of usual single line comment =
> symbol - '//'. The difference is that if  we write "//this is "test" of =
> single line comment" all string will be of one color and if we  write =
> "#this is "test" of single line comment" the word " "test" " will be =
> painted as string not as a comment.
> 
> I wonder if this behavior of '#' normal and if yes - how can I make '#' =
> behaves like '//'?
> 

Probably a bug, Sebastien probably reuse the rules of the CEditor.




Back to the top