Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ activate_document
Method
activate_document
src/npp/NppInterface.cpp:131–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
void NppInterface::activate_document(int index) { send_msg_to_npp(NPPM_ACTIVATEDOC, to_index(m_target_view), index); }
132
133
void NppInterface::activate_document(const std::wstring &filepath) {
134
auto fnames = get_open_filenames();
Callers
nothing calls this directly
Calls
3
find
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected