MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / editor_rect

Method editor_rect

src/npp/NppInterface.cpp:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237RECT NppInterface::editor_rect() const {
238 RECT out;
239 GetWindowRect(get_view_hwnd(), &out);
240 OffsetRect(&out, -out.left, -out.top);
241 return out;
242}
243
244void NppInterface::delete_range(TextPosition start, TextPosition length) {
245 send_msg_to_scintilla(SCI_DELETERANGE, start, length);

Callers 1

get_visible_textMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected