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

Method closeBigTextRoFileHand

src/cceditor/filemanager.cpp:1420–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418}
1419
1420void FileManager::closeBigTextRoFileHand(QString filepath)
1421{
1422 if (m_bigTxtEditFileMgr.contains(filepath))
1423 {
1424 BigTextEditFileMgr* v = m_bigTxtEditFileMgr.value(filepath);
1425 v->destory();
1426 delete v;
1427 m_bigTxtEditFileMgr.remove(filepath);
1428 }
1429}
1430
1431//初步检查文件的编程语言。两个标准: 1 文件头部标签 2 文件特定名称
1432LangType detectLanguage(QString& headContent, QString& filepath)

Callers 2

tabCloseMethod · 0.80
closeFileStaticMethod · 0.80

Calls 4

containsMethod · 0.45
valueMethod · 0.45
destoryMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected