mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@9699 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d8485e6206
commit
0932bd4190
1 changed files with 26 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ void Autocomplete()
|
|||
Upp::String
|
||||
}
|
||||
|
||||
void Autocomplete()
|
||||
{
|
||||
Upp::TrimBoth().
|
||||
}
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
void Autocomplete()
|
||||
|
|
@ -94,8 +99,29 @@ void Autocomplete()
|
|||
p.
|
||||
}
|
||||
|
||||
struct FooBar {
|
||||
int x;
|
||||
};
|
||||
|
||||
void Autocomplete()
|
||||
{
|
||||
FooBar b;
|
||||
b.
|
||||
}
|
||||
|
||||
void Autocomplete()
|
||||
{
|
||||
::FooBar b;
|
||||
b.
|
||||
}
|
||||
|
||||
Index<String>& Tags();
|
||||
|
||||
void Autocomplete() // TODO
|
||||
{
|
||||
::Tags().
|
||||
}
|
||||
|
||||
void Autocomplete()
|
||||
{
|
||||
Tags().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue