Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ ShowFTPWindow
Function
ShowFTPWindow
src/PluginInterface.cpp:155–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
/////
154
155
void __cdecl ShowFTPWindow() {
156
show = !show;
157
if (isStarted)
158
nppFTP.ShowFTPWindow();
159
}
160
161
void __cdecl FocusFTPWindow() {
162
show = !show;
Callers
nothing calls this directly
Calls
1
ShowFTPWindow
Method · 0.80
Tested by
no test coverage detected