Remove scintilla deprecated calls SCI_SETSTYLEBITS

Close #1173
Remove deprecated call to SCI_SETSTYLEBITS, see http://www.scintilla.org/ScintillaDoc.html#DeprecatedMessages
pull/1173/merge
Christian Grasser 2015-11-23 21:45:27 +01:00 committed by Don Ho
parent d24d3bc33c
commit 735e019382
1 changed files with 0 additions and 3 deletions

View File

@ -1521,9 +1521,6 @@ void ScintillaEditView::defineDocType(LangType typeDoc)
setSpecialStyle(styleLN);
}
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()