MCPcopy Create free account
hub / github.com/cxasm/notepad-- / execute

Method execute

src/scintillaeditview.cpp:405–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405sptr_t ScintillaEditView::execute(quint32 Msg, uptr_t wParam, sptr_t lParam) const {
406 try {
407 return (m_pScintillaFunc) ? m_pScintillaFunc(m_pScintillaPtr, Msg, wParam, lParam) : -1;
408 }
409 catch (...)
410 {
411 return -1;
412 }
413};
414
415
416QString ScintillaEditView::getTagByLexerId(int lexerId)

Callers 15

showBigTextLineAddrMethod · 0.95
showBigTextRoLineNumMethod · 0.95
bookmarkNextMethod · 0.95
bookmarkAddMethod · 0.95
bookmarkDeleteMethod · 0.95
bookmarkPresentMethod · 0.95
bookmarkClearAllMethod · 0.95
getMarkedLineMethod · 0.95
deleteMarkedlineMethod · 0.95
cutMarkedLinesMethod · 0.95
replaceMarkedlineMethod · 0.95
pasteToMarkedLinesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected