| 307 | std::string NppInterface::get_current_line() const { return get_line(get_current_line_number()); } |
| 308 | |
| 309 | TextPosition NppInterface::get_current_pos() const { return static_cast<int>(send_msg_to_scintilla(SCI_GETCURRENTPOS, 0, 0)); } |
| 310 | |
| 311 | int NppInterface::get_current_line_number() const { |
| 312 | return line_from_position(get_current_pos()); |
no outgoing calls
no test coverage detected