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

Method init

src/plugins/codeeditor/gui/texteditor.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void TextEditor::init()
43{
44 connect(this, &TextEditor::marginClicked, this, &TextEditor::onMarginClicked);
45 connect(verticalScrollBar(), &QScrollBar::valueChanged, this, &TextEditor::onScrollValueChanged);
46 connect(this, &TextEditor::cursorPositionChanged, this, &TextEditor::onCursorPositionChanged);
47}
48
49void TextEditor::openFile(const QString &fileName)
50{

Callers 2

initEditorServiceMethod · 0.45
initWindowServiceMethod · 0.45

Calls 1

connectFunction · 0.85

Tested by

no test coverage detected