News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Put "Projects" tab popup-menu also on source tabs?

Started by DJMaze, March 19, 2006, 03:20:29 AM

Previous topic - Next topic

DJMaze

I'm used to popup-menu's when i right-click a tab (firefox, IE7, BCB, you name it)
Can C::B have this same feature implemented on the sourcefile tabs?

Pecan

#1
Quote from: DJMaze on March 19, 2006, 03:20:29 AM
I'm used to popup-menu's when i right-click a tab (firefox, IE7, BCB, you name it)
Can C::B have this same feature implemented on the sourcefile tabs?

Nightly Builds and SVN versions of CodeBlocks provide the following:



Could you specify what more you would prefer added?


Which do you think are appropriate?

TheNullinator

Quote from: Pecan on March 19, 2006, 03:42:55 AM
Could you specify what more you would prefer added?

I think he may be using RC2 which, IIRC, didn't have a context menu on the editor tabs.

@DJMaze:  You can get such functionality by using a nightly build available at http://forums.next.codeblocks.org/index.php?board=20.0 or by building Code::Blocks from SVN source (quite enjoyable and satisfying IMHO  :)).

DJMaze

Cool i will check a snapshot.

I ment the menu used in "opened Files" tree.

So 2 additional options to that menu is great: swap header/source and Add to-do item

TheNullinator

The Opened Files list has those options in recent versions.

DJMaze

Pfff shortsighted in here so i will rephrase

I ment A COPY OF the menu used in "opened Files" tree ... NOT the menu in "default workspace"

So 2 additional options IN THE TAB menu is great: swap header/source and Add to-do item

TheNullinator

I'm sorry, I misunderstood.   :oops:

I've just uploaded a patch to https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=945&group_id=5358 that adds "Swap header/source" to the editor tab context menu.  I'd never really minded not having that feature, but now it is there, it is very handy.   :)  Thanks for pointing it out.

Cheers