mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Add autocomplete for python help entry
This commit is contained in:
@@ -118,6 +118,7 @@ public:
|
||||
static QWidget *QWidgetFromPy(PyObject *widget);
|
||||
|
||||
void reflectSource(QString src);
|
||||
void makeHelpContext();
|
||||
QString tooltipForLoc(int line, int col);
|
||||
QList<QPair<QString, QString>> completionOptions(int line, QString expr, int &prefix_len);
|
||||
QString tryFunctionCompletion(int line, QString expr);
|
||||
|
||||
Reference in New Issue
Block a user