1. Download a plugin from http://sourceforge.net/projects/npp-customize/files/?source=navbar
2. Extract and copy CustomizeToolbar.dll into notepad++'s installation folder like:
C:Program Files (x86)Notepad++plugins
3. Restart notepadd++, and click menu "PluginsCustomize ToolbarCustom Buttons" to enable custom buttons.
4. Edit the config file CustomizeToolbar.btn from location like:
C:UsersjweiAppDataRoamingNotepad++pluginsconfig
5. Replace the first line to define your preferred command, "File|Reload from Disk" for example:
Edit,Select All,,,custom-icon-1.bmp
with
File,Reload from Disk,,,custom-icon-1.bmp
6. Save the changes and reopen notepad++.
7. Clicking the hammer icon at the right end on toolbar will perform the command of "File|Reload from Disk".