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

Method onRegisterEditor

src/tools/ecode/plugins/debugger/debuggerplugin.cpp:1546–1552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1544}
1545
1546void DebuggerPlugin::onRegisterEditor( UICodeEditor* editor ) {
1547 editor->registerGutterSpace( this, PixelDensity::dpToPx( 8 ), 0 );
1548
1549 editor->addUnlockedCommands( DebuggerCommandList );
1550
1551 PluginBase::onRegisterEditor( editor );
1552}
1553
1554void DebuggerPlugin::onUnregisterEditor( UICodeEditor* editor ) {
1555 editor->removeUnlockedCommands( DebuggerCommandList );

Callers

nothing calls this directly

Calls 2

registerGutterSpaceMethod · 0.80
addUnlockedCommandsMethod · 0.80

Tested by

no test coverage detected