| 151 | constexpr auto MARK_BOOKMARK = 20; |
| 152 | |
| 153 | void NppInterface::add_bookmark(TextPosition line) { |
| 154 | send_msg_to_scintilla(SCI_MARKERADD, line, MARK_BOOKMARK); |
| 155 | } |
| 156 | |
| 157 | constexpr auto npp_view_count = 2; |
| 158 |
no outgoing calls
no test coverage detected