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

Method UpdateNodePath

src/NppJsonViewer/JsonViewDlg.cpp:470–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470void JsonViewDlg::UpdateNodePath(HTREEITEM htiNode) const
471{
472 std::wstring nodePath = m_pTreeView->GetNodePath(htiNode);
473 CUtility::SetEditCtrlText(::GetDlgItem(_hSelf, IDC_EDT_NODEPATH), nodePath);
474}
475
476void JsonViewDlg::GoToLine(size_t nLineToGo) const
477{

Callers

nothing calls this directly

Calls 1

GetNodePathMethod · 0.80

Tested by

no test coverage detected