MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / get_full_current_path

Method get_full_current_path

src/npp/NppInterface.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231std::wstring NppInterface::get_full_current_path() const {
232 std::vector<wchar_t> full_path(MAX_PATH);
233 send_msg_to_npp(NPPM_GETFULLCURRENTPATH, MAX_PATH, reinterpret_cast<LPARAM>(full_path.data()));
234 return full_path.data();
235}
236
237RECT NppInterface::editor_rect() const {
238 RECT out;

Callers 1

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected