MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / IsQuoteLine

Function IsQuoteLine

scintilla/lexers/LexPython.cxx:422–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422static bool IsQuoteLine(int line, Accessor &styler) {
423 int style = styler.StyleAt(styler.LineStart(line)) & 31;
424 return ((style == SCE_P_TRIPLE) || (style == SCE_P_TRIPLEDOUBLE));
425}
426
427
428static void FoldPyDoc(unsigned int startPos, int length, int /*initStyle - unused*/,

Callers 1

FoldPyDocFunction · 0.70

Calls 2

StyleAtMethod · 0.45
LineStartMethod · 0.45

Tested by

no test coverage detected