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

Method BlockFromStyle

scintilla/lexlib/SubStyles.h:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 int BlockFromStyle(int style) const {
89 int b = 0;
90 for (std::vector<WordClassifier>::const_iterator it=classifiers.begin(); it != classifiers.end(); ++it) {
91 if (it->IncludesStyle(style))
92 return b;
93 b++;
94 }
95 return -1;
96 }
97
98public:
99

Callers

nothing calls this directly

Calls 1

IncludesStyleMethod · 0.80

Tested by

no test coverage detected