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 » Developing U++ » U++ Developers corner » What is the best: a separate UppCodeEditor or expanding the existing?
Re: What is the best: a separate UppCodeEditor or expanding the existing? [message #2059 is a reply to message #2057] Fri, 31 March 2006 00:40 Go to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
And then in idebar.cpp...
Quote:


void Ide::IdeEditorLocalMenu(Bar& menu)
{ //what items are needed put here?...
menu.Add(AK_JUMPS, THISBACK(JumpS));
menu.Add(AK_SWAPS, THISBACK(SwapS));
menu.Add(AK_JUMPS, THISBACK(JumpS));
menu.Separator();
editor.StdBar(menu);
//add extra item "customize menu..."
}


Thanks! ...Need to add some "if" logic here...

Edit: I mean, it works Smile

[Updated on: Fri, 31 March 2006 00:43]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Funny experiences with AlphaBlend....
Next Topic: Request for code audit
Goto Forum:
  


Current Time: Sat Sep 06 10:28:55 CEST 2025

Total time taken to generate the page: 0.05804 seconds