Customize Toolbar - New Version 4.1
-
תודה אחי
A few more questions:
-
So what happens if I don’t put all my toolbar buttons (per the GUI customizer) into CustomizeToolbar.btn, will they be missing?
-
Do the lines in CustomizeToolbar.btn need to be in the same order as my custom toolbar? (per the GUI customizer)
-
Do you think it might be possible one day to have larger icons?
-
-
My pleasure. :)
- Custom buttons (unlike the plugin’s internal buttons) would not be available.
- No. The order is saved in CustomizeToolbar.dat created automatically by Customize Toolbar.
- That’s a request for the developer. :)
Best regards.
-
First, Thank You !!!
For years I’ve tried using the Custom Button feature, only to have it never work.
What I discovered today on wX is that if the Custom Buttons menu item is checked, the Custom buttons are disabled. When the Custom Buttons is unchecked the buttons are enabled. -
I copied in the .btn file from Customize.Toolbar.Images.Some.Python.Scripts.zip removing the Python lines.
Now after editing the Custom Buttons file, no action enables the custom buttons. The .dat file is recreated, but none of the buttons in the file are added to the list or to the toolbar.
Restoring the CustomizeToolbar.btn file from the Customize.Toolbar.Images.Some.Python.Scripts.zip does not work.
Deleting the .dat and .btn files restores the default set, but no extra buttons functionality
Flaky!
-
@dave-user Any chance you can take a look at these requests again?
- 48x48 (or larger size toolbar icons)
- better organized icons (in subfolder)
- better stability of toolbar (per @Ian-Eales )
-
where to get the source code?
-
I’ve had to switch NPP to 64-bit due to editing restrictions on some corporate software… (long, boring story)
Of course there are very few plugins available but the one I really want is Customize Toolbar… Any chance of a 64-bit version? -
Hello Dann,
I’d suggest to email the developer (Dave).
His address appears in Customize Toolbar -> Help - Overview.Best regards.
-
CoustomizeToolbar.btn file doesn’t support the drop-down menu item with comma inside.
Eg. Line up multiple lines by(,) include comma inside and hence doesn’t work.
TextFX,TextFX Edit,Line up multiple lines by(,), xxx.bmp.
Hope to add this feature in new version.
-
Also if you want own icon, you may find my tool to be handy :) You can create 16x16 icon with it: https://mini.krzysiu.net/icon-generator/ (for now only icons with text, but I’m planning to add symbol font)
And then you want to prepare proper BMP. I recommend ImageMagick. The command is:
magick convert icon.png BMP3:new_icon.bmp
Whereicon.png
is the original file andnew_icon.bmp
will be a proper one. Remember thatBMP3:
is the most important thing here, as the plugin uses BMP version 3 icons. I didn’t manage to save proper icon in GIMP - it seems it uses BMP4 format and it breaks custom button.Steps to reproduce:
- Use default
CustomizeToolbar.btn
- Get http://up.krzysiu.net/5USYfpP3d1/toolbar_ico_phperr0.bmp (16x16 bit BMP, 8 bit, yet not compatibile with the plugin; it’s RLE, but non-RLE or any other saved by Gimp were causing the same problem) and place it inside icon directory (in my case
%APPDATA%\Notepad++\plugins\config
) - Replace in
CustomizeToolbar.btn
the lineEdit,Select All,,,custom-icon-2.bmp
withEdit,Select All,,,toolbar_ico_phperr0.bmp
(i.e. replace icon of button that was working at first) - Run Notepad++ - there’s no “Select all” button in available list
- Close Notepad++, replace the same line in
CustomizeToolbar.btn
with old version ([…]custom-icon-2.bmp
) - Button is still missing, even if there’s correct icon now
Workaround I found to get missing buttons back:
- Close N++
- Move to save place
CustomizeToolbar.btn
andCustomizeToolbar.dat
- Run N++, so Customize Toolbar will recreate files (default ones) and supposedly some cache
- Close N++
- Replace default files with the copy from 2nd point
- Use default
-
@dave-user Any plans on implementing a 64-bit version and/or can you make the source available through GitHub?
-
@dave-user I would like to echo @MapJe71’s request for either a 64-bit version or access to the source so users can compile it form themselves.
-
Why error? img
-
Why error? look img
-
@Alexander-Kravchenko uninstall DSpellCheck plugin to “solve” problem.
-
Hi,Dave:
I found that now no plugin can change the size of toolbar’s icon. Would you like to add the feature in your plunin? Thank you. -
Custom button error on img:
http://i.shotnes.com/u/2837/0423/screenshot_1419.png
DSpellCheck removed.
How to fix it? -
Hello @Goodie_Slava,
Did those icons belong to
DSpellCheck
?
Did you manually editCustomizeToolbar.btn
? - If you did, remove the references from that file.You can also try deleting
CustomizeToolbar.btn
andCustomizeToolbar.dat
(in theConfig
folder) and restart NPP.Best regards.
-
Hello
How can I create Icons for funtions which there are no icons yet but there is a menu item for it?
Thanks -
Thank you for reporting this. I also had same issues and discussed with Dave.
Apparently the CustomizeToolbar plugin needs all other plugins to be loaded and initialized on start up. Since there is no indication by NPP, an arbitrary waiting time is set then plugin starts. So on slower machines (and with many/ heavy plugins) this time may be insufficient.
As a workaround, a version with longer waiting time is under test,
Note, these times are in milliseconds range so it should not “slow down” too much the NPP startup.As for DSpellCheck - the relation to this issue is its relatively long overall time to load so any optimization in this regard will help additionally. Already reported on their GitHub
@dave-user Sorry for bringing this instead of you, I am excited that this annoying thing has a workaround!