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

Method GetLineEndTypesAllowed

scintilla/src/Document.h:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 int LineEndTypesSupported() const;
261 bool SetDBCSCodePage(int dbcsCodePage_);
262 int GetLineEndTypesAllowed() { return cb.GetLineEndTypes(); }
263 bool SetLineEndTypesAllowed(int lineEndBitSet_);
264 int GetLineEndTypesActive() { return cb.GetLineEndTypes(); }
265 virtual void InsertLine(int line);

Callers 1

WndProcMethod · 0.80

Calls 1

GetLineEndTypesMethod · 0.80

Tested by

no test coverage detected