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

Method clearSuperBitLineCache

src/scintillaeditview.cpp:1205–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203}
1204
1205void ScintillaEditView::clearSuperBitLineCache()
1206{
1207 m_addrLineNumMap.clear();
1208}
1209//20230116新增,尽可能的还是显示行号。如果发生了跳转,则没有办法计算前面的行号,
1210//则只能显示地址。如果没跳转,而是动态顺序翻页,则可以显示行号
1211//20230201发现一个问题。底层qscint是按照utf8字节流来计算字符大小的。如果原始文件的编码

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected