Remove scintilla deprecated calls SCI_SETSTYLEBITS
Close #1173 Remove deprecated call to SCI_SETSTYLEBITS, see http://www.scintilla.org/ScintillaDoc.html#DeprecatedMessagespull/1173/merge
parent
d24d3bc33c
commit
735e019382
|
@ -1521,9 +1521,6 @@ void ScintillaEditView::defineDocType(LangType typeDoc)
|
||||||
setSpecialStyle(styleLN);
|
setSpecialStyle(styleLN);
|
||||||
}
|
}
|
||||||
setTabSettings(_pParameter->getLangFromID(typeDoc));
|
setTabSettings(_pParameter->getLangFromID(typeDoc));
|
||||||
execute(SCI_SETSTYLEBITS, 8); // Always use 8 bit mask in Document class (Document::stylingBitsMask),
|
|
||||||
// in that way Editor::PositionIsHotspot will return correct hotspot styleID.
|
|
||||||
// This value has no effect on LexAccessor::mask.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
BufferID ScintillaEditView::attachDefaultDoc()
|
BufferID ScintillaEditView::attachDefaultDoc()
|
||||||
|
|
Loading…
Reference in New Issue