From 39faffda00577f978bfce7784115152bb28010db Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 23 Jul 2015 20:00:56 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@8737 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/Assist/main.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/upptst/Assist/main.cpp b/upptst/Assist/main.cpp index e1ce97f63..73a5dd864 100644 --- a/upptst/Assist/main.cpp +++ b/upptst/Assist/main.cpp @@ -170,6 +170,11 @@ void Autocomplete() txt[1]. } +void Autocomplete() +{ + VectorMap()[i]. +} + void Autocomplete() { Array v; @@ -290,9 +295,9 @@ struct MYTabs : FileTabs { void MYTabs::RenameFile(const WString &from, const WString &to, Image icon) { - FileTabs::RenameFile(from, to, icon); // should jump tp FileTabs, not here - Upp::FileTabs::RenameFile(from, to, icon); // should jump tp FileTabs, not here - ::Upp::FileTabs::RenameFile(from, to, icon); // should jump tp FileTabs, not here + FileTabs::RenameFile(from, to, icon); // should jump to FileTabs, not here + Upp::FileTabs::RenameFile(from, to, icon); // should jump to FileTabs, not here + ::Upp::FileTabs::RenameFile(from, to, icon); // should jump to FileTabs, not here RenameFile(from, to, icon); // to MyTabs MYTabs::RenameFile(from, to, icon); // to MyTabs ::MYTabs::RenameFile(from, to, icon); // to MyTabs