Marc Soleda:

>  Shouldn't it work and hide control characters:
> 
> SendMessage(SCI_STYLESETVISIBLE, STYLE_CONTROLCHAR, 0);
> 
> I've tried but it doesn't seem to work. How can I hide Ctrl+Char and 
> Ctrol+Shift+Char.

"""STYLE_CONTROLCHAR    36      This style sets the font used when drawing
control characters. Only the font, size, bold, italics, and character
set attributes are used and not the colour attributes.""" The
visibility attribute is not used.

There is no simple way to hide control characters.

   Neil

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to