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

Method comment

src/scintillaeditview.cpp:4274–4290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4272}
4273
4274void ScintillaEditView::comment(int type)
4275{
4276 switch (type)
4277 {
4278 case ADD_DEL_LINE_COM:
4279 doBlockComment(cm_toggle);
4280 break;
4281 case ADD_BK_COM:
4282 doStreamComment();
4283 break;
4284 case DEL_BK_COM:
4285 undoStreamComment();
4286 break;
4287 default:
4288 break;
4289 }
4290}
4291
4292#ifdef Q_OS_WIN
4293void ScintillaEditView::deleteTailFileThread()

Callers 1

doCommentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected