OSDN Git Service

Add View Patch & Hide Patch at commit dialog
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / CommitDlg.h
index dc2e339..1e9baed 100644 (file)
@@ -30,6 +30,7 @@
 #include "Tooltip.h"\r
 #include "..\IBugTraqProvider\IBugTraqProvider_h.h"\r
 #include "Git.h"\r
 #include "Tooltip.h"\r
 #include "..\IBugTraqProvider\IBugTraqProvider_h.h"\r
 #include "Git.h"\r
+#include "HyperLink.h"\r
 \r
 #include <regex>\r
 using namespace std;\r
 \r
 #include <regex>\r
 using namespace std;\r
@@ -134,12 +135,14 @@ private:
        static UINT                     WM_AUTOLISTREADY;\r
        int                                     m_nPopupPasteListCmd;\r
        int                                     m_nPopupPasteLastMessage;\r
        static UINT                     WM_AUTOLISTREADY;\r
        int                                     m_nPopupPasteListCmd;\r
        int                                     m_nPopupPasteLastMessage;\r
+       int                                     m_nPopupRecentMessage;\r
        CRegHistory                     m_History;\r
        bool                            m_bCancelled;\r
        CSplitterControl        m_wndSplitter;\r
        CRect                           m_DlgOrigRect;\r
        CRect                           m_LogMsgOrigRect;\r
        CPathWatcher            m_pathwatcher;\r
        CRegHistory                     m_History;\r
        bool                            m_bCancelled;\r
        CSplitterControl        m_wndSplitter;\r
        CRect                           m_DlgOrigRect;\r
        CRect                           m_LogMsgOrigRect;\r
        CPathWatcher            m_pathwatcher;\r
+       CHyperLink                      m_ctrlShowPatch;\r
 \r
        CBugTraqAssociation m_bugtraq_association;\r
        HACCEL                          m_hAccel;\r
 \r
        CBugTraqAssociation m_bugtraq_association;\r
        HACCEL                          m_hAccel;\r
@@ -150,4 +153,6 @@ public:
        afx_msg void OnBnClickedCommitAmend();\r
     afx_msg void OnBnClickedWholeProject();\r
        afx_msg void OnStnClickedBugidlabel();\r
        afx_msg void OnBnClickedCommitAmend();\r
     afx_msg void OnBnClickedWholeProject();\r
        afx_msg void OnStnClickedBugidlabel();\r
+       afx_msg void OnScnUpdateUI(NMHDR *pNMHDR, LRESULT *pResult);\r
+       afx_msg void OnStnClickedViewPatch();\r
 };\r
 };\r