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

Method get_target_view

src/npp/NppInterface.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46HMENU NppInterface::get_menu_handle(int menu_type) const { return reinterpret_cast<HMENU>(send_msg_to_npp(NPPM_GETMENUHANDLE, menu_type)); }
47
48int NppInterface::get_target_view() const {
49 return static_cast<int>(m_target_view);
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));

Callers 1

target_view_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected