Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ onUnregisterDocument
Method
onUnregisterDocument
src/tools/ecode/plugins/plugin.cpp:330–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
}
329
330
void PluginBase::onUnregisterDocument( TextDocument* doc ) {
331
for ( auto& kb : mKeyBindings )
332
doc->removeCommand( kb.first );
333
}
334
335
} // namespace ecode
Callers
nothing calls this directly
Calls
1
removeCommand
Method · 0.80
Tested by
no test coverage detected