Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
kohait00 is currently offline  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

 
Read Message icon3.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: version.h problem
Next Topic: custom build step
Goto Forum:
  


Current Time: Wed Jun 05 22:57:01 CEST 2024

Total time taken to generate the page: 0.01935 seconds