OSDN Git Service

Diff Dialog Okay
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / FileDiffDlg.h
index 163a194..817996f 100644 (file)
@@ -32,6 +32,7 @@
 #include "MenuButton.h"\r
 #include "ACEdit.h"\r
 #define IDT_FILTER             101\r
+#define IDT_INPUT              102\r
 \r
 /**\r
  * \ingroup TortoiseProc\r
@@ -87,6 +88,7 @@ protected:
        afx_msg void OnBnClickedRev1btn();\r
        afx_msg void OnBnClickedRev2btn();\r
        afx_msg LRESULT OnClickedCancelFilter(WPARAM wParam, LPARAM lParam);\r
+       afx_msg LRESULT OnEnUpdate(WPARAM wParam, LPARAM lParam);\r
        afx_msg void OnEnChangeFilter();\r
        afx_msg void OnTimer(UINT_PTR nIDEvent);\r
 \r
@@ -100,7 +102,8 @@ protected:
        int                                     AddEntry(const CTGitPath * fd);\r
        void                            DoDiff(int selIndex, bool blame);\r
        void                            DiffProps(int selIndex);\r
-       void                            SetURLLabels();\r
+       void                            SetURLLabels(int mask=0x3);\r
+       void                            ClearURLabels(int mask);\r
        void                            Filter(CString sFilterText);\r
        void                            CopySelectionToClipboard();\r
        \r
@@ -191,4 +194,6 @@ public:
 public:\r
        afx_msg void OnEnChangeRev1edit();\r
        afx_msg void OnEnChangeRev2edit();\r
+       virtual BOOL DestroyWindow();\r
+       void OnTextUpdate(CACEdit *pEdit);\r
 };\r