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 #25279 is a reply to message #25277] Tue, 16 February 2010 12:59 Go to previous messageGo to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
thank you fudamin, in my version i also have it placed..

in idebar.cpp:534
void Ide::MainTool(Bar& bar)
{
	Edit(bar);
	if(debugger)
		DebugMenu(bar);
	else
	if(!designer)
		bar.Separator();
	Project(bar);
	BuildMenu(bar);
	DebugMenu(bar); //new
	BrowseMenu(bar);
}


is the place.. but the separator doubles are kind of ugly..
mirek could do it better Smile, i.e even place a "debug run" button, but a first shot is alright.

but the other part, rebuild main, is quite important as well, i think
 
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 Apr 30 02:02:12 CEST 2025

Total time taken to generate the page: 0.00999 seconds