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

Function get_default_hunspell_path

src/plugin/Plugin.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118const Settings &get_settings() { return *settings; }
119
120std::wstring get_default_hunspell_path() {
121 std::wstring path = ini_file_path;
122 return path.substr(0, path.rfind(L'\\')) + L"\\Hunspell";
123}
124
125void set_hmodule(HANDLE h_module_arg) {
126 h_module = h_module_arg;

Callers 2

processMethod · 0.85
run_dlg_procMethod · 0.85

Calls 1

substrMethod · 0.80

Tested by

no test coverage detected