MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / GetEOL

Method GetEOL

src/NppJsonViewer/ScintillaEditor.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82auto ScintillaEditor::GetEOL() const -> unsigned
83{
84 LRESULT eolMode = ::SendMessage(m_hScintilla, SCI_GETEOLMODE, 0, 0);
85 return static_cast<unsigned>(eolMode);
86}
87
88auto ScintillaEditor::GetIndent() const -> std::tuple<char, unsigned>
89{

Callers 1

GetFormatSettingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected