From 8d4db4eef4965abf26754fa2caa76c65b51f2544 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 7 Sep 2009 08:21:22 +0000 Subject: [PATCH] Syncing uppdev git-svn-id: svn://ultimatepp.org/upp/trunk@1560 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppdev/DropListBug/main.cpp | 5 +++-- uppdev/F5crash/F5crash.upp | 6 ++++++ uppdev/F5crash/init | 3 +++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 uppdev/F5crash/F5crash.upp create mode 100644 uppdev/F5crash/init diff --git a/uppdev/DropListBug/main.cpp b/uppdev/DropListBug/main.cpp index 2da771793..6d5633c00 100644 --- a/uppdev/DropListBug/main.cpp +++ b/uppdev/DropListBug/main.cpp @@ -20,11 +20,12 @@ public: addButton <<= THISBACK(AddButtonClicked); removeButton <<= THISBACK(RemoveButtonClicked); - for(int i=0;i<10;i++){ + dropList.AddSeparator(); + for(int i=0;i<1000;i++){ dropList.Add(i,Format("%d",i)); if(((i+1)%3)==0) dropList.AddSeparator(); } - + dropList.AddSeparator(); } void AddButtonClicked() diff --git a/uppdev/F5crash/F5crash.upp b/uppdev/F5crash/F5crash.upp new file mode 100644 index 000000000..611f9040c --- /dev/null +++ b/uppdev/F5crash/F5crash.upp @@ -0,0 +1,6 @@ +file + U:\xxx\ttest.js; + +mainconfig + "" = ""; + diff --git a/uppdev/F5crash/init b/uppdev/F5crash/init new file mode 100644 index 000000000..da6eaf91b --- /dev/null +++ b/uppdev/F5crash/init @@ -0,0 +1,3 @@ +#ifndef _F5crash_icpp_init_stub +#define _F5crash_icpp_init_stub +#endif