[MonoDevelop] Extended notebook widget

Todd Berman tberman@sevenl.net
Thu, 29 Apr 2004 18:48:53 -0400


The code looks good, however I am not sure if we want to use this for
MonoDevelop.

I have yet to hear for a convincing case in putting functionality on a
right click menu accessed by clicking on a tab. Stuff like 'Oh, but you
put close and save menu items there' doesnt really cut it for me. We
have a whole button for close, and save isnt something that needs to be
duplicated there.

If someone can explain why this sort of functionality would be desirable
that would be a good first step.

--Todd

On Thu, 2004-29-04 at 21:08 +0200, Iñigo Illán wrote:
> After some weeks that I have been busy at university, I have found some
> time to develop some code.
> 
> Here I send you a extended notebook widget that adds support for menus
> when right clicking on the tabs. It is extensible as you can see. I
> haven't seen any gnome application that have this feature, but
> SharpDevelop has. Do you think it can be useful for MonoDevelop?