mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-02 06:12:41 -06:00
MakeInstall4 - ready for wine
git-svn-id: svn://ultimatepp.org/upp/trunk@958 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7a14c82189
commit
30f52dfc8d
16 changed files with 401 additions and 2 deletions
12
uppdev/TextDiff/main.cpp
Normal file
12
uppdev/TextDiff/main.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include <TextDiffCtrl/TextDiffCtrl.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
TopWindow win;
|
||||
TextDiffCtrl ctrl;
|
||||
win.Add(ctrl.SizePos());
|
||||
ctrl.Set(LoadFile("u:/file1.txt"), LoadFile("u:/file2.txt"));
|
||||
win.Run();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue