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@13481 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
edbc34961d
commit
026d4ca1e6
2 changed files with 21 additions and 0 deletions
10
upptst/Diff/Diff.upp
Normal file
10
upptst/Diff/Diff.upp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
uses
|
||||
CtrlLib,
|
||||
TextDiffCtrl;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
||||
11
upptst/Diff/main.cpp
Normal file
11
upptst/Diff/main.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
#include <TextDiffCtrl/TextDiffCtrl.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
PatchDiff d;
|
||||
d.Open("C:/Users/cxl/patch.diff", Vector<String>() << "C:/xxx/classic/uppsrc/ide");
|
||||
d.Run();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue