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

Function IsStreamCommentStyle

scintilla/lexers/LexEScript.cxx:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172
173static bool IsStreamCommentStyle(int style) {
174 return style == SCE_ESCRIPT_COMMENT ||
175 style == SCE_ESCRIPT_COMMENTDOC ||
176 style == SCE_ESCRIPT_COMMENTLINE;
177}
178
179static void FoldESCRIPTDoc(unsigned int startPos, int length, int initStyle, WordList *[], Accessor &styler) {
180 //~ bool foldComment = styler.GetPropertyInt("fold.comment") != 0;

Callers 1

FoldESCRIPTDocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected