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: Other Features Wishlist and/or Bugs » Menu losing 'focus' when building?
Re: Menu losing 'focus' when building? [message #27223 is a reply to message #22066] Mon, 05 July 2010 23:51 Go to previous message
Sender Ghost is currently offline  Sender Ghost
Messages: 301
Registered: November 2008
Senior Member
Hello, Mirek.

I made following fixes to (partially) solve this problem.

Add declaration of Ide::ShowBottom function to uppsrc/ide/ide.h file after 719 line:
	void      ShowBottom(int i);

Change code of uppsrc/ide/ide.h file around 722 line for following functions:
	void      ShowConsole()                      { ShowBottom(1); }
	void      ShowConsole2()                     { ShowBottom(2); }

Add implementation of Ide::ShowBottom function to uppsrc/ide/Bottom.cpp file after 186 line:
void Ide::ShowBottom(int i)
{
	if(i == btabs.GetCursor() && IsBottomShown())
		return;
	SetBottom(i);
}



The main problem with Ide::SetBar function, which activates after each Ide::ShowConsole from Ide::PutConsole function.
Also Ide::SetBar function activates at the end of build process by Ide::SetIdeState function.

Changed files attached to this message.

[Updated on: Wed, 07 July 2010 09:42]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: tabs settings in editor not honoured
Next Topic: Alternate "Copy as declaration/definition"
Goto Forum:
  


Current Time: Fri May 10 21:56:28 CEST 2024

Total time taken to generate the page: 0.02453 seconds