how can I read every line of STC
and is there any way to change the color instead of
stc.StartStyling(start_pos, 0x1f)
stc.SetStyling(pos - start_pos, style)
it displays only red color
Wonjun, Choi
how can I read every line of STC
and is there any way to change the color instead of
stc.StartStyling(start_pos, 0x1f)
stc.SetStyling(pos - start_pos, style)
it displays only red color
Wonjun, Choi
how can I read every line of STC
stc.GetLine(lineNumber)
and is there any way to change the color instead of
stc.StartStyling(start_pos, 0x1f)
stc.SetStyling(pos - start_pos, style)it displays only red color
You can use multiple styles, or you can set the attributes for STC_STYLE_DEFAULT and style 0 if you want to set the colors for the areas with no text or for text that doesn't have any other style set
On 10/4/11 11:24 PM, Wonjun, Choi wrote:
--
Robin Dunn
Software Craftsman