mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@13510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
59960800a6
commit
f458e138af
3 changed files with 20 additions and 1 deletions
|
|
@ -6,6 +6,6 @@ using namespace Upp;
|
|||
GUI_APP_MAIN
|
||||
{
|
||||
PatchDiff d;
|
||||
d.Open("C:/Users/cxl/patch.diff", Vector<String>() << "C:/xxx/classic/uppsrc/ide");
|
||||
d.Open("C:/Users/cxl/Downloads/xxx2.diff", Vector<String>() << "C:/u/upp.src/uppsrc/ide");
|
||||
d.Run();
|
||||
}
|
||||
|
|
|
|||
9
upptst/LangInfo/LangInfo.upp
Normal file
9
upptst/LangInfo/LangInfo.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
CtrlLib;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
||||
10
upptst/LangInfo/main.cpp
Normal file
10
upptst/LangInfo/main.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
StdLogSetup(LOG_COUT|LOG_FILE);
|
||||
const LanguageInfo& f = GetLanguageInfo();
|
||||
DUMP(AsString(f));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue