Menu

Function List Plugin Change from 3.9 to 4.02

2007-03-12
2012-11-14
  • Nobody/Anonymous

    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

     
    • MJG

      MJG - 2007-03-14

      Both of these issues have been fixed in 1.2 Final, thanks to Jens.  --Joel