| 468 | } |
| 469 | |
| 470 | void 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 | |
| 476 | void JsonViewDlg::GoToLine(size_t nLineToGo) const |
| 477 | { |
nothing calls this directly
no test coverage detected