mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Console output now supports search, font settings 'set to defaults' button
git-svn-id: svn://ultimatepp.org/upp/trunk@13490 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c3976889b5
commit
69459dfe4d
5 changed files with 20 additions and 5 deletions
|
|
@ -868,6 +868,10 @@ void Ide::ConsoleMenu(Bar& menu)
|
|||
.Key(K_CTRL_V)
|
||||
.Help("Append selection to system console");
|
||||
menu.Separator();
|
||||
menu.Add(AK_FIND, [=] {
|
||||
console.FindReplace(false, true, false);
|
||||
});
|
||||
menu.Separator();
|
||||
menu.Add("Clear", THISBACK(ConsoleClear))
|
||||
.Help("Empty system console");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue