Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » WISH: "Execute" Button & "Rebuild package only" Button
Re: WISH: "Execute" Button & "Rebuild package only" Button [message #25310 is a reply to message #25309] |
Tue, 16 February 2010 21:53   |
 |
kohait00
Messages: 939 Registered: July 2009 Location: Germany
|
Experienced Contributor |
|
|
to have it all together: the execute (and more stuff) in the toolbar feature..
execute
idebar.cpp:536
void Ide::MainTool(Bar& bar)
{
Edit(bar);
// if(debugger)
// DebugMenu(bar);
// else
// if(!designer)
// bar.Separator();
Project(bar);
BuildMenu(bar);
DebugMenu(bar);
BrowseMenu(bar);
}
open output directory
idebar.cpp:445
menu.Add(!IsNull(target), "Open output directory", IdeImg::opposite(), THISBACK(OpenOutputFolder));
run in debuger, i used own recolored Navigator image from ide.iml, named debug_debug()
idebar.cpp:464
menu.Add(b, AK_DEBUG, IdeImg::debug_debug(), THISBACK1(BuildAndDebug, false))
.Help("Build application & run debugger");
seems as if everything having an image will be displayed also in the toolbar, so what ever you like to have in toolbar, give it an icon for..
[Updated on: Tue, 16 February 2010 21:54] Report message to a moderator
|
|
|
 |
 |
WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 12:04
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Tue, 16 February 2010 12:45
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 12:59
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Tue, 16 February 2010 13:10
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 13:29
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Tue, 16 February 2010 13:51
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 14:16
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Tue, 16 February 2010 14:34
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 15:54
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Tue, 16 February 2010 17:08
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 20:58
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 21:29
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 21:53
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Wed, 17 February 2010 00:46
|
Goto Forum:
Current Time: Wed Apr 30 08:12:31 CEST 2025
Total time taken to generate the page: 0.01408 seconds
|