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  |
 |
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
[Updated on: Fri, 31 March 2006 00:43] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat Sep 06 13:20:24 CEST 2025
Total time taken to generate the page: 0.10085 seconds
|