mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
eedba84ed4
commit
3cdc839856
3 changed files with 12 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
6
uppdev/F5crash/F5crash.upp
Normal file
6
uppdev/F5crash/F5crash.upp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
file
|
||||
U:\xxx\ttest.js;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
|
||||
3
uppdev/F5crash/init
Normal file
3
uppdev/F5crash/init
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#ifndef _F5crash_icpp_init_stub
|
||||
#define _F5crash_icpp_init_stub
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue