| 161 | } |
| 162 | |
| 163 | void NppInterface::set_target_view(int view_index) const { |
| 164 | m_target_view = static_cast<NppViewType>(view_index); |
| 165 | } |
| 166 | |
| 167 | int NppInterface::get_text_height(int line) const { return static_cast<int>(send_msg_to_scintilla(SCI_TEXTHEIGHT, line)); } |
| 168 |
no outgoing calls
no test coverage detected