MCPcopy 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
131void NppInterface::activate_document(int index) { send_msg_to_npp(NPPM_ACTIVATEDOC, to_index(m_target_view), index); }
132
133void NppInterface::activate_document(const std::wstring &filepath) {
134 auto fnames = get_open_filenames();

Callers

nothing calls this directly

Calls 3

findFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected