MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / switchToSearch

Method switchToSearch

src/plugins/find/findplugin.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void FindPlugin::switchToSearch()
46{
47 windowService->raiseMode(CM_EDIT);
48 windowService->showWidgetAtPosition(MWNA_ADVANCEDSEARCH, Position::Left, true);
49}
50
51void FindPlugin::registerShortcut()
52{

Callers

nothing calls this directly

Calls 2

raiseModeMethod · 0.80
showWidgetAtPositionMethod · 0.80

Tested by

no test coverage detected