Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pfong on September 01, 2010, 06:57:21 pm

Title: Add button to toolbar for user defined tool?
Post by: pfong on September 01, 2010, 06:57:21 pm
Is it possible to add a button to the toolbar for tools that I've configured under the Tools menu?  I don't see any thing in the forums or wiki about configuring the toolbar and right clicking on the toolbars doesn't do anything.
Title: Re: Add button to toolbar for user defined tool?
Post by: oBFusCATed on September 01, 2010, 09:37:31 pm
Not possible, but I was thinking about this feature too :)

I think it is possible to write a plugin that does this:)
Another possibility is to extend the script plugins, so they can create toolbars or add buttons to a toolbar ("scripted toolbar").
Title: Re: Add button to toolbar for user defined tool?
Post by: MortenMacFly on September 02, 2010, 09:12:07 pm
I think it is possible to write a plugin that does this:)
Another possibility is to extend the script plugins, so they can create toolbars or add buttons to a toolbar ("scripted toolbar").
I think the best way is to enhance the ToDo plugin itself to add this as an option.
Title: Re: Add button to toolbar for user defined tool?
Post by: oBFusCATed on September 02, 2010, 09:34:48 pm
Morten: why, to me the two seems quite unrelated
Title: Re: Add button to toolbar for user defined tool?
Post by: ptDev on September 02, 2010, 09:43:01 pm
Not possible, but I was thinking about this feature too :)

I think it is possible to write a plugin that does this:)
Another possibility is to extend the script plugins, so they can create toolbars or add buttons to a toolbar ("scripted toolbar").

Or perhaps, convert "Tools" into a plugin, and assign Tools its own toolbar.
Title: Re: Add button to toolbar for user defined tool?
Post by: MortenMacFly on September 03, 2010, 12:53:15 pm
Morten: why, to me the two seems quite unrelated
My bad. I read ToDo instead of tools... Please ignore my noise.