MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / HTMLAutoCompleteDecorator

Class HTMLAutoCompleteDecorator

src/decorators/HTMLAutoCompleteDecorator.h:25–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class HTMLAutoCompleteDecorator : public EditorDecorator
26{
27 Q_OBJECT
28
29public:
30 explicit HTMLAutoCompleteDecorator(ScintillaNext *editor);
31
32public slots:
33 void notify(const Scintilla::NotificationData *pscn) override;
34};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected