mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
Ide: DirDiff now can copy files #919
git-svn-id: svn://ultimatepp.org/upp/trunk@7882 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
00fe9f80fe
commit
b8a2bae848
3 changed files with 60 additions and 16 deletions
|
|
@ -199,12 +199,15 @@ class DirDiffDlg : public TopWindow {
|
|||
Option hidden;
|
||||
Button compare;
|
||||
|
||||
FrameTop<EditString> lfile, rfile;
|
||||
FrameTop<ParentCtrl> left, right;
|
||||
EditString lfile, rfile;
|
||||
Button copyleft, copyright;
|
||||
|
||||
void GatherFilesDeep(Index<String>& files, const String& base, const String& path);
|
||||
void Compare();
|
||||
void ClearFiles();
|
||||
void File();
|
||||
void Copy(bool left);
|
||||
|
||||
public:
|
||||
typedef DirDiffDlg CLASSNAME;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue