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