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

Method isFile

src/ScintillaNext.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288bool ScintillaNext::isFile() const
289{
290 return bufferType == ScintillaNext::File || bufferType == ScintillaNext::FileMissing;
291}
292
293QFileInfo ScintillaNext::getFileInfo() const
294{

Callers 15

initMethod · 0.80
detectLanguageMethod · 0.80
saveSessionMethod · 0.80
getEditorByFilePathMethod · 0.80
addEditorMethod · 0.80
editorRenamedMethod · 0.80
determineTypeMethod · 0.80
getDefaultDirectoryMethod · 0.80
editorActivatedMethod · 0.80
newFileEntryMethod · 0.80
MainWindowMethod · 0.80
newFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected