Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: +1

Ricardo wrote:

I would like to have it too.

Or https://winscp.net/forum/viewtopic.php?t=8625

It will be possible to hide toolbar buttons in WinSCP 5.14.
I'm sending you an email with a development version of WinSCP to the address you have used to register on this forum.
martin

Re: Add a Custom Toolbar

OK, I have added the suggestion to the tracker.
jsherk

Add a Custom Toolbar

It would be nice to have an additional toolbar (View > Toolbars) called Custom Toolbar.

On this toolbar, you would be able to specify which of the existing toolbar buttons (from the other toolbars) could be displayed on it.

For example, I want to create a custom toolbar that has Parent Driectory button, Refresh button, Add/Edit Link button, Open Session in PuTTY button, Find Files button, and Open Saved Session dropdown. This way I can hide all the other toolbars, and only show my custom toolbar with the specific buttons I want to use.

POSSIBLE IMPLEMENTATION:
Perhaps a new section could be added in the WinSCP.ini file called [Custom Toolbar] and ALL existing toolbar buttons would be listed with a default of false. meaning the custom toolbar would be empty as the default setting. Setting any of these to true would make them display on the Custom Toolbar. So it might look something like this:

[Custom Toolbar]
Address.AddressDropdown = false
Address.OpenDirectoryBookmark = false
...
Standard_Buttons.Back = false
Standard_Buttons.Forward = false
Standard_Buttons.ParentDirectory = false
...
Session_Buttons.NewSession = false
Session_Buttons.DuplicateSession = false
...
etc