477_uppsrc.diff
| uppsrc/ide/idebar.cpp 2013-05-23 20:28:19 +0400 | ||
|---|---|---|
| 54 | 54 |
.Help("Close the current file tab");
|
| 55 | 55 |
menu.Add(AK_CLOSETABS, THISBACK(ClearTabs)) |
| 56 | 56 |
.Help("Close all file tabs");
|
| 57 |
menu.Add("Go back", THISBACK(HistoryBk))
|
|
| 58 |
.Key(K_ALT_LEFT); |
|
| 59 |
menu.Add("Go forward", THISBACK(HistoryFw))
|
|
| 60 |
.Key(K_ALT_RIGHT); |
|
| 57 | 61 |
if(!designer) {
|
| 58 |
menu.Add("Go back", THISBACK(HistoryBk))
|
|
| 59 |
.Key(K_ALT_LEFT); |
|
| 60 |
menu.Add("Go forward", THISBACK(HistoryFw))
|
|
| 61 |
.Key(K_ALT_RIGHT); |
|
| 62 | 62 |
menu.Add("Bookmarks", THISBACK(FileBookmark))
|
| 63 | 63 |
.Help("Set one of available bookmarks (1..9, 0) on current file");
|
| 64 | 64 |
menu.MenuSeparator(); |