MCPcopy Create free account
hub / github.com/SpartanJ/eepp / unregisterPlugin

Method unregisterPlugin

src/eepp/ui/uicodeeditor.cpp:3869–3875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3867}
3868
3869void UICodeEditor::unregisterPlugin( UICodeEditorPlugin* plugin ) {
3870 auto it = std::find( mPlugins.begin(), mPlugins.end(), plugin );
3871 if ( it != mPlugins.end() ) {
3872 mPlugins.erase( it );
3873 plugin->onUnregister( this );
3874 }
3875}
3876
3877const Time& UICodeEditor::getFindLongestLineWidthUpdateFrequency() const {
3878 return mFindLongestLineWidthUpdateFrequency;

Callers 6

~PluginBaseMethod · 0.80
~LSPClientPluginMethod · 0.80
~LinterPluginMethod · 0.80
~AutoCompletePluginMethod · 0.80
~FormatterPluginMethod · 0.80
~UIDiffViewMethod · 0.80

Calls 5

findFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45
onUnregisterMethod · 0.45

Tested by

no test coverage detected