In Notepad++ version 3.9, the Function List plugin correctly showed "MyDialog" for the above. In 4.02 and 4.02 w/beta plugin, it shows "sourceNodePtr" instead.
A separate Function List plugin request: The list now dances when I change to a different document. Can you turn off the refresh of the list while you are updating it? Or maybe clear it and build it from scratch? --Joel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
C++ code snippet:
// **********************************************************
MyDialog::MyDialog(QWidget *parent, Qt::WFlags flags)
: QDialog(parent, flags), isVpsv(false), sourceNodePtr(NULL)
{
setupUi(this);
}
In Notepad++ version 3.9, the Function List plugin correctly showed "MyDialog" for the above. In 4.02 and 4.02 w/beta plugin, it shows "sourceNodePtr" instead.
A separate Function List plugin request: The list now dances when I change to a different document. Can you turn off the refresh of the list while you are updating it? Or maybe clear it and build it from scratch? --Joel
Both of these issues have been fixed in 1.2 Final, thanks to Jens. --Joel