Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] co-locating CDT's build toolbar actions with the platform's

A usability annoyance in CDT-based products is that the platform's build-all-projects action and CDT's build actions are located far apart in the workbench toolbar ("coolbar", to be precise). Additionally, the platform's action (file with binary sequence) has a very different icon than CDT's (hammer). The latter is easy to fix; we're just going to replace the icon file in our platform sources. The former is simply a matter of tweaking the CDT actionSet extension to reference the platform's File toolbar.

I figured I'd check to see if the CDT community would like this change. The only possible concern I see is that CDT adopters who've been adding to the CDT toolbar would end up having to adjust their action definitions as well, less they appear on their own.

John

Attachment: ss_mct.gif
Description: ss_mct.gif


Back to the top