| 888 | } |
| 889 | |
| 890 | void CMainFrame::OnUpdateInputLine(CCmdUI* pCmdUI) |
| 891 | { |
| 892 | pCmdUI->Enable(GetEvalView()->GetEditCtrl().GetWindowTextLength()); |
| 893 | } |
| 894 | |
| 895 | void CMainFrame::OnScriptOpen() |
| 896 | { |
nothing calls this directly
no outgoing calls
no test coverage detected