| 313 | } |
| 314 | |
| 315 | int NppInterface::line_from_position(TextPosition position) const { |
| 316 | return static_cast<int>(send_msg_to_scintilla(SCI_LINEFROMPOSITION, position)); |
| 317 | } |
| 318 | |
| 319 | std::wstring NppInterface::plugin_config_dir() const { return get_dir_msg(NPPM_GETPLUGINSCONFIGDIR); } |
| 320 |
no outgoing calls
no test coverage detected