git-svn-id: svn://ultimatepp.org/upp/trunk@8737 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-07-23 20:00:56 +00:00
parent 955a601148
commit 39faffda00

View file

@ -170,6 +170,11 @@ void Autocomplete()
txt[1].
}
void Autocomplete()
{
VectorMap<String, String>()[i].
}
void Autocomplete()
{
Array<String> 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