Customize Toolbar - New Version 5.1
-
Version 5.1 of Customize Toolbar has been released.
Version 5.1 is fully compatible with Notepad++ 8.0 and later versions, as well as Notepad++ 7.9.5 and earlier versions.
QUICK CODES
The major new feature in this version is support for ‘quick codes’, which can be used instead of image file names in custom button definitions.
Using ‘quick codes’ it is very easy to create images for plugin buttons that have no images when using Fluent Icons in Notepad++.
For example, to create images for the eight ‘Compare’ plugin buttons, add the following definitions to the ‘CustomizeToolbar.btn’ file:
Plugins,Compare,Set as First to Compare,*B:SF,*B:SF,
Plugins,Compare,Compare,*B:C,*B:C,
Plugins,Compare,Clear Active Compare,*B:CA,*B:CA,
Plugins,Compare,First,*B:<<,*B:<<|,
Plugins,Compare,Previous,*B:<,*B:<,
Plugins,Compare,Next,*B:>,*B:>,
Plugins,Compare,Last,*B:>>,*B:>>,
Plugins,Compare,Navigation Bar,*B:NB,*B:NB,See ‘Help - Custom Buttons’ for more details.
Win32 and x64 Unicode variants are available for download at:
DOWNLOADS
https://sourceforge.net/projects/npp-customize/files/Customize Toolbar v5.1/CustomizeToolbar_5_1_ANSI.zip/download
https://sourceforge.net/projects/npp-customize/files/Customize Toolbar v5.1/CustomizeToolbar_5_1_UNI.zip/download
RELEASE NOTES
New features, changes and fixes in Customize Toolbar 5.1:
- New: Simple ‘quick codes’ can be used instead of image file names in custom button definitions.
- New: Additional ‘Resource Usage’ menu item and panel showing resource usage metrics.
- Chg: Renamed ‘Customize…’ menu item to ‘Customize Toolbar…’ menu item.
- Chg: Updated text in the ‘Help - Overview’ and ‘Help - Custom Buttons’ panels.
- Chg: Added examples in initial CustomizeToolbar.btn file of ‘quick codes’ usage.
- Chg: Menu string errors in CustomizeToolbar.btn file now indicated by ‘!’ icon.
- Chg: Image file name errors in CustomizeToolbar.btn file now indicated by ‘?’ icon.
- Chg: Increased maximum number of toolbar buttons from 200 to 300.
- Fix: Removed Spell-Checker plugin workaround because it caused other problems.
- Fix: Increased size of buffers to avoid truncation of menu strings.
- Fix: Improved checks to avoid buffer overflows.
- Fix: Forces transparent toolbar background to avoid grey button backgrounds with Windows 7.
-