MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / CREATE_SETTING

Function CREATE_SETTING

src/ApplicationSettings.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67CREATE_SETTING(Editor, WordWrap, wordWrap, bool, false)
68CREATE_SETTING(Editor, FontName, fontName, QString, QStringLiteral("Courier New"))
69CREATE_SETTING(Editor, FontSize, fontSize, int, []() { return qApp->font().pointSize() + 2; })
70CREATE_SETTING(Editor, AdditionalWordChars, additionalWordChars, QString, QStringLiteral(""));
71CREATE_SETTING(Editor, DefaultEOLMode, defaultEOLMode, QString, QStringLiteral(""))
72CREATE_SETTING(Editor, URLHighlighting, urlHighlighting, bool, true)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected