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

Method start

src/plugins/codeeditor/codeeditor.cpp:61–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool CodeEditor::start()
62{
63 qInfo() << __FUNCTION__;
64
65 initActions();
66 initWindowService();
67 initButtonBox();
68 initEditorService();
69 initOptionService();
70 initSymbol();
71 registerVariables();
72
73 return true;
74}
75
76dpf::Plugin::ShutdownFlag CodeEditor::stop()
77{

Callers 8

initMethod · 0.45
initConnectionMethod · 0.45
onFileDeletedMethod · 0.45
onFileModifiedMethod · 0.45
eventMethod · 0.45
onTextAddedMethod · 0.45
setValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected