News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

custom project right-click menu

Started by subatomic, September 30, 2008, 04:36:48 PM

Previous topic - Next topic

subatomic

I'd like to add a custom right click command to each project icon - (and it'd be nice if I could add one for files as well).

For example, I want to right-click Diff the project, and have "meld" run a diff on the directory  (i'm in fedora 8 )..

I can see wanting other commands in the future.   
If not a feature, could this be added to the feature list?

MortenMacFly

Quote from: subatomic on September 30, 2008, 04:36:48 PM
If not a feature, could this be added to the feature list?
This can be very easily done using the plugin SDK of C::B. But I don't see this feature will make it into the core. Exactly because it can be done as a plugin... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

subatomic

ah, good to know how it's to be done.   i'll research that...  thanks.

mariocup

Hi subatomic,

a plug-in that includes this functionality is the Shell Extension Plugin (see http://www.codeblocks.org/en-docs-wrapper section File Explorer and Shell Extension Plugin for the docu). It is not part of the official CB version but you can download it from http://developer.berlios.de/projects/cbilplugin/.

Bye,

Mario