mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@8737 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
955a601148
commit
39faffda00
1 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue