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

Method HunspellInterface

src/spellers/HunspellInterface.cpp:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144std::wstring DicInfo::from_dictionary_encoding(std::string_view input) const { return convert_impl<wchar_t>(back_converter, input); }
145
146HunspellInterface::HunspellInterface(HWND npp_window_arg, const Settings &settings)
147 : m_use_one_dic(false), m_settings(settings) {
148 m_npp_window = npp_window_arg;
149 m_singular_speller = {};
150 m_last_selected_speller = {};
151 m_is_hunspell_working = false;
152}
153
154void HunspellInterface::update_on_dic_removal(wchar_t *path, bool &need_single_lang_reset, bool &need_multi_lang_reset) {
155 auto it = m_all_hunspells.find(path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected