MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / InvalidateStyleData

Method InvalidateStyleData

scintilla/src/Editor.cxx:292–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void Editor::InvalidateStyleData()
293{
294 stylesValid = false;
295 vs.technology = technology;
296 DropGraphics ( false );
297 AllocateGraphics();
298 llc.Invalidate ( LineLayout::llInvalid );
299 posCache.Clear();
300}
301
302void Editor::InvalidateStyleRedraw()
303{

Callers

nothing calls this directly

Calls 2

InvalidateMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected