| 165 | } |
| 166 | |
| 167 | int NppInterface::get_text_height(int line) const { return static_cast<int>(send_msg_to_scintilla(SCI_TEXTHEIGHT, line)); } |
| 168 | |
| 169 | int NppInterface::get_point_x_from_position(TextPosition position) const { |
| 170 | return static_cast<int>(send_msg_to_scintilla(SCI_POINTXFROMPOSITION, 0, position)); |
no outgoing calls
no test coverage detected