mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-29 06:12:59 -06:00
uppdev update
git-svn-id: svn://ultimatepp.org/upp/trunk@544 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4d38b96aa9
commit
85eade94fa
12 changed files with 804 additions and 2 deletions
|
|
@ -113,6 +113,7 @@ struct FindBrokenRefIterator : RichTxt::Iterator {
|
|||
Uuid itemstyle;
|
||||
|
||||
void Test();
|
||||
void Dnes();
|
||||
|
||||
virtual bool operator()(int pos, const RichPara& para)
|
||||
{
|
||||
|
|
@ -166,9 +167,16 @@ void Foo()
|
|||
EditString es;
|
||||
es. ;
|
||||
es.NullText(). ;
|
||||
THISBACK(
|
||||
|
||||
String x[5];
|
||||
x[1]. ;
|
||||
Rect r;
|
||||
r.
|
||||
|
||||
}
|
||||
|
||||
struct FwTest;
|
||||
|
||||
struct Dlg : WithEditStringLayout<TopWindow> {
|
||||
Dlg() {
|
||||
Ctrl:: ;
|
||||
|
|
@ -176,8 +184,11 @@ struct Dlg : WithEditStringLayout<TopWindow> {
|
|||
x. ;
|
||||
this. ;
|
||||
this-> ;
|
||||
a
|
||||
text. ;
|
||||
}
|
||||
Vector<String>::
|
||||
};
|
||||
|
||||
struct FwTest {
|
||||
void Test();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue