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

Function QsciScintilla

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

Source from the content-addressed store, hash-verified

25#include <QContextMenuEvent>
26
27DWIDGET_USE_NAMESPACE
28
29TextEditor::TextEditor(QWidget *parent)
30 : QsciScintilla(parent)
31{
32 d = new TextEditorPrivate(this);
33 horizontalScrollBar()->setVisible(false);
34 init();
35}
36
37TextEditor::~TextEditor()
38{

Callers

nothing calls this directly

Calls 2

initFunction · 0.85
setVisibleMethod · 0.80

Tested by

no test coverage detected