Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ FocusFTPWindow
Method
FocusFTPWindow
src/NppFTP.cpp:146–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
int NppFTP::FocusFTPWindow() {
147
bool shown = (m_ftpWindow->IsVisible());
148
if (!shown)
149
m_ftpWindow->Show(true);
150
m_ftpWindow->Focus();
151
152
return 0;
153
}
154
155
156
Callers
1
FocusFTPWindow
Function · 0.80
Calls
3
IsVisible
Method · 0.45
Show
Method · 0.45
Focus
Method · 0.45
Tested by
no test coverage detected