Author Topic: custom project right-click menu  (Read 3465 times)

Offline subatomic

  • Single posting newcomer
  • *
  • Posts: 5
custom project right-click menu
« on: September 30, 2008, 04:36:48 pm »
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?
« Last Edit: September 30, 2008, 04:49:50 pm by subatomic »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: custom project right-click menu
« Reply #1 on: September 30, 2008, 04:48:30 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline subatomic

  • Single posting newcomer
  • *
  • Posts: 5
Re: custom project right-click menu
« Reply #2 on: September 30, 2008, 04:50:39 pm »
ah, good to know how it's to be done.   i'll research that...  thanks.

mariocup

  • Guest
Re: custom project right-click menu
« Reply #3 on: October 01, 2008, 09:50:44 am »
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