Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ detachFileInfo
Method
detachFileInfo
src/ScintillaNext.cpp:726–731 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
724
}
725
726
void ScintillaNext::detachFileInfo(const QString &newName)
727
{
728
setName(newName);
729
730
bufferType = ScintillaNext::New;
731
}
732
733
void ScintillaNext::setTemporary(bool temp)
734
{
Callers
1
loadTempFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected