KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 15 forks source link

Make CodeDocument::selectSymbol accessible via api executor #163

Open narnaud opened 3 weeks ago

narnaud commented 3 weeks ago

Have a look at what is done in CppDocument: you just have to tage the slot with API_EXECUTOR. Except it's only defined in CppDocument, it should be defined in Document.h directly.

Make sure it works (Shift+Ctrl+R to show it).