MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / willFileGetStoredInSession

Method willFileGetStoredInSession

src/SessionManager.cpp:237–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237bool SessionManager::willFileGetStoredInSession(ScintillaNext *editor) const
238{
239 SessionFileType editorType = determineType(editor);
240
241 // See if the editor type is in the currently supported file types
242 return fileTypes.testFlag(editorType);
243}
244
245void SessionManager::storeFileDetails(ScintillaNext *editor, QSettings &settings)
246{

Callers 1

closeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected