| 137 | } |
| 138 | |
| 139 | int NppFTP::ShowFTPWindow() { |
| 140 | bool show = !(m_ftpWindow->IsVisible()); |
| 141 | m_ftpWindow->Show(show); |
| 142 | |
| 143 | return 0; |
| 144 | } |
| 145 | |
| 146 | int NppFTP::FocusFTPWindow() { |
| 147 | bool shown = (m_ftpWindow->IsVisible()); |
no test coverage detected