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

Method newEmptyHexDocument

src/cceditor/filemanager.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30ScintillaHexEditView* FileManager::newEmptyHexDocument()
31{
32 ScintillaHexEditView* pEdit = new ScintillaHexEditView(nullptr);
33 return pEdit;
34}
35
36//从尾部找前面的换行符号。返回的是需要回溯的个数
37//注意如果是LE编码,字节流是\n\0的格式。从尾部往前回溯,找到\n,要回退1个\0。\n\0是一个整体,不能分割开

Callers 1

openHexFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected