MCPcopy Create free account
hub / github.com/cxasm/notepad-- / setLineBackColorStyle

Method setLineBackColorStyle

src/findresultview.cpp:116–123  ·  view source on GitHub ↗

�����б���ɫ

Source from the content-addressed store, hash-verified

114
115//�����б���ɫ
116void FindResultView::setLineBackColorStyle(int line, int style)
117{
118 int startPos = SendScintilla(SCI_POSITIONFROMLINE, line);
119 int len = SendScintilla(SCI_LINELENGTH, line);
120
121 SendScintilla(SCI_STARTSTYLING, startPos);
122 SendScintilla(SCI_SETSTYLING, len, style);
123}
124
125//������ǰ��ɫ��line �кţ��������pos��λ�ÿ�ʼ
126void FindResultView::setLineColorStyle(int line, int offsetPos, int length, int style)

Callers 1

appendResultsToShowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected