Menu

v4.8.5 new feature for plugins

Don HO
2008-04-06
2012-11-14
  • Don HO

    Don HO - 2008-04-06

    In Notepad++ v4.8.5, you can add the separators in your plugin menu by adding an item with _pFunc == NULL.
    This item will be added in the menu as a separator, but it won't be added in the shorcut mapper list.
    Take a look at MIME Tools for the demonstration :
    http://sourceforge.net/project/downloading.php?group_id=189927&use_mirror=osdn&filename=mimeTools.v1.4.src.zip&38078931

    Don

     
    • Nobody/Anonymous

      In the compare plugin, once you compare two files, is there a short-cut key to jump to the differences one by one?