Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Request : C::B View::notebook enhancements

<< < (6/23) > >>

oBFusCATed:
Found first bug: the tooltips show even if I'm on another virtual desktop. Happens with Enlightenment dr 17. I don't know it can happen with gnome/kde.

Jenna:

--- Quote from: oBFusCATed on December 11, 2010, 11:53:57 pm ---Found first bug: the tooltips show even if I'm on another virtual desktop. Happens with Enlightenment dr 17. I don't know it can happen with gnome/kde.

--- End quote ---
Should be fixed with this (updated) patch.

Edit:

Patch updated: http://forums.codeblocks.org/index.php/topic,13826.msg93178.html#msg93178

MortenMacFly:

--- Quote from: jens on December 12, 2010, 12:26:05 am ---Should be fixed with this (updated) patch.

--- End quote ---
...looks good to me! :-)

Just one minor note: The destructor should be virtual to avoid warnings... unless you have an implicit reason not to do so.

Jenna:

--- Quote from: MortenMacFly on December 12, 2010, 09:14:42 am ---
--- Quote from: jens on December 12, 2010, 12:26:05 am ---Should be fixed with this (updated) patch.

--- End quote ---
...looks good to me! :-)

Just one minor note: The destructor should be virtual to avoid warnings... unless you have an implicit reason not to do so.

--- End quote ---
Done, also removed a warning about unused parameters.
What's still missing (not only for the new code, but the wole class) are (doxyblocks) comments.

Updated patch attached (no change of functionality).

EDIT:

Patch updated: http://forums.codeblocks.org/index.php/topic,13826.msg93186.html#msg93186

MortenMacFly:

--- Quote from: jens on December 12, 2010, 10:50:10 am ---Updated patch attached (no change of functionality).

--- End quote ---
Well, I notice another thing (which I thought was due to a background app on my PC when I tried the first time):
1.) The tooltip flickers quite ugly on Windows XP. It seems it's set a "million" times when I keep hovering over the tab. Notice that I don't move the mouse. Probably a little caching (like checking if the old tooltip is the same as the new one) might help...?!
2.) While the tooltip is showing I have no access any longer to the menu using the right mosue button. :-(

Edit: [additional info to 2.)] -> Again this is only, if I don't move the mouse. f I move the mouse a little bit on the tab and press the right mouse button I see the menu. Hence I guess it's because he tooltip is no longer shown in that case.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version