Menu

Function List Plugin Change from 3.9 to 4.02

MJG
2007-03-12
2013-05-21
  • MJG

    MJG - 2007-03-12

    Here is a minor problem in this great editor.

    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. --Joel

     
    • Jens Lorenz

      Jens Lorenz - 2007-03-14

      Fixed in Function List version 1.2 final. Please visit download section.

      Best Regards
      Jens

       
    • MJG

      MJG - 2007-03-14

      This is indeed fixed.  I didn't even have to wait long!

      The Function List plugin is one of the best features of Notepad++ for me, and I really appreciate your effort on it, Jens.  Thanks!  --Joel

       
    • skeptical

      skeptical - 2007-03-14

      Thanks for switching to case-insensitive alphabetical sort, Jens!  -Bahman

       

Log in to post a comment.

MongoDB Logo MongoDB