MCPcopy Create free account
hub / github.com/WinMerge/winmerge / ReadOptions

Method ReadOptions

Src/PropEditorSyntax.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 * @brief Reads options values from storage to UI.
48 */
49void PropEditorSyntax::ReadOptions()
50{
51 Options::EditorSyntax::Load(GetOptionsMgr(), m_Extension);
52}
53
54/**
55 * @brief Writes options values from UI to storage.

Callers

nothing calls this directly

Calls 2

LoadFunction · 0.70
GetOptionsMgrFunction · 0.70

Tested by

no test coverage detected