������ǰ��ɫ��line �кţ��������pos��λ�ÿ�ʼ
| 124 | |
| 125 | //������ǰ��ɫ��line �кţ��������pos��λ�ÿ�ʼ |
| 126 | void FindResultView::setLineColorStyle(int line, int offsetPos, int length, int style) |
| 127 | { |
| 128 | int startPos = SendScintilla(SCI_POSITIONFROMLINE, line); |
| 129 | SendScintilla(SCI_STARTSTYLING, startPos + offsetPos); |
| 130 | SendScintilla(SCI_SETSTYLING, length, style); |
| 131 | } |
| 132 | |
| 133 | |
| 134 | void FindResultView::mouseDoubleClickEvent(QMouseEvent* /*e*/) |