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

Method get_indicator_value_at

src/npp/NppInterface.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52int NppInterface::get_indicator_value_at(int indicator_id, TextPosition position) const {
53 return static_cast<int>(send_msg_to_scintilla(SCI_INDICATORVALUEAT, indicator_id, position));
54}
55
56LRESULT NppInterface::send_msg_to_npp(UINT Msg, WPARAM wParam, LPARAM lParam) const { return SendMessage(m_npp_data.npp_handle, Msg, wParam, lParam); }
57

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected