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

Method get_line_end_position

src/npp/NppInterface.cpp:325–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325TextPosition NppInterface::get_line_end_position(TextPosition line) const {
326 return static_cast<int>(send_msg_to_scintilla(SCI_GETLINEENDPOSITION, line));
327}
328
329HWND NppInterface::get_editor_hwnd() const { return m_npp_data.npp_handle; }
330

Callers 1

get_visible_textMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected