You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(30) |
Aug
(6) |
Sep
(3) |
Oct
(1) |
Nov
(13) |
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(17) |
Mar
(7) |
Apr
(10) |
May
(34) |
Jun
(17) |
Jul
(150) |
Aug
(59) |
Sep
(186) |
Oct
(57) |
Nov
(45) |
Dec
(22) |
2005 |
Jan
(10) |
Feb
(10) |
Mar
(6) |
Apr
(24) |
May
(10) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(35) |
Nov
(12) |
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(1) |
Dec
|
From: boca4711 <boc...@us...> - 2004-10-11 18:05:21
|
Update of /cvsroot/anyedit/AnyEditToolkit/Samples/Gui_DevStudio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21228/Samples/Gui_DevStudio Modified Files: GuiServerExplorer.cpp GuiSolExplorer.cpp Log Message: Renamed ALING to ALIGN Index: GuiServerExplorer.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/Samples/Gui_DevStudio/GuiServerExplorer.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiServerExplorer.cpp 26 Sep 2004 16:16:23 -0000 1.1 --- GuiServerExplorer.cpp 11 Oct 2004 18:04:32 -0000 1.2 *************** *** 55,59 **** { m_ctServer.AddComponen(&m_miServer); ! m_miServer.AlingButtons(CGuiMiniTool::ALIGN_LEFT); m_miServer.SetImageList(IDB_DBPROJECTS, 16,27, RGB (255, 0, 0)); m_miServer.AddButton(24,ID_REFRESH,NULL,_T(""),"Refresh"); --- 55,59 ---- { m_ctServer.AddComponen(&m_miServer); ! m_miServer.AlignButtons(CGuiMiniTool::ALIGN_LEFT); m_miServer.SetImageList(IDB_DBPROJECTS, 16,27, RGB (255, 0, 0)); m_miServer.AddButton(24,ID_REFRESH,NULL,_T(""),"Refresh"); Index: GuiSolExplorer.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/Samples/Gui_DevStudio/GuiSolExplorer.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiSolExplorer.cpp 26 Sep 2004 16:16:23 -0000 1.1 --- GuiSolExplorer.cpp 11 Oct 2004 18:04:32 -0000 1.2 *************** *** 72,76 **** return -1; m_ctClassView.AddComponen(&m_miClassView); ! m_miClassView.AlingButtons(CGuiMiniTool::ALIGN_LEFT); m_miClassView.SetImageList(IDB_DBPROJECTS, 16,24, RGB (255, 0, 0)); m_miClassView.AddButton(22,ID_CLASSVIEW,NULL,_T(""),"Class View Sort by Type"); --- 72,76 ---- return -1; m_ctClassView.AddComponen(&m_miClassView); ! m_miClassView.AlignButtons(CGuiMiniTool::ALIGN_LEFT); m_miClassView.SetImageList(IDB_DBPROJECTS, 16,24, RGB (255, 0, 0)); m_miClassView.AddButton(22,ID_CLASSVIEW,NULL,_T(""),"Class View Sort by Type"); *************** *** 88,92 **** return -1; m_ctSolution.AddComponen(&m_miSolution); ! m_miSolution.AlingButtons(CGuiMiniTool::ALIGN_LEFT); m_miSolution.SetImageList(IDB_DBPROJECTS, 16,22, RGB (255, 0, 0)); m_miSolution.AddButton(21,ID_PROPERTIES,NULL,_T(""),"properties"); --- 88,92 ---- return -1; m_ctSolution.AddComponen(&m_miSolution); ! m_miSolution.AlignButtons(CGuiMiniTool::ALIGN_LEFT); m_miSolution.SetImageList(IDB_DBPROJECTS, 16,22, RGB (255, 0, 0)); m_miSolution.AddButton(21,ID_PROPERTIES,NULL,_T(""),"properties"); |
From: boca4711 <boc...@us...> - 2004-10-11 18:04:11
|
Update of /cvsroot/anyedit/AnyEditToolkit/Samples/CGuiAccess In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21015/Samples/CGuiAccess Modified Files: DialSplitter.cpp GuiServerExplorer.cpp Log Message: Renamed ALING to ALIGN Index: DialSplitter.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/Samples/CGuiAccess/DialSplitter.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DialSplitter.cpp 26 Sep 2004 16:14:10 -0000 1.1 --- DialSplitter.cpp 11 Oct 2004 18:03:29 -0000 1.2 *************** *** 52,56 **** return -1; ! m_Splitter.SeTypeALing(CGuiSplitter::ALINGHORZ);//ALINGHORZ m_Splitter.SetPixelWidht(2); m_Splitter.AddLeftCtrl(&m_TreeServerExplorer,3); --- 52,56 ---- return -1; ! m_Splitter.SeTypeALing(CGuiSplitter::ALIGNHORZ);//ALINGHORZ m_Splitter.SetPixelWidht(2); m_Splitter.AddLeftCtrl(&m_TreeServerExplorer,3); Index: GuiServerExplorer.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/Samples/CGuiAccess/GuiServerExplorer.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiServerExplorer.cpp 26 Sep 2004 16:14:10 -0000 1.1 --- GuiServerExplorer.cpp 11 Oct 2004 18:03:29 -0000 1.2 *************** *** 42,46 **** */ ! m_Splitter.SeTypeALing(CGuiSplitter::ALINGVERT);//ALINGHORZ m_Splitter.SetPixelWidht(2); m_Splitter.AddLeftCtrl(&m_Splitter1,3); --- 42,46 ---- */ ! m_Splitter.SeTypeALing(CGuiSplitter::ALIGNVERT);//ALINGHORZ m_Splitter.SetPixelWidht(2); m_Splitter.AddLeftCtrl(&m_Splitter1,3); *************** *** 49,53 **** GuiDrawLayer::GetRGBColorShadow(),GuiDrawLayer::GetRGBColorShadow()); ! m_Splitter1.SeTypeALing(CGuiSplitter::ALINGHORZ);//ALINGHORZ m_Splitter1.SetPixelWidht(2); m_Splitter1.AddLeftCtrl(&m_Splitter1,3); --- 49,53 ---- GuiDrawLayer::GetRGBColorShadow(),GuiDrawLayer::GetRGBColorShadow()); ! m_Splitter1.SeTypeALing(CGuiSplitter::ALIGNHORZ);//ALINGHORZ m_Splitter1.SetPixelWidht(2); m_Splitter1.AddLeftCtrl(&m_Splitter1,3); |
Update of /cvsroot/anyedit/AnyEditToolkit/GuiLib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20406/GuiLib Modified Files: GuiButton.cpp GuiButtonDoc.h GuiControlBar.cpp GuiControlBar.h GuiDockToolBar.cpp GuiDockToolBar.h GuiDockToolBarEx.cpp GuiDockToolBarEx.h GuiGroupBox.cpp GuiGroupBox.h GuiListEdit.cpp GuiMiniTool.cpp GuiMiniTool.h GuiPanelWnd.cpp GuiPanelWnd.h GuiSplitter.cpp GuiSplitter.h GuiTabPowerPoint.cpp GuiTabWnd.cpp GuiTabWnd.h GuiTabbed.cpp GuiToolBarWnd.cpp GuiToolBarWnd.h Log Message: Renamed ALING to ALIGN Index: GuiDockToolBar.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiDockToolBar.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiDockToolBar.h 26 Sep 2004 16:11:49 -0000 1.1 --- GuiDockToolBar.h 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 50,54 **** //{{AFX_VIRTUAL(CGuiDockToolBar) public: ! virtual BOOL Create(CWnd* pParentWnd, DWORD dwAling); //}}AFX_VIRTUAL --- 50,54 ---- //{{AFX_VIRTUAL(CGuiDockToolBar) public: ! virtual BOOL Create(CWnd* pParentWnd, DWORD dwAlign); //}}AFX_VIRTUAL Index: GuiToolBarWnd.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiToolBarWnd.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiToolBarWnd.cpp 26 Sep 2004 16:11:52 -0000 1.1 --- GuiToolBarWnd.cpp 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 1630,1634 **** BOOL CGuiToolBarWnd::IsLeft() { ! if (nDockBarAling == AFX_IDW_DOCKBAR_LEFT) return TRUE; return FALSE; } --- 1630,1634 ---- BOOL CGuiToolBarWnd::IsLeft() { ! if (nDockBarAlign == AFX_IDW_DOCKBAR_LEFT) return TRUE; return FALSE; } *************** *** 1636,1640 **** BOOL CGuiToolBarWnd::IsRight() { ! if (nDockBarAling == AFX_IDW_DOCKBAR_RIGHT) return TRUE; return FALSE; } --- 1636,1640 ---- BOOL CGuiToolBarWnd::IsRight() { ! if (nDockBarAlign == AFX_IDW_DOCKBAR_RIGHT) return TRUE; return FALSE; } *************** *** 1642,1646 **** BOOL CGuiToolBarWnd::IsTop() { ! if (nDockBarAling == AFX_IDW_DOCKBAR_TOP) return TRUE; return FALSE; } --- 1642,1646 ---- BOOL CGuiToolBarWnd::IsTop() { ! if (nDockBarAlign == AFX_IDW_DOCKBAR_TOP) return TRUE; return FALSE; } *************** *** 1648,1652 **** BOOL CGuiToolBarWnd::IsBottom() { ! if (nDockBarAling == AFX_IDW_DOCKBAR_BOTTOM) return TRUE; return FALSE; } --- 1648,1652 ---- BOOL CGuiToolBarWnd::IsBottom() { ! if (nDockBarAlign == AFX_IDW_DOCKBAR_BOTTOM) return TRUE; return FALSE; } *************** *** 1668,1672 **** BOOL CGuiToolBarWnd::IsFloating() { ! if (nDockBarAling == AFX_IDW_DOCKBAR_FLOAT) return TRUE; return FALSE; --- 1668,1672 ---- BOOL CGuiToolBarWnd::IsFloating() { ! if (nDockBarAlign == AFX_IDW_DOCKBAR_FLOAT) return TRUE; return FALSE; Index: GuiPanelWnd.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiPanelWnd.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiPanelWnd.cpp 26 Sep 2004 16:11:51 -0000 1.1 --- GuiPanelWnd.cpp 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 323,327 **** } ! BOOL CGuiPanelWnd::Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, UINT nAling) { //gran parte del codigo se tomo como guia de clases MFC --- 323,327 ---- } ! BOOL CGuiPanelWnd::Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, UINT nAlign) { //gran parte del codigo se tomo como guia de clases MFC *************** *** 338,342 **** DWORD m_dwStyle = (dwStyle & CBRS_ALL);//save the original style dwStyle &= ~CBRS_ALL; ! m_nLastAlingDocking=nAling; //en la siguiente instruccion el proposito que se busca es evitar el parpadeo //cuando se refresca la ventana. --- 338,342 ---- DWORD m_dwStyle = (dwStyle & CBRS_ALL);//save the original style dwStyle &= ~CBRS_ALL; ! m_nLastAlignDocking=nAlign; //en la siguiente instruccion el proposito que se busca es evitar el parpadeo //cuando se refresca la ventana. Index: GuiPanelWnd.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiPanelWnd.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiPanelWnd.h 26 Sep 2004 16:11:51 -0000 1.1 --- GuiPanelWnd.h 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 51,55 **** BOOL IsLeft() { ! if(m_nLastAlingDocking==CBRS_ALIGN_LEFT) return TRUE; return FALSE; --- 51,55 ---- BOOL IsLeft() { ! if(m_nLastAlignDocking==CBRS_ALIGN_LEFT) return TRUE; return FALSE; *************** *** 58,62 **** BOOL IsRight() { ! if(m_nLastAlingDocking==CBRS_ALIGN_RIGHT) return TRUE; return FALSE; --- 58,62 ---- BOOL IsRight() { ! if(m_nLastAlignDocking==CBRS_ALIGN_RIGHT) return TRUE; return FALSE; *************** *** 65,69 **** BOOL IsTop() { ! if(m_nLastAlingDocking==CBRS_ALIGN_TOP) return TRUE; return FALSE; --- 65,69 ---- BOOL IsTop() { ! if(m_nLastAlignDocking==CBRS_ALIGN_TOP) return TRUE; return FALSE; *************** *** 73,77 **** BOOL IsBottom() { ! if(m_nLastAlingDocking==CBRS_ALIGN_BOTTOM) return TRUE; return FALSE; --- 73,77 ---- BOOL IsBottom() { ! if(m_nLastAlignDocking==CBRS_ALIGN_BOTTOM) return TRUE; return FALSE; *************** *** 97,101 **** CRect m_rcCloseBtn; int m_stateBtn; ! UINT m_nLastAlingDocking; public: --- 97,101 ---- CRect m_rcCloseBtn; int m_stateBtn; ! UINT m_nLastAlignDocking; public: *************** *** 104,108 **** //{{AFX_VIRTUAL(CGuiPanelWnd) public: ! virtual BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID,UINT nAling); //}}AFX_VIRTUAL --- 104,108 ---- //{{AFX_VIRTUAL(CGuiPanelWnd) public: ! virtual BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID,UINT nAlign); //}}AFX_VIRTUAL Index: GuiDockToolBarEx.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiDockToolBarEx.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GuiDockToolBarEx.h 2 Oct 2004 13:27:41 -0000 1.2 --- GuiDockToolBarEx.h 11 Oct 2004 18:01:23 -0000 1.3 *************** *** 47,51 **** CRect rect; CString m_Caption; ! UINT m_nDockBarAling; HWND m_hWnd; BOOL m_bMouseOver; --- 47,51 ---- CRect rect; CString m_Caption; ! UINT m_nDockBarAlign; HWND m_hWnd; BOOL m_bMouseOver; *************** *** 67,71 **** void DrawTextVert(CDC* pDC, CRect m_rect); CString GetString(){ return m_Caption;} ! UINT GetAling() {return m_nDockBarAling;} void SetIconBtn(HICON hIcon); --- 67,71 ---- void DrawTextVert(CDC* pDC, CRect m_rect); CString GetString(){ return m_Caption;} ! UINT GetAlign() {return m_nDockBarAlign;} void SetIconBtn(HICON hIcon); *************** *** 127,131 **** //{{AFX_VIRTUAL(CGuiDockToolBar) public: ! virtual BOOL Create(CWnd* pParentWnd, DWORD dwAling); //}}AFX_VIRTUAL --- 127,131 ---- //{{AFX_VIRTUAL(CGuiDockToolBar) public: ! virtual BOOL Create(CWnd* pParentWnd, DWORD dwAlign); //}}AFX_VIRTUAL Index: GuiButtonDoc.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiButtonDoc.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiButtonDoc.h 26 Sep 2004 16:11:49 -0000 1.1 --- GuiButtonDoc.h 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 19,23 **** // Attributes public: ! enum ALING_BTN{LEFT=0,RIGHT,TOP,BOTTOM}; // Operations public: --- 19,23 ---- // Attributes public: ! enum ALIGN_BTN{LEFT = 0, RIGHT, TOP, BOTTOM}; // Operations public: Index: GuiTabWnd.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiTabWnd.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiTabWnd.h 26 Sep 2004 16:11:52 -0000 1.1 --- GuiTabWnd.h 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 48,52 **** enum Style{S3D=0,FLAT=1,SHADOW=2}; ! enum AlingTab{ALN_TOP=0,ALN_BOTTOM=1}; enum TypeTab{TYPE_NORMAL=0,TYPE_MDI=1}; --- 48,52 ---- enum Style{S3D=0,FLAT=1,SHADOW=2}; ! enum AlignTab{ALN_TOP=0,ALN_BOTTOM=1}; enum TypeTab{TYPE_NORMAL=0,TYPE_MDI=1}; *************** *** 73,77 **** int GetCount(){return m_Numtabs;} void SetActualTitle(BOOL bActual); ! void SetALingTabs(AlingTab alnTab); BOOL FindItem(HWND hWnd); void UpdateCaption(CWnd* pWnd,CString m_Title); --- 73,77 ---- int GetCount(){return m_Numtabs;} void SetActualTitle(BOOL bActual); ! void SetAlignTabs(AlignTab alnTab); BOOL FindItem(HWND hWnd); void UpdateCaption(CWnd* pWnd,CString m_Title); *************** *** 103,107 **** GuiDrawLayer m_wd; CWnd* pParent; ! AlingTab m_alnTab; BOOL m_InTab; --- 103,107 ---- GuiDrawLayer m_wd; CWnd* pParent; ! AlignTab m_alnTab; BOOL m_InTab; Index: GuiButton.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiButton.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** GuiButton.cpp 10 Oct 2004 18:48:56 -0000 1.4 --- GuiButton.cpp 11 Oct 2004 18:01:23 -0000 1.5 *************** *** 759,767 **** //***************************************************************************** ! void CGuiButton::SetAlignArrow(StyleArrow m_AlingArron) { if (m_iTypeButton == TYPE_ARROW) { ! m_iStyleArrow = m_AlingArron; if (m_iStyleArrow == ARROW_RIGHT) --- 759,767 ---- //***************************************************************************** ! void CGuiButton::SetAlignArrow(StyleArrow m_AlignArrow) { if (m_iTypeButton == TYPE_ARROW) { ! m_iStyleArrow = m_AlignArrow; if (m_iStyleArrow == ARROW_RIGHT) *************** *** 801,808 **** //***************************************************************************** ! void CGuiButton::SetAlignMsg(AlignMsg m_AlingMsg) { if (m_iTypeButton == TYPE_NORMAL) ! m_iAlign = m_AlingMsg; } --- 801,808 ---- //***************************************************************************** ! void CGuiButton::SetAlignMsg(AlignMsg m_AlignMsg) { if (m_iTypeButton == TYPE_NORMAL) ! m_iAlign = m_AlignMsg; } Index: GuiSplitter.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiSplitter.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiSplitter.cpp 26 Sep 2004 16:11:51 -0000 1.1 --- GuiSplitter.cpp 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 37,41 **** CGuiSplitter::CGuiSplitter() { ! TypeAling=ALINGHORZ; m_nSizePix=4; mStyleSeparator=STYLE3D; --- 37,41 ---- CGuiSplitter::CGuiSplitter() { ! TypeAlign=ALIGNHORZ; m_nSizePix=4; mStyleSeparator=STYLE3D; *************** *** 65,71 **** ! void CGuiSplitter::SeTypeALing(TYPEALING typeAling) { ! TypeAling=typeAling; m_rcSpplitter=CRect(0,0,0,0); Invalidate(); --- 65,71 ---- ! void CGuiSplitter::SeTypeALing(TYPEALIGN typeAlign) { ! TypeAlign=typeAlign; m_rcSpplitter=CRect(0,0,0,0); Invalidate(); *************** *** 174,178 **** { m_rcSpplitterOld=m_rcSpplitter; ! if (TypeAling==ALINGHORZ) { if (point.x < m_rectCli.left) --- 174,178 ---- { m_rcSpplitterOld=m_rcSpplitter; ! if (TypeAlign==ALIGNHORZ) { if (point.x < m_rectCli.left) *************** *** 229,233 **** { m_rcSpplitter=m_rectCli; ! if (TypeAling==ALINGHORZ) { m_rcSpplitter.right=m_rectCli.Width()/2; --- 229,233 ---- { m_rcSpplitter=m_rectCli; ! if (TypeAlign==ALIGNHORZ) { m_rcSpplitter.right=m_rectCli.Width()/2; *************** *** 241,245 **** } ! if (TypeAling==ALINGHORZ) { m_rcSpplitter.right=m_rcSpplitter.left+m_nSizePix; --- 241,245 ---- } ! if (TypeAlign==ALIGNHORZ) { m_rcSpplitter.right=m_rcSpplitter.left+m_nSizePix; *************** *** 253,257 **** m_rctemp=m_rectCli; ! if (TypeAling==ALINGHORZ) m_rctemp.right=m_rcSpplitter.left-1; else --- 253,257 ---- m_rctemp=m_rectCli; ! if (TypeAlign==ALIGNHORZ) m_rctemp.right=m_rcSpplitter.left-1; else *************** *** 261,265 **** pWndLeft->MoveWindow(m_rctemp); m_rctemp=m_rectCli; ! if (TypeAling==ALINGHORZ) m_rctemp.left=m_rcSpplitter.right+1; else --- 261,265 ---- pWndLeft->MoveWindow(m_rctemp); m_rctemp=m_rectCli; ! if (TypeAlign==ALIGNHORZ) m_rctemp.left=m_rcSpplitter.right+1; else *************** *** 286,292 **** if (m_rcSpplitter.PtInRect (ptCurPos)) { ! if(TypeAling==ALINGHORZ) SetCursor(AfxGetApp ()->LoadCursor (AFX_IDC_HSPLITBAR)); ! else if(TypeAling==ALINGVERT) SetCursor(AfxGetApp ()->LoadCursor (AFX_IDC_VSPLITBAR)); return TRUE; --- 286,292 ---- if (m_rcSpplitter.PtInRect (ptCurPos)) { ! if(TypeAlign==ALIGNHORZ) SetCursor(AfxGetApp ()->LoadCursor (AFX_IDC_HSPLITBAR)); ! else if(TypeAlign==ALIGNVERT) SetCursor(AfxGetApp ()->LoadCursor (AFX_IDC_VSPLITBAR)); return TRUE; Index: GuiListEdit.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiListEdit.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GuiListEdit.cpp 10 Oct 2004 18:50:09 -0000 1.3 --- GuiListEdit.cpp 11 Oct 2004 18:01:23 -0000 1.4 *************** *** 221,225 **** m_wndMiniTool.SetCaption(strCaption, CGuiMiniTool::ALIGN_LEFT); ! m_wndMiniTool.AlingButtons(CGuiMiniTool::ALIGN_RIGHT); m_wndMiniTool.SetColorCaption(RGB(0, 0, 0)); m_pWndList->ModifyStyleEx(0, WS_EX_CLIENTEDGE); --- 221,225 ---- m_wndMiniTool.SetCaption(strCaption, CGuiMiniTool::ALIGN_LEFT); ! m_wndMiniTool.AlignButtons(CGuiMiniTool::ALIGN_RIGHT); m_wndMiniTool.SetColorCaption(RGB(0, 0, 0)); m_pWndList->ModifyStyleEx(0, WS_EX_CLIENTEDGE); Index: GuiMiniTool.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiMiniTool.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiMiniTool.cpp 26 Sep 2004 16:11:51 -0000 1.1 --- GuiMiniTool.cpp 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 39,43 **** m_arrButtons.RemoveAll(); nNumItems=0; ! m_AlingButton=ALIGN_LEFT; m_AlinTexto=ALIGN_LEFT; m_clrface=GuiDrawLayer::GetRGBColorXP(); --- 39,43 ---- m_arrButtons.RemoveAll(); nNumItems=0; ! m_AlignButton=ALIGN_LEFT; m_AlinTexto=ALIGN_LEFT; m_clrface=GuiDrawLayer::GetRGBColorXP(); *************** *** 203,207 **** nTipo=rctemp.Width(); } ! if (m_AlingButton == ALIGN_RIGHT) rctemp.left=rctemp.right-nTipo; else --- 203,207 ---- nTipo=rctemp.Width(); } ! if (m_AlignButton == ALIGN_RIGHT) rctemp.left=rctemp.right-nTipo; else *************** *** 211,215 **** else m_cwnd->m_pwnd->MoveWindow(rctemp); ! if (m_AlingButton == ALIGN_RIGHT) rctemp.right-=nTipo; else --- 211,215 ---- else m_cwnd->m_pwnd->MoveWindow(rctemp); ! if (m_AlignButton == ALIGN_RIGHT) rctemp.right-=nTipo; else *************** *** 222,231 **** //********************************************************************* ! void CGuiMiniTool::AlingButtons(Aling Alingsb) { ! m_AlingButton=Alingsb; } ! void CGuiMiniTool::SetCaption(CString mSzCaption,Aling AlinText) { CClientDC dc(this); --- 222,231 ---- //********************************************************************* ! void CGuiMiniTool::AlignButtons(Align Alignsb) { ! m_AlignButton=Alignsb; } ! void CGuiMiniTool::SetCaption(CString mSzCaption,Align AlinText) { CClientDC dc(this); Index: GuiMiniTool.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiMiniTool.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiMiniTool.h 26 Sep 2004 16:11:51 -0000 1.1 --- GuiMiniTool.h 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 60,64 **** public: enum Borders{STYLEFLAT=0,STYLE3D=1,STYLEPRESS=2,STYLEFRAME=3}; ! enum Aling{ ALIGN_LEFT=0,ALIGN_RIGHT=1}; // Attributes public: --- 60,64 ---- public: enum Borders{STYLEFLAT=0,STYLE3D=1,STYLEPRESS=2,STYLEFRAME=3}; ! enum Align{ ALIGN_LEFT=0,ALIGN_RIGHT=1}; // Attributes public: *************** *** 72,80 **** int GetCountButton(); void RecalLayout(); ! void SetCaption(CString mSzCaption,Aling AlinText); //********************************************************************* void SetBorder(Borders Style); void SetColor(COLORREF m_clrface); ! void AlingButtons(Aling Alingsb); void AutoSize(BOOL mbAutosize); void CalcAutoSize(CRect m_rc); --- 72,80 ---- int GetCountButton(); void RecalLayout(); ! void SetCaption(CString mSzCaption,Align AlinText); //********************************************************************* void SetBorder(Borders Style); void SetColor(COLORREF m_clrface); ! void AlignButtons(Align Alignsb); void AutoSize(BOOL mbAutosize); void CalcAutoSize(CRect m_rc); *************** *** 104,108 **** int nNumItems; Borders m_border; ! Aling m_AlingButton; BOOL m_bAutoSize; int m_nResultCombo; --- 104,108 ---- int nNumItems; Borders m_border; ! Align m_AlignButton; BOOL m_bAutoSize; int m_nResultCombo; *************** *** 113,117 **** COLORREF m_clrCaption; CSize msz; ! Aling m_AlinTexto; CRect m_rcDrawTexto; // Overrides --- 113,117 ---- COLORREF m_clrCaption; CSize msz; ! Align m_AlinTexto; CRect m_rcDrawTexto; // Overrides Index: GuiGroupBox.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiGroupBox.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiGroupBox.cpp 26 Sep 2004 16:11:51 -0000 1.1 --- GuiGroupBox.cpp 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 39,43 **** m_clrface=GuiDrawLayer::GetRGBColorFace(); m_clrShadow=GuiDrawLayer::GetRGBColorShadow(); ! m_style=ALING_LEFT; m_Caption=_T(""); } --- 39,43 ---- m_clrface=GuiDrawLayer::GetRGBColorFace(); m_clrShadow=GuiDrawLayer::GetRGBColorShadow(); ! m_style=ALIGN_LEFT; m_Caption=_T(""); } *************** *** 82,86 **** cb.CreateSolidBrush(m_clrface); ! if ((m_style == ALING_LEFT) || (m_style == ALING_RIGHT)) m_cfont.CreateFont( -11,0,0,0,400,0,0,0,0,1,2,1,34,_T("Verdana")); else --- 82,86 ---- cb.CreateSolidBrush(m_clrface); ! if ((m_style == ALIGN_LEFT) || (m_style == ALIGN_RIGHT)) m_cfont.CreateFont( -11,0,0,0,400,0,0,0,0,1,2,1,34,_T("Verdana")); else *************** *** 98,102 **** ! if (m_style == ALING_LEFT) { rCText.left+=6; --- 98,102 ---- ! if (m_style == ALIGN_LEFT) { rCText.left+=6; *************** *** 104,108 **** rCText.right=rCText.left+SizeCad.cx+1; } ! else if (m_style == ALING_RIGHT) { rCText.right-=6; --- 104,108 ---- rCText.right=rCText.left+SizeCad.cx+1; } ! else if (m_style == ALIGN_RIGHT) { rCText.right-=6; *************** *** 110,114 **** rCText.bottom=rCText.top+SizeCad.cy+1; } ! else if (m_style == ALING_DOWN) { rCText.bottom-=6; --- 110,114 ---- rCText.bottom=rCText.top+SizeCad.cy+1; } ! else if (m_style == ALIGN_DOWN) { rCText.bottom-=6; *************** *** 117,121 **** rCText.right=rCText.left+SizeCad.cy+1; } ! else if (m_style == ALING_UP) { rCText.top+=10; --- 117,121 ---- rCText.right=rCText.left+SizeCad.cy+1; } ! else if (m_style == ALIGN_UP) { rCText.top+=10; *************** *** 161,165 **** dc.SetTextColor(GuiDrawLayer::GetRGBCaptionXP()); int cont=SizeCad.cx; ! if (m_style == ALING_DOWN || m_style == ALING_UP) dc.TextOut(rCText.left,rCText.bottom-2,m_Caption); else --- 161,165 ---- dc.SetTextColor(GuiDrawLayer::GetRGBCaptionXP()); int cont=SizeCad.cx; ! if (m_style == ALIGN_DOWN || m_style == ALIGN_UP) dc.TextOut(rCText.left,rCText.bottom-2,m_Caption); else *************** *** 169,173 **** } ! void CGuiGroupBox::SetStyle(Aling style) { m_style=style; --- 169,173 ---- } ! void CGuiGroupBox::SetStyle(Align style) { m_style=style; Index: GuiControlBar.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiControlBar.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiControlBar.h 26 Sep 2004 16:11:49 -0000 1.1 --- GuiControlBar.h 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 37,41 **** protected: int nGapGripper; ! UINT nDockBarAling; CSize m_sizeMinFloating; CSize m_sizeMinFloating1; --- 37,41 ---- protected: int nGapGripper; ! UINT nDockBarAlign; CSize m_sizeMinFloating; CSize m_sizeMinFloating1; *************** *** 70,75 **** BOOL m_bAutoHide; BOOL m_bComplete; ! UINT m_nLastAlingDocking; //ultimo docking ! UINT m_nLastAlingDockingBck; BOOL m_IsLoadDocking; int m_nSizeMed; --- 70,75 ---- BOOL m_bAutoHide; BOOL m_bComplete; ! UINT m_nLastAlignDocking; //ultimo docking ! UINT m_nLastAlignDockingBck; BOOL m_IsLoadDocking; int m_nSizeMed; *************** *** 107,111 **** UINT GetLastDocking() { ! return m_nLastAlingDocking; } --- 107,111 ---- UINT GetLastDocking() { ! return m_nLastAlignDocking; } *************** *** 120,124 **** { m_IsLoadDocking=FALSE; ! switch(m_nLastAlingDocking) { case CBRS_ALIGN_RIGHT: --- 120,124 ---- { m_IsLoadDocking=FALSE; ! switch(m_nLastAlignDocking) { case CBRS_ALIGN_RIGHT: Index: GuiTabbed.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiTabbed.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GuiTabbed.cpp 2 Oct 2004 13:27:41 -0000 1.2 --- GuiTabbed.cpp 11 Oct 2004 18:01:23 -0000 1.3 *************** *** 442,446 **** m_toolBtn[0].EnableWindow(FALSE); m_toolBtn[1].EnableWindow(FALSE); ! SetALingTabs(CGuiTabWnd::ALN_TOP); //los tabs arriba SetStyle(CGuiTabWnd::SHADOW); //no debe acondicionar el tamaño de los tabs return 0; SetTypeTab(CGuiTabWnd::TYPE_MDI); --- 442,446 ---- m_toolBtn[0].EnableWindow(FALSE); m_toolBtn[1].EnableWindow(FALSE); ! SetAlignTabs(CGuiTabWnd::ALN_TOP); //los tabs arriba SetStyle(CGuiTabWnd::SHADOW); //no debe acondicionar el tamaño de los tabs return 0; SetTypeTab(CGuiTabWnd::TYPE_MDI); Index: GuiControlBar.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiControlBar.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiControlBar.cpp 26 Sep 2004 16:11:49 -0000 1.1 --- GuiControlBar.cpp 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 532,542 **** { CRect rcWin=CRect(0,0,0,0); ! if (m_nLastAlingDockingBck==AFX_IDW_DOCKBAR_LEFT) m_pDockSite->GetControlBar(AFX_IDW_DOCKBAR_LEFT)->GetWindowRect(rcWin); ! else if(m_nLastAlingDockingBck==AFX_IDW_DOCKBAR_RIGHT) m_pDockSite->GetControlBar(AFX_IDW_DOCKBAR_RIGHT)->GetWindowRect(rcWin); ! else if(m_nLastAlingDockingBck==AFX_IDW_DOCKBAR_BOTTOM) m_pDockSite->GetControlBar(AFX_IDW_DOCKBAR_BOTTOM)->GetWindowRect(rcWin); ! else if(m_nLastAlingDockingBck==AFX_IDW_DOCKBAR_TOP) m_pDockSite->GetControlBar(AFX_IDW_DOCKBAR_TOP)->GetWindowRect(rcWin); return rcWin; --- 532,542 ---- { CRect rcWin=CRect(0,0,0,0); ! if (m_nLastAlignDockingBck==AFX_IDW_DOCKBAR_LEFT) m_pDockSite->GetControlBar(AFX_IDW_DOCKBAR_LEFT)->GetWindowRect(rcWin); ! else if(m_nLastAlignDockingBck==AFX_IDW_DOCKBAR_RIGHT) m_pDockSite->GetControlBar(AFX_IDW_DOCKBAR_RIGHT)->GetWindowRect(rcWin); ! else if(m_nLastAlignDockingBck==AFX_IDW_DOCKBAR_BOTTOM) m_pDockSite->GetControlBar(AFX_IDW_DOCKBAR_BOTTOM)->GetWindowRect(rcWin); ! else if(m_nLastAlignDockingBck==AFX_IDW_DOCKBAR_TOP) m_pDockSite->GetControlBar(AFX_IDW_DOCKBAR_TOP)->GetWindowRect(rcWin); return rcWin; *************** *** 626,630 **** CRect rcFrameClient; GetClientRect(rcC); ! if (m_nLastAlingDocking ==CBRS_ALIGN_LEFT) { --- 626,630 ---- CRect rcFrameClient; GetClientRect(rcC); ! if (m_nLastAlignDocking ==CBRS_ALIGN_LEFT) { *************** *** 633,637 **** } ! if (m_nLastAlingDocking == CBRS_ALIGN_RIGHT) { m_pDockSite->GetControlBar(CBRS_ALIGN_RIGHT)->GetWindowRect(rcW); --- 633,637 ---- } ! if (m_nLastAlignDocking == CBRS_ALIGN_RIGHT) { m_pDockSite->GetControlBar(CBRS_ALIGN_RIGHT)->GetWindowRect(rcW); *************** *** 639,643 **** } ! if (m_nLastAlingDocking == CBRS_ALIGN_TOP) { m_pDockSite->GetControlBar(AFX_IDW_DOCKBAR_TOP)->GetWindowRect(rcW); --- 639,643 ---- } ! if (m_nLastAlignDocking == CBRS_ALIGN_TOP) { m_pDockSite->GetControlBar(AFX_IDW_DOCKBAR_TOP)->GetWindowRect(rcW); *************** *** 645,649 **** m_sizeMinFloating.cx=rcFrameClient.Width(); } ! if (m_nLastAlingDocking == CBRS_ALIGN_BOTTOM) { m_pDockSite->GetControlBar(CBRS_ALIGN_BOTTOM)->GetWindowRect(rcW); --- 645,649 ---- m_sizeMinFloating.cx=rcFrameClient.Width(); } ! if (m_nLastAlignDocking == CBRS_ALIGN_BOTTOM) { m_pDockSite->GetControlBar(CBRS_ALIGN_BOTTOM)->GetWindowRect(rcW); *************** *** 758,762 **** m_sizeMinFloating1=m_sizeMinFloating; GetDockingFrame()->ShowControlBar(this, TRUE, TRUE); ! if (m_nLastAlingDocking ==CBRS_ALIGN_LEFT || m_nLastAlingDocking == CBRS_ALIGN_RIGHT) { m_nSizeMed= m_sizeMinFloating.cx/GUI_NUMITER; --- 758,762 ---- m_sizeMinFloating1=m_sizeMinFloating; GetDockingFrame()->ShowControlBar(this, TRUE, TRUE); ! if (m_nLastAlignDocking ==CBRS_ALIGN_LEFT || m_nLastAlignDocking == CBRS_ALIGN_RIGHT) { m_nSizeMed= m_sizeMinFloating.cx/GUI_NUMITER; *************** *** 1639,1643 **** if(IsHideRight()) { ! m_nLastAlingDocking=CBRS_ALIGN_RIGHT; pB->m_dockHideRight.AddToolBars(this); --- 1639,1643 ---- if(IsHideRight()) { ! m_nLastAlignDocking=CBRS_ALIGN_RIGHT; pB->m_dockHideRight.AddToolBars(this); *************** *** 1645,1649 **** if(IsHideLeft()) { ! m_nLastAlingDocking=CBRS_ALIGN_LEFT; pB->m_dockHideLeft.AddToolBars(this); --- 1645,1649 ---- if(IsHideLeft()) { ! m_nLastAlignDocking=CBRS_ALIGN_LEFT; pB->m_dockHideLeft.AddToolBars(this); *************** *** 1651,1655 **** if(IsHideTop()) { ! m_nLastAlingDocking=CBRS_ALIGN_TOP; pB->m_dockHideTop.AddToolBars(this); --- 1651,1655 ---- if(IsHideTop()) { ! m_nLastAlignDocking=CBRS_ALIGN_TOP; pB->m_dockHideTop.AddToolBars(this); *************** *** 1657,1661 **** if(IsHideBottom()) { ! m_nLastAlingDocking=CBRS_ALIGN_BOTTOM; pB->m_dockHideBottom.AddToolBars(this); --- 1657,1661 ---- if(IsHideBottom()) { ! m_nLastAlignDocking=CBRS_ALIGN_BOTTOM; pB->m_dockHideBottom.AddToolBars(this); *************** *** 1705,1709 **** ! if(m_nLastAlingDocking==CBRS_ALIGN_RIGHT) { if (isMDI) --- 1705,1709 ---- ! if(m_nLastAlignDocking==CBRS_ALIGN_RIGHT) { if (isMDI) *************** *** 1719,1723 **** } ! if(m_nLastAlingDocking==CBRS_ALIGN_LEFT) { if (isMDI) --- 1719,1723 ---- } ! if(m_nLastAlignDocking==CBRS_ALIGN_LEFT) { if (isMDI) *************** *** 1733,1737 **** } ! if(m_nLastAlingDocking==CBRS_ALIGN_TOP) { if (isMDI) --- 1733,1737 ---- } ! if(m_nLastAlignDocking==CBRS_ALIGN_TOP) { if (isMDI) *************** *** 1747,1751 **** } ! if(m_nLastAlingDocking==CBRS_ALIGN_BOTTOM) { if (isMDI) --- 1747,1751 ---- } ! if(m_nLastAlignDocking==CBRS_ALIGN_BOTTOM) { if (isMDI) *************** *** 1761,1765 **** } ! m_nLastAlingDocking=0; // SendMessage(WM_NCLBUTTONDBLCLK); --- 1761,1765 ---- } ! m_nLastAlignDocking=0; // SendMessage(WM_NCLBUTTONDBLCLK); *************** *** 1775,1779 **** } ! //ojo guardar el aling de la ventana rcT=m_rcAutoHideBtn; --- 1775,1779 ---- } ! //ojo guardar el Align de la ventana rcT=m_rcAutoHideBtn; *************** *** 1806,1810 **** pB1= (CGuiFrameWnd*)pMf; ! if(m_nLastAlingDocking==CBRS_ALIGN_RIGHT) { if (isMDI) --- 1806,1810 ---- pB1= (CGuiFrameWnd*)pMf; ! if(m_nLastAlignDocking==CBRS_ALIGN_RIGHT) { if (isMDI) *************** *** 1820,1824 **** } ! if(m_nLastAlingDocking==CBRS_ALIGN_LEFT) { if (isMDI) --- 1820,1824 ---- } ! if(m_nLastAlignDocking==CBRS_ALIGN_LEFT) { if (isMDI) *************** *** 1834,1838 **** } ! if(m_nLastAlingDocking==CBRS_ALIGN_TOP) { if (isMDI) --- 1834,1838 ---- } ! if(m_nLastAlignDocking==CBRS_ALIGN_TOP) { if (isMDI) *************** *** 1848,1852 **** } ! if(m_nLastAlingDocking==CBRS_ALIGN_BOTTOM) { if (isMDI) --- 1848,1852 ---- } ! if(m_nLastAlignDocking==CBRS_ALIGN_BOTTOM) { if (isMDI) *************** *** 1865,1869 **** GetDockingFrame()->ShowControlBar(this, TRUE, TRUE); ! m_nLastAlingDocking=0; // SendMessage(WM_NCLBUTTONDBLCLK); --- 1865,1869 ---- GetDockingFrame()->ShowControlBar(this, TRUE, TRUE); ! m_nLastAlignDocking=0; // SendMessage(WM_NCLBUTTONDBLCLK); *************** *** 1891,1895 **** if(IsRight()) { ! m_nLastAlingDocking=CBRS_ALIGN_RIGHT; if (isMDI) pB->m_dockHideRight.AddToolBars(this); --- 1891,1895 ---- if(IsRight()) { ! m_nLastAlignDocking=CBRS_ALIGN_RIGHT; if (isMDI) pB->m_dockHideRight.AddToolBars(this); *************** *** 1899,1903 **** if(IsLeft()) { ! m_nLastAlingDocking=CBRS_ALIGN_LEFT; if (isMDI) pB->m_dockHideLeft.AddToolBars(this); --- 1899,1903 ---- if(IsLeft()) { ! m_nLastAlignDocking=CBRS_ALIGN_LEFT; if (isMDI) pB->m_dockHideLeft.AddToolBars(this); *************** *** 1908,1912 **** if(IsTop()) { ! m_nLastAlingDocking=CBRS_ALIGN_TOP; if (isMDI) pB->m_dockHideTop.AddToolBars(this); --- 1908,1912 ---- if(IsTop()) { ! m_nLastAlignDocking=CBRS_ALIGN_TOP; if (isMDI) pB->m_dockHideTop.AddToolBars(this); *************** *** 1917,1921 **** if(IsBottom()) { ! m_nLastAlingDocking=CBRS_ALIGN_BOTTOM; if (isMDI) pB->m_dockHideBottom.AddToolBars(this); --- 1917,1921 ---- if(IsBottom()) { ! m_nLastAlignDocking=CBRS_ALIGN_BOTTOM; if (isMDI) pB->m_dockHideBottom.AddToolBars(this); *************** *** 2193,2199 **** GetClientRect(rc); ! nDockBarAling = GetParent()->GetDlgCtrlID(); if(!IsFloating()) ! m_nLastAlingDockingBck=nDockBarAling; --- 2193,2199 ---- GetClientRect(rc); ! nDockBarAlign = GetParent()->GetDlgCtrlID(); if(!IsFloating()) ! m_nLastAlignDockingBck=nDockBarAlign; *************** *** 2235,2239 **** BOOL CGuiControlBar::IsHideVert() { ! if (m_nLastAlingDocking ==CBRS_ALIGN_LEFT || m_nLastAlingDocking == CBRS_ALIGN_RIGHT) return TRUE; return FALSE; --- 2235,2239 ---- BOOL CGuiControlBar::IsHideVert() { ! if (m_nLastAlignDocking ==CBRS_ALIGN_LEFT || m_nLastAlignDocking == CBRS_ALIGN_RIGHT) return TRUE; return FALSE; *************** *** 2242,2246 **** BOOL CGuiControlBar::IsHideLeft() { ! if (m_nLastAlingDocking ==CBRS_ALIGN_LEFT) return TRUE; return FALSE; } --- 2242,2246 ---- BOOL CGuiControlBar::IsHideLeft() { ! if (m_nLastAlignDocking ==CBRS_ALIGN_LEFT) return TRUE; return FALSE; } *************** *** 2248,2252 **** BOOL CGuiControlBar::IsHideRight() { ! if (m_nLastAlingDocking == CBRS_ALIGN_RIGHT) return TRUE; return FALSE; } --- 2248,2252 ---- BOOL CGuiControlBar::IsHideRight() { ! if (m_nLastAlignDocking == CBRS_ALIGN_RIGHT) return TRUE; return FALSE; } *************** *** 2254,2258 **** BOOL CGuiControlBar::IsHideTop() { ! if (m_nLastAlingDocking == CBRS_ALIGN_TOP) return TRUE; return FALSE; } --- 2254,2258 ---- BOOL CGuiControlBar::IsHideTop() { ! if (m_nLastAlignDocking == CBRS_ALIGN_TOP) return TRUE; return FALSE; } *************** *** 2260,2264 **** BOOL CGuiControlBar::IsHideBottom() { ! if (m_nLastAlingDocking == CBRS_ALIGN_BOTTOM) return TRUE; return FALSE; } --- 2260,2264 ---- BOOL CGuiControlBar::IsHideBottom() { ! if (m_nLastAlignDocking == CBRS_ALIGN_BOTTOM) return TRUE; return FALSE; } *************** *** 2268,2272 **** BOOL CGuiControlBar::IsLeft() { ! if (nDockBarAling == AFX_IDW_DOCKBAR_LEFT) return TRUE; return FALSE; } --- 2268,2272 ---- BOOL CGuiControlBar::IsLeft() { ! if (nDockBarAlign == AFX_IDW_DOCKBAR_LEFT) return TRUE; return FALSE; } *************** *** 2274,2278 **** BOOL CGuiControlBar::IsRight() { ! if (nDockBarAling == AFX_IDW_DOCKBAR_RIGHT) return TRUE; return FALSE; } --- 2274,2278 ---- BOOL CGuiControlBar::IsRight() { ! if (nDockBarAlign == AFX_IDW_DOCKBAR_RIGHT) return TRUE; return FALSE; } *************** *** 2280,2284 **** BOOL CGuiControlBar::IsTop() { ! if (nDockBarAling == AFX_IDW_DOCKBAR_TOP) return TRUE; return FALSE; } --- 2280,2284 ---- BOOL CGuiControlBar::IsTop() { ! if (nDockBarAlign == AFX_IDW_DOCKBAR_TOP) return TRUE; return FALSE; } *************** *** 2286,2290 **** BOOL CGuiControlBar::IsBottom() { ! if (nDockBarAling == AFX_IDW_DOCKBAR_BOTTOM) return TRUE; return FALSE; } --- 2286,2290 ---- BOOL CGuiControlBar::IsBottom() { ! if (nDockBarAlign == AFX_IDW_DOCKBAR_BOTTOM) return TRUE; return FALSE; } *************** *** 2304,2308 **** BOOL CGuiControlBar::IsFloating() { ! if (nDockBarAling == AFX_IDW_DOCKBAR_FLOAT) return TRUE; return FALSE; --- 2304,2308 ---- BOOL CGuiControlBar::IsFloating() { ! if (nDockBarAlign == AFX_IDW_DOCKBAR_FLOAT) return TRUE; return FALSE; *************** *** 2726,2734 **** m_sizeVert.cy=pApp->GetProfileInt(szSection, _T("sizeVert.cy"),100 ); m_bAutoHide=pApp->GetProfileInt(szSection, _T("AutoHide"),0 ); ! m_nLastAlingDocking=pApp->GetProfileInt(szSection, _T("Aling"),0 ); if (m_bAutoHide) InitAutoHide(); else ! m_nLastAlingDocking=0; --- 2726,2734 ---- m_sizeVert.cy=pApp->GetProfileInt(szSection, _T("sizeVert.cy"),100 ); m_bAutoHide=pApp->GetProfileInt(szSection, _T("AutoHide"),0 ); ! m_nLastAlignDocking=pApp->GetProfileInt(szSection, _T("Align"),0 ); if (m_bAutoHide) InitAutoHide(); else ! m_nLastAlignDocking=0; *************** *** 2746,2750 **** pApp->WriteProfileInt(szSection, _T("sizeVert.cy"), m_sizeVert.cy); pApp->WriteProfileInt(szSection, _T("AutoHide"), m_bAutoHide); ! pApp->WriteProfileInt(szSection, _T("Aling"), m_nLastAlingDocking); } void CGuiControlBar::OnNcMouseMove(UINT nHitTest, CPoint point) --- 2746,2750 ---- pApp->WriteProfileInt(szSection, _T("sizeVert.cy"), m_sizeVert.cy); pApp->WriteProfileInt(szSection, _T("AutoHide"), m_bAutoHide); ! pApp->WriteProfileInt(szSection, _T("Align"), m_nLastAlignDocking); } void CGuiControlBar::OnNcMouseMove(UINT nHitTest, CPoint point) Index: GuiTabPowerPoint.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiTabPowerPoint.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiTabPowerPoint.cpp 26 Sep 2004 16:11:52 -0000 1.1 --- GuiTabPowerPoint.cpp 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 331,335 **** } SetActualTitle(FALSE); ! SetALingTabs(CGuiTabWnd::ALN_TOP); //los tabs arriba SetStyle(CGuiTabWnd::FLAT); --- 331,335 ---- } SetActualTitle(FALSE); ! SetAlignTabs(CGuiTabWnd::ALN_TOP); //los tabs arriba SetStyle(CGuiTabWnd::FLAT); Index: GuiSplitter.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiSplitter.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiSplitter.h 26 Sep 2004 16:11:51 -0000 1.1 --- GuiSplitter.h 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 31,40 **** DECLARE_DYNAMIC(CGuiSplitter) public: ! enum TYPEALING {ALINGHORZ=0,ALINGVERT=1}; ! enum STYLESEPARATOR{STYLE3D=0,STYLEFLAT=1}; void SetColor(COLORREF m_clrface); void AddLeftCtrl(CWnd* pWnd,long MinSize); void AddRightCtrl(CWnd* pWnd,long MinSize); ! void SeTypeALing(TYPEALING typeAling); void SetPixelWidht(int nSizePix); void RecalLayout(); --- 31,40 ---- DECLARE_DYNAMIC(CGuiSplitter) public: ! enum TYPEALIGN {ALIGNHORZ = 0, ALIGNVERT = 1}; ! enum STYLESEPARATOR {STYLE3D = 0, STYLEFLAT = 1}; void SetColor(COLORREF m_clrface); void AddLeftCtrl(CWnd* pWnd,long MinSize); void AddRightCtrl(CWnd* pWnd,long MinSize); ! void SeTypeALing(TYPEALIGN typeAlign); void SetPixelWidht(int nSizePix); void RecalLayout(); *************** *** 50,54 **** CWnd* pWndLeft; CWnd* pWndRight; ! TYPEALING TypeAling; CRect m_rcSpplitter; int m_nSizePix; --- 50,54 ---- CWnd* pWndLeft; CWnd* pWndRight; ! TYPEALIGN TypeAlign; CRect m_rcSpplitter; int m_nSizePix; Index: GuiDockToolBar.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiDockToolBar.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiDockToolBar.cpp 26 Sep 2004 16:11:49 -0000 1.1 --- GuiDockToolBar.cpp 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 61,73 **** // CGuiDockToolBar message handlers ! BOOL CGuiDockToolBar::Create(CWnd* pParentWnd,DWORD dwAling) { // TODO: Add your specialized code here and/or call the base class ! /* ASSERT ( (dwAling & CBRS_ALIGN_TOP) && ! (dwAling & CBRS_ALIGN_RIGHT) && ! (dwAling & CBRS_ALIGN_BOTTOM) && ! (dwAling & CBRS_ALIGN_LEFT) ); ! */ ASSERT ( dwAling & CBRS_ALIGN_ANY); ! SetBarStyle (dwAling); DWORD dwStyle = CCS_NOPARENTALIGN|CCS_NOMOVEY|CCS_NODIVIDER|CCS_NORESIZE; if (pParentWnd->GetStyle() & WS_THICKFRAME) --- 61,73 ---- // CGuiDockToolBar message handlers ! BOOL CGuiDockToolBar::Create(CWnd* pParentWnd,DWORD dwAlign) { // TODO: Add your specialized code here and/or call the base class ! /* ASSERT ( (dwAlign & CBRS_ALIGN_TOP) && ! (dwAlign & CBRS_ALIGN_RIGHT) && ! (dwAlign & CBRS_ALIGN_BOTTOM) && ! (dwAlign & CBRS_ALIGN_LEFT) ); ! */ ASSERT ( dwAlign & CBRS_ALIGN_ANY); ! SetBarStyle (dwAlign); DWORD dwStyle = CCS_NOPARENTALIGN|CCS_NOMOVEY|CCS_NODIVIDER|CCS_NORESIZE; if (pParentWnd->GetStyle() & WS_THICKFRAME) Index: GuiToolBarWnd.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiToolBarWnd.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiToolBarWnd.h 26 Sep 2004 16:11:52 -0000 1.1 --- GuiToolBarWnd.h 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 120,124 **** BOOL bOver; BOOL bPressDown; ! UINT nDockBarAling; UINT MenuContext; UINT m_idLock; --- 120,124 ---- BOOL bOver; BOOL bPressDown; ! UINT nDockBarAlign; UINT MenuContext; UINT m_idLock; Index: GuiTabWnd.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiTabWnd.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GuiTabWnd.cpp 2 Oct 2004 13:27:41 -0000 1.2 --- GuiTabWnd.cpp 11 Oct 2004 18:01:23 -0000 1.3 *************** *** 130,134 **** } ! void CGuiTabWnd::SetALingTabs(AlingTab alnTab) { m_alnTab=alnTab; --- 130,134 ---- } ! void CGuiTabWnd::SetAlignTabs(AlignTab alnTab) { m_alnTab=alnTab; Index: GuiGroupBox.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiGroupBox.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiGroupBox.h 26 Sep 2004 16:11:51 -0000 1.1 --- GuiGroupBox.h 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 40,49 **** public: CGuiGroupBox(); ! enum Aling{ALING_LEFT=0,ALING_RIGHT=1,ALING_DOWN=2, ALING_UP=3}; // Attributes public: ! void SetStyle(Aling AlingStyle); void SetCaption(CString Caption); ! Aling m_style; COLORREF m_clrface; COLORREF m_clrShadow; --- 40,49 ---- public: CGuiGroupBox(); ! enum Align{ALIGN_LEFT = 0, ALIGN_RIGHT = 1, ALIGN_DOWN = 2, ALIGN_UP = 3}; // Attributes public: ! void SetStyle(Align AlingStyle); void SetCaption(CString Caption); ! Align m_style; COLORREF m_clrface; COLORREF m_clrShadow; Index: GuiDockToolBarEx.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiDockToolBarEx.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiDockToolBarEx.cpp 26 Sep 2004 16:11:49 -0000 1.1 --- GuiDockToolBarEx.cpp 11 Oct 2004 18:01:23 -0000 1.2 *************** *** 61,65 **** // TODO: Add your specialized code here and/or call the base class m_Caption=lpszWindowName; ! m_nDockBarAling=nID; m_hWnd=hWnd; return CWnd::Create(NULL,lpszWindowName, dwStyle |WS_CLIPSIBLINGS|WS_CLIPCHILDREN, rect, pParentWnd, nID+(int)m_hWnd); --- 61,65 ---- // TODO: Add your specialized code here and/or call the base class m_Caption=lpszWindowName; ! m_nDockBarAlign=nID; m_hWnd=hWnd; return CWnd::Create(NULL,lpszWindowName, dwStyle |WS_CLIPSIBLINGS|WS_CLIPCHILDREN, rect, pParentWnd, nID+(int)m_hWnd); *************** *** 232,236 **** { CGradient M(CSize(m_rect.Width(),m_rect.Height())); ! if (m_nDockBarAling ==AFX_IDW_DOCKBAR_LEFT || m_nDockBarAling ==AFX_IDW_DOCKBAR_RIGHT) M.PrepareCaptionVert(&dc,GuiDrawLayer::m_Style); else --- 232,236 ---- { CGradient M(CSize(m_rect.Width(),m_rect.Height())); ! if (m_nDockBarAlign ==AFX_IDW_DOCKBAR_LEFT || m_nDockBarAlign ==AFX_IDW_DOCKBAR_RIGHT) M.PrepareCaptionVert(&dc,GuiDrawLayer::m_Style); else *************** *** 242,246 **** GuiDrawLayer::DrawIcon(&dc,CPoint(m_rect.left+2,m_rect.top+2),m_szBtn,m_hIcon); ! switch(m_nDockBarAling) { --- 242,246 ---- GuiDrawLayer::DrawIcon(&dc,CPoint(m_rect.left+2,m_rect.top+2),m_szBtn,m_hIcon); ! switch(m_nDockBarAlign) { *************** *** 418,426 **** // CGuiDockToolBarEx message handlers ! BOOL CGuiDockToolBarEx::Create(CWnd* pParentWnd,DWORD dwAling) { // TODO: Add your specialized code here and/or call the base class ! ASSERT ( dwAling & CBRS_ALIGN_ANY); ! SetBarStyle (dwAling); DWORD dwStyle = CCS_NOPARENTALIGN|CCS_NOMOVEY|CCS_NODIVIDER|CCS_NORESIZE; if (pParentWnd->GetStyle() & WS_THICKFRAME) --- 418,426 ---- // CGuiDockToolBarEx message handlers ! BOOL CGuiDockToolBarEx::Create(CWnd* pParentWnd,DWORD dwAlign) { // TODO: Add your specialized code here and/or call the base class ! ASSERT ( dwAlign & CBRS_ALIGN_ANY); ! SetBarStyle (dwAlign); DWORD dwStyle = CCS_NOPARENTALIGN|CCS_NOMOVEY|CCS_NODIVIDER|CCS_NORESIZE; if (pParentWnd->GetStyle() & WS_THICKFRAME) *************** *** 470,475 **** CSize szBtn=ct->GetSizeIconBtn(); ! if (ct->GetAling() == AFX_IDW_DOCKBAR_TOP || ! ct->GetAling() == AFX_IDW_DOCKBAR_BOTTOM) { m_Arect.left=nPos+4; --- 470,475 ---- CSize szBtn=ct->GetSizeIconBtn(); ! if (ct->GetAlign() == AFX_IDW_DOCKBAR_TOP || ! ct->GetAlign() == AFX_IDW_DOCKBAR_BOTTOM) { m_Arect.left=nPos+4; |
From: boca4711 <boc...@us...> - 2004-10-10 18:52:38
|
Update of /cvsroot/anyedit/AnyEditToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22125 Modified Files: AnyEditToolkit.xml Log Message: Added last changes and new entries. Index: AnyEditToolkit.xml =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/AnyEditToolkit.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AnyEditToolkit.xml 27 Sep 2004 19:56:34 -0000 1.1 --- AnyEditToolkit.xml 10 Oct 2004 18:52:24 -0000 1.2 *************** *** 1,14 **** <?xml version="1.0" encoding="windows-1252"?> ! <TODOLIST FILEFORMAT="6" PROJECTNAME="AnyEditToolkit" NEXTUNIQUEID="28" LASTSORTBY="0" FILEVERSION="15" LASTSORTDIR="-1" LASTMODIFIED="2004-09-27"> <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38257.91064815" TITLE="bugs" TIMEESTUNITS="H" ID="1" STARTDATE="38257.00000000" POS="1"> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38257.89687500" TITLE="CGuiButton" TIMEESTUNITS="H" COMMENTS="return result of selected item in context menu ! " ID="13" STARTDATE="38257.00000000" POS="1"/> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38257.89690972" TITLE="UNICODE" TIMEESTUNITS="H" COMMENTS="use TCHAR and _tcs... for string operations. ! " ID="14" STARTDATE="38257.00000000" POS="2"/> <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38257.89694444" TITLE="export CGuiMDIWindowsDlg" TIMEESTUNITS="H" ID="15" STARTDATE="38257.00000000" POS="3"/> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38257.89699074" TITLE="CGuiListEdit" TIMEESTUNITS="H" COMMENTS="complete implementation ! " ID="16" STARTDATE="38257.00000000" POS="4"/> <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38257.89702546" TITLE="CGuiMDIFrame" TIMEESTUNITS="H" COMMENTS="add DockControlBarLeftOf " ID="17" STARTDATE="38257.00000000" POS="5"/> </TASK> <TASK STARTDATESTRING="2004-09-27" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38257.86849537" TITLE="parts from AnyEdit" TIMEESTUNITS="H" ID="2" STARTDATE="38257.00000000" POS="2"> --- 1,25 ---- <?xml version="1.0" encoding="windows-1252"?> ! <TODOLIST FILEFORMAT="6" PROJECTNAME="AnyEditToolkit" NEXTUNIQUEID="42" LASTSORTBY="0" FILEVERSION="24" LASTSORTDIR="-1" LASTMODIFIED="2004-10-10"> <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38257.91064815" TITLE="bugs" TIMEESTUNITS="H" ID="1" STARTDATE="38257.00000000" POS="1"> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38262.71917824" TITLE="CGuiButton" TIMEESTUNITS="H" COMMENTS="return result of selected item in context menu ! " ID="13" PERCENTDONE="100" STARTDATE="38257.00000000" DONEDATESTRING="2004-10-02" POS="1" DONEDATE="38262.00000000"/> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38262.64524306" TITLE="UNICODE" TIMEESTUNITS="H" COMMENTS="use TCHAR and _tcs... for string operations. ! " ID="14" PERCENTDONE="100" STARTDATE="38257.00000000" DONEDATESTRING="2004-10-02" POS="2" DONEDATE="38262.00000000"/> <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38257.89694444" TITLE="export CGuiMDIWindowsDlg" TIMEESTUNITS="H" ID="15" STARTDATE="38257.00000000" POS="3"/> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38263.78342593" TITLE="CGuiListEdit" TIMEESTUNITS="H" COMMENTS="complete implementation ! ! see A VisualStudio-like ListBox class http://www.codeguru.com/Cpp/controls/listbox/article.php/c1613/ ! " ID="16" PERCENTDONE="100" STARTDATE="38257.00000000" DONEDATESTRING="2004-10-03" POS="4" DONEDATE="38263.00000000"/> <TASK STARTDATESTRING="2004-09-27" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38257.89702546" TITLE="CGuiMDIFrame" TIMEESTUNITS="H" COMMENTS="add DockControlBarLeftOf " ID="17" STARTDATE="38257.00000000" POS="5"/> + <TASK STARTDATESTRING="2004-10-02" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38262.64634259" TITLE="path problem with msado15.dll" TIMEESTUNITS="H" COMMENTS="There is an import of msado15.dll with full path spec. + " ID="28" STARTDATE="38262.00000000" POS="6"/> + <TASK STARTDATESTRING="2004-10-03" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38263.77458333" TITLE="add missing hints for class wizard" TIMEESTUNITS="H" ID="29" STARTDATE="38263.00000000" POS="7"/> + <TASK STARTDATESTRING="2004-10-04" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38270.73370370" TITLE="CGuiButton SEMIFLAT doesn't show a border" TIMEESTUNITS="H" ID="38" PERCENTDONE="100" STARTDATE="38264.00000000" DONEDATESTRING="2004-10-10" POS="8" DONEDATE="38270.73370370"/> + <TASK STARTDATESTRING="2004-10-04" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38270.73379630" TITLE="CGuiButton add bitmap handling" TIMEESTUNITS="H" ID="39" PERCENTDONE="100" STARTDATE="38264.00000000" DONEDATESTRING="2004-10-10" POS="9" DONEDATE="38270.73379630"/> + <TASK STARTDATESTRING="2004-10-10" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38270.73618056" TITLE="CGuiButton with bitmaps and XP style has wrong background" TIMEESTUNITS="H" COMMENTS="In other styles background is grey. In XP style background is grey too, but it should be white. + " ID="40" STARTDATE="38270.00000000" POS="10"/> + <TASK STARTDATESTRING="2004-10-10" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38270.73629630" TITLE="CGuiEditList only shows standard buttons" TIMEESTUNITS="H" COMMENTS="In BCG it is possible to set which buttons are shown. Here is no way to hide buttons. + " ID="41" STARTDATE="38270.00000000" POS="11"/> </TASK> <TASK STARTDATESTRING="2004-09-27" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38257.86849537" TITLE="parts from AnyEdit" TIMEESTUNITS="H" ID="2" STARTDATE="38257.00000000" POS="2"> *************** *** 24,27 **** --- 35,46 ---- " ID="10" STARTDATE="38257.00000000" POS="7"/> + <TASK STARTDATESTRING="2004-10-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38264.85034722" TITLE="CColorButton" TIMEESTUNITS="H" ID="30" STARTDATE="38264.00000000" POS="8"/> + <TASK STARTDATESTRING="2004-10-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38264.85060185" TITLE="CFlatComboBox" TIMEESTUNITS="H" ID="31" STARTDATE="38264.00000000" POS="9"/> + <TASK STARTDATESTRING="2004-10-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38264.85184028" TITLE="CDumpDialog" TIMEESTUNITS="H" ID="32" STARTDATE="38264.00000000" POS="10"/> + <TASK STARTDATESTRING="2004-10-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38264.85199074" TITLE="CDumpHandleApp" TIMEESTUNITS="H" ID="34" STARTDATE="38264.00000000" POS="11"/> + <TASK STARTDATESTRING="2004-10-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38264.85128472" TITLE="CCreditStatic" TIMEESTUNITS="H" ID="33" STARTDATE="38264.00000000" POS="12"/> + <TASK STARTDATESTRING="2004-10-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38264.85255787" TITLE="CLBSpinButtonCtrl" TIMEESTUNITS="H" ID="35" STARTDATE="38264.00000000" POS="13"/> + <TASK STARTDATESTRING="2004-10-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38264.85275463" TITLE="OutputBar" TIMEESTUNITS="H" ID="36" STARTDATE="38264.00000000" POS="14"/> + <TASK STARTDATESTRING="2004-10-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38264.85385417" TITLE="CBugReport" TIMEESTUNITS="H" ID="37" STARTDATE="38264.00000000" POS="15"/> </TASK> <TASK STARTDATESTRING="2004-09-27" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38257.86872685" TITLE="missing features" TIMEESTUNITS="H" ID="3" STARTDATE="38257.00000000" POS="3"> *************** *** 49,58 **** see CodeGuru: Visual Studio.NET Style Tear Off Panes - Part II http://www.codeguru.com/Cpp/frameworks/advancedui/openfaq/article.php/c7271/" ID="23" STARTDATE="38082.00000000" POS="3"/> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38257.89865741" TITLE="skin manager" TIMEESTUNITS="H" ID="22" STARTDATE="38257.00000000" POS="4"/> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38257.90010417" TITLE="extended tree property sheet control" TIMEESTUNITS="H" COMMENTS="like CSAPrefsDialog, but resizeable and with different looks (XP, Office 2003) see http://www.codeproject.com/property/TreePropSheetEx.asp " ID="24" STARTDATE="38257.00000000" POS="5"/> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38257.90722222" TITLE="language support" TIMEESTUNITS="H" ID="25" STARTDATE="38257.00000000" POS="6"/> </TASK> </TODOLIST> --- 68,77 ---- see CodeGuru: Visual Studio.NET Style Tear Off Panes - Part II http://www.codeguru.com/Cpp/frameworks/advancedui/openfaq/article.php/c7271/" ID="23" STARTDATE="38082.00000000" POS="3"/> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38262.64641204" TITLE="skin manager" TIMEESTUNITS="H" ID="22" STARTDATE="38257.00000000" POS="4"/> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38262.64644676" TITLE="extended tree property sheet control" TIMEESTUNITS="H" COMMENTS="like CSAPrefsDialog, but resizeable and with different looks (XP, Office 2003) see http://www.codeproject.com/property/TreePropSheetEx.asp " ID="24" STARTDATE="38257.00000000" POS="5"/> ! <TASK STARTDATESTRING="2004-09-27" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38262.64646991" TITLE="language support" TIMEESTUNITS="H" ID="25" STARTDATE="38257.00000000" POS="6"/> </TASK> </TODOLIST> |
From: boca4711 <boc...@us...> - 2004-10-10 18:50:19
|
Update of /cvsroot/anyedit/AnyEditToolkit/GuiLib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21762/GuiLib Modified Files: GuiListEdit.cpp GuiListEdit.h Log Message: - Added new methods: GetSelItem, SelectItem, RemoveItem, EditItem - Added change notification Index: GuiListEdit.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiListEdit.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GuiListEdit.h 3 Oct 2004 16:47:51 -0000 1.2 --- GuiListEdit.h 10 Oct 2004 18:50:09 -0000 1.3 *************** *** 40,45 **** COLORREF m_clrface; Border m_border; - BOOL m_bChange; public: void Delete(); void Insert(); --- 40,45 ---- COLORREF m_clrface; Border m_border; public: + virtual void OnSelectionChanged () {} void Delete(); void Insert(); *************** *** 57,63 **** --- 57,69 ---- protected: + bool m_bNewItem; DECLARE_MESSAGE_MAP() virtual void PreSubclassWindow(); public: + BOOL EditItem (int iIndex); + void RemoveItem(int nItem); + BOOL SelectItem(int nItem); + int GetSelItem(void); + //{{AFX_MSG(CGuiListEdit) afx_msg void OnPaint(); *************** *** 68,71 **** --- 74,78 ---- afx_msg void OnBeginlabeleditList(NMHDR *pNMHDR, LRESULT *pResult); afx_msg void OnKeyDown(NMHDR* pNMHDR, LRESULT* pResult); + afx_msg void OnItemChanged(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG }; Index: GuiListEdit.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiListEdit.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GuiListEdit.cpp 3 Oct 2004 16:47:51 -0000 1.2 --- GuiListEdit.cpp 10 Oct 2004 18:50:09 -0000 1.3 *************** *** 44,47 **** --- 44,48 ---- m_border = STYLEFRAME; m_clrface = GuiDrawLayer::GetRGBColorFace(); + m_bNewItem = false; } *************** *** 63,66 **** --- 64,68 ---- ON_COMMAND(LST_UP, Up) ON_COMMAND(LST_DOWN, Down) + ON_NOTIFY(LVN_ITEMCHANGED, LST_LIST, OnItemChanged) //}}AFX_MSG_MAP END_MESSAGE_MAP() *************** *** 104,110 **** void CGuiListEdit::OnClickList(NMHDR* pNMHDR, LRESULT* pResult) { ! int nActual = m_pWndList->GetNextItem(-1, LVNI_SELECTED); ! if (nActual == -1) Insert(); } --- 106,122 ---- void CGuiListEdit::OnClickList(NMHDR* pNMHDR, LRESULT* pResult) { ! int iSelItem = GetSelItem (); ! ! // if ((m_uiStandardBtns & BGCEDITLISTBOX_BTN_NEW) && iSelItem == -1) ! if (iSelItem == -1) ! { Insert(); + return; + } + + if (iSelItem >= 0) + { + EditItem (iSelItem); + } } *************** *** 112,115 **** --- 124,128 ---- { CRect rc; + m_bNewItem = true; m_pWndList->SetFocus(); int nItem = m_pWndList->GetItemCount(); *************** *** 122,126 **** rc.Width () - 10, rc.Height (), SWP_NOMOVE | SWP_NOZORDER | SWP_NOACTIVATE); - } --- 135,138 ---- *************** *** 131,139 **** // TODO: Add your control notification handler code here LV_ITEM* pItem = &((LV_DISPINFO*)pNMHDR)->item; ! CString m_sz = pItem->pszText; ! if (!m_sz.IsEmpty()) ! m_pWndList->SetItemText(pItem->iItem, 0, m_sz); else ! m_pWndList->DeleteItem(pItem->iItem); *pResult = 0; --- 143,161 ---- // TODO: Add your control notification handler code here LV_ITEM* pItem = &((LV_DISPINFO*)pNMHDR)->item; ! ! if (pItem->pszText != NULL) ! { ! CString m_sz = pItem->pszText; ! if (!m_sz.IsEmpty()) ! m_pWndList->SetItemText(pItem->iItem, 0, m_sz); ! else ! m_pWndList->DeleteItem(pItem->iItem); ! } else ! { ! if (m_bNewItem) ! m_pWndList->DeleteItem(pItem->iItem); ! } ! m_bNewItem = false; *pResult = 0; *************** *** 307,308 **** --- 329,403 ---- *pResult = 0; } + + /// Get number of selected item. + int CGuiListEdit::GetSelItem() + { + return m_pWndList->GetNextItem (-1, LVNI_SELECTED); + } + + /// Select item with number nItem. + BOOL CGuiListEdit::SelectItem(int nItem) + { + if (!m_pWndList->SetItemState (nItem, LVIS_SELECTED | LVIS_FOCUSED, + LVIS_SELECTED | LVIS_FOCUSED)) + { + return FALSE; + } + + return m_pWndList->EnsureVisible (nItem, FALSE); + } + + /// Remove item with number nItem + void CGuiListEdit::RemoveItem(int nItem) + { + m_pWndList->DeleteItem(nItem); + } + //************************************************************************** + void CGuiListEdit::OnItemChanged(NMHDR* pNMHDR, LRESULT* pResult) + { + ASSERT (pNMHDR != NULL); + + NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR; + ASSERT (pNMListView != NULL); + + if (pNMListView->uChanged == LVIF_STATE && + (pNMListView->uOldState & LVIS_SELECTED) != (pNMListView->uNewState & LVIS_SELECTED)) + { + OnSelectionChanged (); + } + + *pResult = 0; + } + + /// Edit text of item with number iIndex. + BOOL CGuiListEdit::EditItem(int iIndex) + { + if (GetSafeHwnd () == NULL || m_pWndList == NULL) + { + ASSERT (FALSE); + return FALSE; + } + + ASSERT_VALID (m_pWndList); + + m_pWndList->SetFocus (); + CEdit* pEdit = m_pWndList->EditLabel (iIndex); + if (pEdit == NULL) + { + return FALSE; + } + + ASSERT_VALID (pEdit); + + CRect rectClient; + GetClientRect (rectClient); + + CRect rectEdit; + pEdit->GetClientRect (rectEdit); + + pEdit->SetWindowPos (NULL, -1, -1, + rectClient.Width () - 10, rectEdit.Height (), + SWP_NOMOVE | SWP_NOZORDER | SWP_NOACTIVATE); + + return TRUE; + } |
From: boca4711 <boc...@us...> - 2004-10-10 18:49:12
|
Update of /cvsroot/anyedit/AnyEditToolkit/GuiLib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21485/GuiLib Modified Files: GuiButton.cpp GuiButton.h Log Message: - The image of button can be a bitmap instead of an icon. - Semi flat mode draw a visible frame. Index: GuiButton.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiButton.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GuiButton.cpp 3 Oct 2004 19:03:30 -0000 1.3 --- GuiButton.cpp 10 Oct 2004 18:48:56 -0000 1.4 *************** *** 53,56 **** --- 53,59 ---- m_bIsDark = FALSE; m_iResMenu = 0; + m_hBitmap = NULL; + m_sizeImage = CSize (0, 0); + m_hBitmapDisabled = NULL; } *************** *** 62,65 **** --- 65,76 ---- DestroyIcon(m_hicon[i]); } + if (m_hBitmap != NULL) + { + ::DeleteObject (m_hBitmap); + } + if (m_hBitmapDisabled != NULL) + { + ::DeleteObject(m_hBitmapDisabled); + } } *************** *** 157,161 **** m_Index = 0; ! if (m_hicon[m_Index]!= NULL) { ::GetIconInfo(m_hicon[m_Index], &bm); --- 168,176 ---- m_Index = 0; ! if (m_hBitmap != NULL) ! { ! sizeImag = m_sizeImage; ! } ! else if (m_hicon[m_Index]!= NULL) { ::GetIconInfo(m_hicon[m_Index], &bm); *************** *** 164,168 **** ::DeleteObject(bm.hbmColor); } ! else { m_Index = -1; --- 179,183 ---- ::DeleteObject(bm.hbmColor); } ! else { m_Index = -1; *************** *** 175,179 **** if (m_bShowImage == TRUE && m_bShowText== FALSE) { ! if (m_Index != -1) { int calculodify; --- 190,214 ---- if (m_bShowImage == TRUE && m_bShowText== FALSE) { ! if (m_hBitmap != NULL) ! { ! int calculodify; ! m_rect.right = m_rect.left + sizeImag.cx + 5; ! calculodify = m_rect.Height()- (sizeImag.cy); ! calculodify /= 2; ! m_point = CPoint(2, calculodify); ! if (m_bIsDark && m_iSelected == 1 && !(m_State & ODS_DISABLED)) ! { ! CPoint p(m_point.x + 1, m_point.y + 1); ! pDC->DrawState(p, sizeImag, m_hBitmap, DSS_MONO, CBrush(GuiDrawLayer::GetRGBColorShadow())); ! m_point.x -= 1; ! m_point.y -= 1; ! } ! ! if (m_State == ODS_DISABLED) ! pDC->DrawState(m_point, sizeImag, m_hBitmapDisabled, DSS_DISABLED, CBrush(GuiDrawLayer::GetRGBColorFace())); ! else ! pDC->DrawState(m_point, sizeImag, m_hBitmap, DSS_NORMAL, CBrush(GuiDrawLayer::GetRGBColorFace())); ! } ! else if (m_Index != -1) { int calculodify; *************** *** 200,204 **** int calculodifx = 0; int calculodify = 0; ! if (m_Index != -1) { CRect rectletra; --- 235,293 ---- int calculodifx = 0; int calculodify = 0; ! if (m_hBitmap != NULL) ! { ! CRect rectletra; ! calculodifx = m_rect.Width()- (sizeImag.cx); ! calculodifx /= 2; ! calculodify = m_rect.Height()- (sizeImag.cy); ! calculodify /= 2; ! if (m_iAlign == ALIGN_RIGHT) ! { ! m_point = CPoint(4, calculodify); ! if (m_bIsDark && m_iSelected == 1 && !(m_State & ODS_DISABLED)) ! { ! CPoint p(m_point.x + 1, m_point.y + 1); ! pDC->DrawState(p, sizeImag, m_hBitmap, DSS_MONO, CBrush(GuiDrawLayer::GetRGBColorShadow())); ! m_point.x -= 1; ! m_point.y -= 1; ! } ! if (m_State == ODS_DISABLED) ! pDC->DrawState(m_point, sizeImag, m_hBitmapDisabled, DSS_DISABLED, NULL); ! else ! pDC->DrawState(m_point, sizeImag, m_hBitmap, DSS_NORMAL, NULL); ! rectletra = m_rect; ! rectletra.left += sizeImag.cx + 8; ! pt = CSize(rectletra.top, rectletra.left); ! if (m_State & ODS_DISABLED) ! pDC->DrawState(pt, SizeCad, m_caption, DSS_DISABLED, TRUE, 0, (CBrush*)NULL); ! else ! pDC->DrawText(m_caption, rectletra, DT_SINGLELINE | DT_LEFT | DT_VCENTER); ! } ! else ! { ! rectletra = m_rect; ! rectletra.left += 4; ! if (m_bIsDark && m_iSelected == 1 && !(m_State & ODS_DISABLED)) ! { ! CPoint p = CPoint(m_point.x + 1, m_point.y + 1); ! pDC->DrawState(p, sizeImag, m_hBitmap, DSS_MONO, CBrush(GuiDrawLayer::GetRGBColorShadow())); ! m_point.x -= 1; ! m_point.y -= 1; ! } ! ! pt = CSize(rectletra.top, rectletra.left); ! ! if (m_State & ODS_DISABLED) ! pDC->DrawState(pt, SizeCad, m_caption, DSS_DISABLED, TRUE, 0, (CBrush*)NULL); ! else ! pDC->DrawText(m_caption, rectletra, DT_SINGLELINE | DT_LEFT | DT_VCENTER); ! m_point = CPoint((rectletra.right - sizeImag.cx) - 4, calculodify); ! if (m_State == ODS_DISABLED) ! pDC->DrawState(m_point, sizeImag, m_hBitmapDisabled, DSS_DISABLED, NULL); ! else ! pDC->DrawState(m_point, sizeImag, m_hBitmap, DSS_NORMAL, NULL); ! } ! } ! else if (m_Index != -1) { CRect rectletra; *************** *** 296,302 **** else if (m_iSelected == 1) // el mouse esta sobre el boton { ! if (STYLE_SEMIFLAT== m_iStyle) ! pDC->Draw3dRect(m_rect, GuiDrawLayer::GetRGBColorBTNHigh(), GuiDrawLayer::GetRGBColorShadow()); ! else if (STYLE_FLAT == m_iStyle) pDC->Draw3dRect(m_rect, GuiDrawLayer::GetRGBColorBTNHigh(), GuiDrawLayer::GetRGBColorShadow()); else if (STYLEXP == m_iStyle) --- 385,392 ---- else if (m_iSelected == 1) // el mouse esta sobre el boton { ! // if (STYLE_SEMIFLAT== m_iStyle) ! // pDC->Draw3dRect(m_rect, GuiDrawLayer::GetRGBColorBTNHigh(), GuiDrawLayer::GetRGBColorShadow()); ! // else ! if (STYLE_FLAT == m_iStyle) pDC->Draw3dRect(m_rect, GuiDrawLayer::GetRGBColorBTNHigh(), GuiDrawLayer::GetRGBColorShadow()); else if (STYLEXP == m_iStyle) *************** *** 345,348 **** --- 435,442 ---- } } + else if (STYLE_SEMIFLAT == m_iStyle) + { + pDC->Draw3dRect(m_rect, GuiDrawLayer::GetRGBColorBTNHigh(), ::GetSysColor(COLOR_3DDKSHADOW)); + } else { *************** *** 594,598 **** } ! CalLayout(); return result; } --- 688,694 ---- } ! if (result) ! ShowImage(TRUE); ! return result; } *************** *** 857,858 **** --- 953,1091 ---- return m_iResMenu; } + + /// Set bitmap as image for button + void CGuiButton::SetImageBitmap(HBITMAP hBitmap) + { + if (hBitmap == NULL) + { + return; + } + + m_hBitmap = hBitmap; + + BITMAP bmp; + ::GetObject (m_hBitmap, sizeof (BITMAP), (LPVOID) &bmp); + + m_sizeImage.cx = bmp.bmWidth; + m_sizeImage.cy = bmp.bmHeight; + + CreateDisabledImage (); + ShowImage(TRUE); + } + + /// Set bitmap as image for button + void CGuiButton::SetImageBitmap(UINT uiBitmap) + { + HBITMAP hbmp = (HBITMAP) ::LoadImage ( + AfxGetResourceHandle (), + MAKEINTRESOURCE (uiBitmap), + IMAGE_BITMAP, + 0, 0, + LR_CREATEDIBSECTION | LR_LOADMAP3DCOLORS); + ASSERT (hbmp != NULL); + + SetImageBitmap(hbmp); + } + + /// Create a disabled bitmap from given bitmap. + BOOL CGuiButton::CreateDisabledImage() + { + if (m_hBitmapDisabled != NULL) + { + ::DeleteObject (m_hBitmapDisabled); + m_hBitmapDisabled = NULL; + } + + if (m_hBitmap == NULL) + { + ASSERT (FALSE); + return FALSE; + } + + //------------------------------------------------------- + // Create memory source DC and select an original bitmap: + //------------------------------------------------------- + CDC memDCSrc; + memDCSrc.CreateCompatibleDC (NULL); + + HBITMAP hOldBitmapSrc = NULL; + + int iBitmapWidth; + int iBitmapHeight; + + //------------------------------- + // Get original bitmap attrbutes: + //------------------------------- + BITMAP bmp; + if (::GetObject (m_hBitmap, sizeof (BITMAP), &bmp) == 0) + { + return FALSE; + } + + hOldBitmapSrc = (HBITMAP) memDCSrc.SelectObject (m_hBitmap); + if (hOldBitmapSrc == NULL) + { + return FALSE; + } + + iBitmapWidth = bmp.bmWidth; + iBitmapHeight = bmp.bmHeight; + + //---------------------------------------------------------- + // Create a new bitmap compatibel with the source memory DC: + // (original bitmap SHOULD BE ALREADY SELECTED!): + //---------------------------------------------------------- + m_hBitmapDisabled = (HBITMAP) ::CreateCompatibleBitmap (memDCSrc, + iBitmapWidth, + iBitmapHeight); + if (m_hBitmapDisabled == NULL) + { + memDCSrc.SelectObject (hOldBitmapSrc); + return FALSE; + } + + //------------------------------ + // Create memory destination DC: + //------------------------------ + CDC memDCDst; + memDCDst.CreateCompatibleDC (&memDCSrc); + + HBITMAP hOldBitmapDst = (HBITMAP) memDCDst.SelectObject (m_hBitmapDisabled); + if (hOldBitmapDst == NULL) + { + memDCSrc.SelectObject (hOldBitmapSrc); + ::DeleteObject (m_hBitmapDisabled); + m_hBitmapDisabled = NULL; + return FALSE; + } + + //----------------------------- + // Copy original bitmap to new: + //----------------------------- + memDCDst.BitBlt (0, 0, iBitmapWidth, iBitmapHeight, + &memDCSrc, 0, 0, SRCCOPY); + + //------------------------------------ + // Change "3dface" colors to White: + //------------------------------------ + for (int x = 0; x < iBitmapWidth; x ++) + { + for (int y = 0; y < iBitmapHeight; y ++) + { + COLORREF clrOrig = ::GetPixel (memDCDst, x, y); + COLORREF clrFace = (m_clrface == (COLORREF)-1) ? + GuiDrawLayer::GetRGBColorFace() : m_clrface; + COLORREF clrNew = (clrOrig == clrFace) ? RGB (255, 255, 255) : clrOrig; + + if (clrOrig != clrNew) + { + ::SetPixel (memDCDst, x, y, clrNew); + } + } + } + + memDCDst.SelectObject (hOldBitmapDst); + memDCSrc.SelectObject (hOldBitmapSrc); + + return TRUE; + } Index: GuiButton.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiButton.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GuiButton.h 3 Oct 2004 19:03:31 -0000 1.3 --- GuiButton.h 10 Oct 2004 18:48:56 -0000 1.4 *************** *** 123,132 **** --- 123,138 ---- BOOL m_ReposWindow; BOOL m_bIsDark; + HBITMAP m_hBitmap; //< Bitmap for buttons + CSize m_sizeImage; //< size of bitmap image + HBITMAP m_hBitmapDisabled; //< Bitmap for disabled buttons // ******************************************************* public: + void SetImageBitmap(UINT uiBitmap); + void SetImageBitmap(HBITMAP hBitmap); /// Returns result of last popup menu selection int GetMenuResult(void); HMENU m_hMenu; protected: + BOOL CreateDisabledImage(void); //{{AFX_MSG(CSButton) |
From: Leon W. <moo...@us...> - 2004-10-06 20:40:44
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4590 Modified Files: OutputEdit.cpp OutputEdit.h Log Message: Bugfix: Pressing escape caused the Parent Window to close. This is a common Windows Bug. Added PreTranslateMessage to catch the escape key. Index: OutputEdit.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/OutputEdit.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OutputEdit.cpp 9 Sep 2004 18:54:48 -0000 1.3 --- OutputEdit.cpp 6 Oct 2004 20:40:34 -0000 1.4 *************** *** 369,370 **** --- 369,382 ---- return strLine; } + + BOOL COutputEdit::PreTranslateMessage(MSG* pMsg) + { + // This is to prevent a common bug in MFC. + // Pressing Escape in an ES_MULTILINE Edit Box causes a WM_CLOSE to + // the parent window. That is not the desired behavior. + // We pretend to have handled the message, so nothing happens + // when the escape it pressed in our Edit control. + if( pMsg->message == WM_KEYDOWN && pMsg->wParam == VK_ESCAPE ) return TRUE; + + return CEdit::PreTranslateMessage(pMsg); + } Index: OutputEdit.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/OutputEdit.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OutputEdit.h 9 Sep 2004 18:54:48 -0000 1.2 --- OutputEdit.h 6 Oct 2004 20:40:34 -0000 1.3 *************** *** 27,30 **** --- 27,31 ---- // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COutputEdit) + virtual BOOL PreTranslateMessage(MSG* pMsg); //}}AFX_VIRTUAL |
From: Guy H <da...@us...> - 2004-10-04 21:39:29
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9796/AnyEditv2 Modified Files: AnyEdit.dsp FileSpec.cpp FileSpec.h Added Files: FileSpec95.cpp Log Message: Changes to allow running in Win95/98/Me Index: FileSpec.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/FileSpec.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FileSpec.cpp 23 Sep 2004 21:20:39 -0000 1.1 --- FileSpec.cpp 4 Oct 2004 21:39:04 -0000 1.2 *************** *** 31,35 **** #include "Filespec.h" ! #pragma comment(lib, "Netapi32.lib") #pragma comment(lib, "mpr.lib") #pragma comment(lib, "shlwapi.lib") --- 31,46 ---- #include "Filespec.h" ! #include <..\src\afximpl.h> ! struct share_info_50 { ! char shi50_netname[LM20_NNLEN+1]; /* share name */ ! unsigned char shi50_type; /* see below */ ! unsigned short shi50_flags; /* see below */ ! char FAR * shi50_remark; /* ANSI comment string */ ! char FAR * shi50_path; /* shared resource */ ! char shi50_rw_password[SHPWLEN+1]; /* read-write password (share-level security) */ ! char shi50_ro_password[SHPWLEN+1]; /* read-only password (share-level security) */ ! }; /* share_info_50 */ ! ! //#pragma comment(lib, "Netapi32.lib") #pragma comment(lib, "mpr.lib") #pragma comment(lib, "shlwapi.lib") *************** *** 372,375 **** --- 383,389 ---- } + typedef NET_API_STATUS (NETSHAREENUMFUNC)(LPWSTR, DWORD, LPBYTE*, DWORD, LPDWORD, LPDWORD, LPDWORD); + typedef NET_API_STATUS (NETAPIBUFFERFREE)(LPVOID); + const CString CFileSpec::ConvertToUNCPath() const { *************** *** 400,477 **** else { ! // It's a local drive so search for a share to it... ! NET_API_STATUS res; ! PSHARE_INFO_502 BufPtr, ! p; ! DWORD er = 0, ! tr = 0, ! resume = 0, ! i; ! int iBestMatch = 0; ! CString csTemp, ! csTempDrive, ! csBestMatch; ! ! do { ! res = NetShareEnum(NULL, 502, (LPBYTE *) &BufPtr, DWORD(-1), &er, &tr, &resume); ! // ! // If the call succeeds, ! // ! if (res == ERROR_SUCCESS || res == ERROR_MORE_DATA) { ! csTempDrive = GetFolder(); ! csTempDrive.MakeLower(); ! p = BufPtr; // ! // Loop through the entries; ! // print retrieved data. // ! for (i = 1; i <= er; i++) { ! if (p->shi502_type == STYPE_DISKTREE) ! { ! csTemp = W2A((LPWSTR) p->shi502_path); ! csTemp.MakeLower(); ! if (csTempDrive.Find(csTemp) == 0) { ! // We found a match ! if (iBestMatch < csTemp.GetLength()) { ! iBestMatch = csTemp.GetLength(); ! csBestMatch = W2A((LPWSTR) p->shi502_netname); } } } ! p++; ! } ! // ! // Free the allocated buffer. ! // ! NetApiBufferFree(BufPtr); ! if (iBestMatch) { ! TCHAR tszComputerName[MAX_COMPUTERNAME_LENGTH + 1]; ! DWORD dwBufLen = countof(tszComputerName); ! ! csTemp = GetFolder(); ! csTemp = csTemp.Right(csTemp.GetLength() - iBestMatch + 1); ! GetComputerName(tszComputerName, &dwBufLen); ! csPath.Format(_T("\\\\%s\\%s%s%s%s"), tszComputerName, csBestMatch, csTemp, m_csFilename, m_csExtension); } - } - else - TRACE(_T("Error: %ld\n"), res); ! // Continue to call NetShareEnum while ! // there are more entries. ! // ! } while (res == ERROR_MORE_DATA); // end do } } --- 414,518 ---- else { ! if (afxData.bWin95) ! return ConvertToUNCPath95(); ! else { ! // It's not a local drive so search for a share to it... ! HMODULE hLib = ::LoadLibrary("Netapi32.dll"); ! if (hLib == NULL) ! return csPath; ! ! NETSHAREENUMFUNC* lpfnNetShareEnum = (NETSHAREENUMFUNC*)GetProcAddress(hLib, "NetShareEnum"); ! if (lpfnNetShareEnum == NULL) { ! FreeLibrary(hLib); ! return csPath; ! } ! NETAPIBUFFERFREE* lpfnNetApiBufferFree = (NETAPIBUFFERFREE*)GetProcAddress(hLib, "NetApiBufferFree"); ! if (lpfnNetApiBufferFree == NULL) ! { ! FreeLibrary(hLib); ! return csPath; ! } ! ! NET_API_STATUS res; ! PSHARE_INFO_502 BufPtr, ! p; ! DWORD er = 0, ! tr = 0, ! resume = 0, ! i; ! int iBestMatch = 0; ! CString csTemp, ! csTempDrive, ! csBestMatch; ! ! do ! { ! res = (*lpfnNetShareEnum)(NULL, 502, (LPBYTE *) &BufPtr, DWORD(-1), &er, &tr, &resume); // ! // If the call succeeds, // ! if (res == ERROR_SUCCESS || res == ERROR_MORE_DATA) { ! csTempDrive = GetFolder(); ! csTempDrive.MakeLower(); ! p = BufPtr; ! // ! // Loop through the entries; ! // print retrieved data. ! // ! for (i = 1; i <= er; i++) ! { ! if (p->shi502_type == STYPE_DISKTREE) { ! csTemp = W2A((LPWSTR) p->shi502_path); ! csTemp.MakeLower(); ! ! if (csTempDrive.Find(csTemp) == 0) { ! // We found a match ! if (iBestMatch < csTemp.GetLength()) ! { ! iBestMatch = csTemp.GetLength(); ! csBestMatch = W2A((LPWSTR) p->shi502_netname); ! } } } + + p++; } ! // ! // Free the allocated buffer. ! // ! (*lpfnNetApiBufferFree)(BufPtr); ! if (iBestMatch) ! { ! TCHAR tszComputerName[MAX_COMPUTERNAME_LENGTH + 1]; ! DWORD dwBufLen = countof(tszComputerName); ! csTemp = GetFolder(); ! csTemp = csTemp.Right(csTemp.GetLength() - iBestMatch + 1); ! GetComputerName(tszComputerName, &dwBufLen); ! csPath.Format(_T("\\\\%s\\%s%s%s%s"), tszComputerName, csBestMatch, csTemp, m_csFilename, m_csExtension); ! } ! } ! else { ! TRACE(_T("Error: %ld\n"), res); } ! // Continue to call NetShareEnum while ! // there are more entries. ! // ! } while (res == ERROR_MORE_DATA); // end do ! ! FreeLibrary(hLib); ! } } } Index: AnyEdit.dsp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEdit.dsp,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** AnyEdit.dsp 25 Sep 2004 17:04:28 -0000 1.72 --- AnyEdit.dsp 4 Oct 2004 21:39:04 -0000 1.73 *************** *** 759,762 **** --- 759,766 ---- # Begin Source File + SOURCE=.\FileSpec95.cpp + # End Source File + # Begin Source File + SOURCE=.\GDIThread.cpp # End Source File --- NEW FILE: FileSpec95.cpp --- #include "stdafx.h" #include <svrapi.h> #include "Filespec.h" #ifdef countof #undef countof #endif #define countof(x) (sizeof(x) / sizeof((x)[0])) typedef API_RET_TYPE (APIENTRY NETSHAREENUMFUNC)(const char* FAR, short, char FAR*, unsigned short, unsigned short* FAR, unsigned short* FAR); const CString CFileSpec::ConvertToUNCPath95() const { short nLevel = 50; struct share_info_50* pBuf = NULL; short cbBuffer; unsigned short nEntriesRead = 0; unsigned short nTotalEntries = 0; int i; int iBestMatch = 0; CString csTemp, csTempDrive, csBestMatch; NET_API_STATUS nStatus; CString csPath = GetFullSpec(); HMODULE hLib = ::LoadLibrary("SVRAPI.DLL"); if (hLib == NULL) { return csPath; } NETSHAREENUMFUNC* lpfnNetShareEnum = (NETSHAREENUMFUNC*)GetProcAddress(hLib, "NetShareEnum"); if (lpfnNetShareEnum == NULL) { ::FreeLibrary(hLib); return csPath; } cbBuffer = sizeof(struct share_info_50); pBuf = (struct share_info_50*)malloc(cbBuffer); if (pBuf == NULL) { TRACE(_T("Memory allocation\n")); ::FreeLibrary(hLib); return csPath; } nStatus = (*lpfnNetShareEnum)(NULL, nLevel, (char FAR*)pBuf, cbBuffer, &nEntriesRead, &nTotalEntries); if (nStatus == ERROR_MORE_DATA) { free(pBuf); cbBuffer = sizeof(struct share_info_50) * nTotalEntries; pBuf = (struct share_info_50*)malloc(cbBuffer); nEntriesRead = 0; nTotalEntries = 0; nStatus = (*lpfnNetShareEnum)(NULL, nLevel, (char FAR*)pBuf, cbBuffer, &nEntriesRead, &nTotalEntries); } ::FreeLibrary(hLib); if (nStatus != NERR_Success) { free(pBuf); // Can't do nothing TRACE(_T("Error: %ld\n"), nStatus); return csPath; } csTempDrive = GetFolder(); csTempDrive.MakeLower(); for (i=0;i<nEntriesRead;i++) { if (pBuf[i].shi50_type == STYPE_DISKTREE) { csTemp = pBuf[i].shi50_path; csTemp.MakeLower(); if (csTempDrive.Find(csTemp) == 0) { // We found a match if (iBestMatch < csTemp.GetLength()) { iBestMatch = csTemp.GetLength(); csBestMatch = pBuf[i].shi50_netname; } } } } free(pBuf); if (iBestMatch) { TCHAR tszComputerName[MAX_COMPUTERNAME_LENGTH + 1]; DWORD dwBufLen = countof(tszComputerName); csTemp = GetFolder(); csTemp = csTemp.Right(csTemp.GetLength() - iBestMatch + 1); GetComputerName(tszComputerName, &dwBufLen); csPath.Format(_T("\\\\%s\\%s%s%s%s"), tszComputerName, (LPCTSTR)csBestMatch, (LPCTSTR)csTemp, (LPCTSTR)m_csFilename, (LPCTSTR)m_csExtension); } return csPath; } Index: FileSpec.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/FileSpec.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FileSpec.h 23 Sep 2004 21:20:39 -0000 1.1 --- FileSpec.h 4 Oct 2004 21:39:04 -0000 1.2 *************** *** 66,69 **** --- 66,71 ---- void GetShellFolder(int iFolder); + const CString ConvertToUNCPath95() const; + CString m_csDrive, m_csPath, |
From: Leon W. <moo...@us...> - 2004-10-04 08:01:37
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25610 Removed Files: AnyEdit.nsi Log Message: The Installer Script is now in the AnyEditBin repository. --- AnyEdit.nsi DELETED --- |
From: Leon W. <moo...@us...> - 2004-10-04 07:58:46
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24913 Modified Files: AnyEditToDoList.xml Added Files: AnyEditToDoList.done.xml Log Message: The new Roadmap of AnyEdit. --- NEW FILE: AnyEditToDoList.done.xml --- <?xml version="1.0" encoding="windows-1252"?> <TODOLIST PROJECTNAME="AnyEdit ToDo List" FILEFORMAT="6" FILEVERSION="1" LASTMODIFIED="2004-10-01" ARCHIVE="1"> <TASK STARTDATESTRING="2004-04-20" PRIORITY="10" LASTMOD="38230.35178241" TIMEESPENTUNITS="H" TITLE="Bugs" TIMEESTUNITS="H" COMMENTS="Or undocumented features." ID="437" STARTDATE="38097.00000000" POS="1"> <TASK STARTDATESTRING="2004-04-20" PRIORITY="10" LASTMOD="38125.65811343" TIMEESPENTUNITS="H" TITLE="Project files in WorkspaceBar" PERSON="DP" TIMEESTUNITS="H" COMMENTS="Dragging and Dropping files in the WorkspaceBar have undesired effects. Saving this causes Source files to be overwritten! This probably was caused by dropping a file on top of the tree? [LW] This problem has been superseded by Guy's update." ID="438" PERCENTDONE="100" DONEDATESTRING="2004-05-18" STARTDATE="38097.00000000" DONEDATE="38125.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="10" LASTMOD="38111.42420139" TIMEESPENTUNITS="H" TITLE="Folding Support" PERSON="LW" TIMEESTUNITS="H" TIMEESTIMATE="6.00000000" COMMENTS="The new CScintilla class broke folding. [#935546] [LW] Found the problem in the syntax files. More properties should be added." ID="439" PERCENTDONE="100" DONEDATESTRING="2004-05-04" STARTDATE="38103.00000000" DONEDATE="38111.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="10" LASTMOD="38111.43468750" TIMEESPENTUNITS="H" TITLE="Blank screen" PERSON="None" TIMEESTUNITS="H" COMMENTS="[#935021] [LW] Isn't relevent anymore." ID="440" PERCENTDONE="100" DONEDATESTRING="2004-05-04" STARTDATE="38103.00000000" DONEDATE="38111.00000000" POS="3"/> <TASK STARTDATESTRING="2004-05-04" PRIORITY="10" LASTMOD="38125.65769676" TIMEESPENTUNITS="H" TITLE="Regex Exported Functions" PERSON="LW" TIMEESTUNITS="H" TIMEESTIMATE="4.00000000" COMMENTS="The regex library/dll doesn't export all gnu_regex functions. [LW] fix is on it's way." ID="441" PERCENTDONE="100" DONEDATESTRING="2004-05-18" STARTDATE="38111.00000000" DONEDATE="38125.00000000" POS="4"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="10" LASTMOD="38196.52094907" TIMEESPENTUNITS="H" TITLE="Record Keystrokes( XP)" PERSON="LW" TIMEESTUNITS="H" TIMEESTIMATE="1.00000000" COMMENTS="[#787905] [#798513] [LW] Should be working already. Need to test it before I close it." ID="442" PERCENTDONE="100" DONEDATESTRING="2004-07-28" STARTDATE="38103.00000000" DONEDATE="38196.00000000" POS="5"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="10" LASTMOD="38196.52113426" TIMEESPENTUNITS="H" TITLE="unsaved menu configuration" PERSON="GH" TIMEESTUNITS="H" COMMENTS="[#798519]" ID="443" PERCENTDONE="100" DONEDATESTRING="2004-07-28" STARTDATE="38103.00000000" DONEDATE="38196.00000000" POS="6"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="10" LASTMOD="38180.33247685" TIMEESPENTUNITS="H" TITLE="Add directory contents menu option does not work" PERSON="GH" TIMEESTUNITS="H" COMMENTS="[#837087]" ID="444" PERCENTDONE="100" DONEDATESTRING="2004-07-12" STARTDATE="38103.00000000" DONEDATE="38180.00000000" POS="7"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="10" LASTMOD="38222.42710648" TIMEESPENTUNITS="H" TITLE="Menu items without caption" PERSON="LW" TIMEESTUNITS="H" COMMENTS="[#851195] [LW] Is this still relevant? [CS] These submenus are filled dynamically. If you don't have used workspaces and don't defined tools or user tools these submenus are empty. But is this a bug? Idea: We should place disabled items like <no tools defined>" ID="445" PERCENTDONE="100" DONEDATESTRING="2004-08-23" STARTDATE="38103.00000000" DONEDATE="38222.00000000" POS="8"/> <TASK STARTDATESTRING="2004-06-01" PRIORITY="10" LASTMOD="38180.33159722" TIMEESPENTUNITS="H" TITLE="Lowercase filenames when opening from Project View" PERSON="GH" TIMEESTUNITS="H" COMMENTS="When clicking in WorkspaceBar Project view the openend file is displayed in lowercase in the Tabs and TitleBar." ID="446" PERCENTDONE="100" DONEDATESTRING="2004-07-12" STARTDATE="38139.00000000" DONEDATE="38180.00000000" POS="9"/> <TASK STARTDATESTRING="2004-06-01" PRIORITY="10" LASTMOD="38179.85984954" TIMEESPENTUNITS="H" TITLE="Brace Lines not coloured." PERSON="CS" TIMEESTUNITS="H" COMMENTS="When moving up or down between matching braces the line colour is removed. Is this a scintilla bug?" ID="447" PERCENTDONE="100" DONEDATESTRING="2004-07-11" STARTDATE="38139.00000000" DONEDATE="38179.00000000" POS="10"/> <TASK STARTDATESTRING="2004-06-28" PRIORITY="10" LASTMOD="38175.93596065" TIMEESPENTUNITS="H" TITLE="Find In Files crashes AE" PERSON="CS" TIMEESTUNITS="H" COMMENTS="When home.htm is active and you select Find In Files AE crashes. [#973193]" ID="448" PERCENTDONE="100" DONEDATESTRING="2004-07-07" STARTDATE="38166.00000000" DONEDATE="38175.00000000" POS="11"/> <TASK STARTDATESTRING="2004-07-06" PRIORITY="10" LASTMOD="38189.41109954" TIMEESPENTUNITS="H" TITLE="Closed Workspace doesn't close files." PERSON="GH" TIMEESTUNITS="H" COMMENTS="Close Workspace doesn't close the opened files associated with the workspace. [#983871] [LW] I thing we should give a choice to the user. Ask it to close All openend documents, Workspace associated documents or none. So we give three choices to the user." ID="449" PERCENTDONE="100" DONEDATESTRING="2004-07-21" STARTDATE="38174.00000000" DONEDATE="38189.00000000" POS="12"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="10" LASTMOD="38222.42729167" TIMEESPENTUNITS="H" TITLE="Default document has no syntax highlighting" PERSON="LW" TIMEESTUNITS="H" COMMENTS="In an unknown filetype is opened sometime syntax highlighting is on, sometimes not." ID="450" PERCENTDONE="100" DONEDATESTRING="2004-08-23" STARTDATE="38175.00000000" DONEDATE="38222.00000000" POS="13"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="10" LASTMOD="38195.92229167" TIMEESPENTUNITS="H" TITLE="Close all with different behaviour" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Close all in window menu close all windows, close all in document tab context menu close all windows without home.htm. Which behaviour is the correct behaviour? [LW] Make it settings dependable. If the user wants a startup page, leave home.htm open." ID="451" PERCENTDONE="100" DONEDATESTRING="2004-07-27" STARTDATE="38175.00000000" DONEDATE="38195.00000000" POS="14"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="10" LASTMOD="38189.41075231" TIMEESPENTUNITS="H" TITLE="Error message: Check for Write permissions in AnyEdit Temp directory! Class View disabled!" PERSON="GH" TIMEESTUNITS="H" COMMENTS="This happens sometimes when I open a file. These file don't have filetype C-Source. After pressing OK I can work without problems. [GH] Should be fixed, but I have a fast computer now, so maybe there's still a problem on slower machines." ID="452" PERCENTDONE="100" DONEDATESTRING="2004-07-21" STARTDATE="38175.00000000" DONEDATE="38189.00000000" POS="16"/> <TASK STARTDATESTRING="2004-07-12" PRIORITY="10" LASTMOD="38180.90813657" TIMEESPENTUNITS="H" TITLE="TrimAllSpaces wrong caption" TIMEESTUNITS="H" COMMENTS="It contains /n instead of \n." ID="453" PERCENTDONE="100" DONEDATESTRING="2004-07-12" STARTDATE="38180.00000000" DONEDATE="38180.00000000" POS="17"/> <TASK STARTDATESTRING="2004-07-14" PRIORITY="10" LASTMOD="38194.40028935" TIMEESPENTUNITS="H" TITLE="Context Menu Add new Project" PERSON="GH" TIMEESTUNITS="H" COMMENTS="[LW] When you have an openend workspace and select Add New Project, the Project dialog doesn't show the path to the existing workspace. My guess the path isn't stored an retrieved when creating a new workspace/project." ID="454" PERCENTDONE="100" DONEDATESTRING="2004-07-26" STARTDATE="38182.00000000" DONEDATE="38194.00000000" POS="18"/> <TASK STARTDATESTRING="2004-07-14" PRIORITY="10" LASTMOD="38189.41045139" TIMEESPENTUNITS="H" TITLE="Workspace filenames lower case." PERSON="GH" TIMEESTUNITS="H" COMMENTS="[LW] When opening a workspace that had files open, they are opened. But the filenames appear in lowercase. I also noticed it on more occassions." ID="455" PERCENTDONE="100" DONEDATESTRING="2004-07-21" STARTDATE="38182.00000000" DONEDATE="38189.00000000" POS="19"/> <TASK STARTDATESTRING="2004-07-14" PRIORITY="10" LASTMOD="38212.60170139" TIMEESPENTUNITS="H" TITLE="Home.htm in recent file lists" PERSON="DP" TIMEESTUNITS="H" COMMENTS="[LW] Our startup page doesn't have to appear in the recent file lists." ID="456" PERCENTDONE="100" DONEDATESTRING="2004-08-13" STARTDATE="38182.00000000" DONEDATE="38212.00000000" POS="20"/> <TASK STARTDATESTRING="2004-07-14" PRIORITY="10" LASTMOD="38201.37901620" TIMEESPENTUNITS="H" TITLE="Home.htm does not refresh" PERSON="DP" TIMEESTUNITS="H" COMMENTS="[LW] If you keep Startup page open en open files and workspaces, the page isn't updated. Maybe do a refresh on Set Focus?" ID="457" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38182.00000000" DONEDATE="38201.00000000" POS="21"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="10" LASTMOD="38191.61968750" TIMEESPENTUNITS="H" TITLE="LoadSyntaxFiles takes to long if all syntax files are parsed." PERSON="LW" TIMEESTUNITS="H" COMMENTS="After a Preferences update all syntax files are reloaded, which takes to long if all syntax files were parsed. Besides that it isn't needed. We can carry on with what we have. Going for a different solution, that is faster and better. Only reload syntaxfiles where the filename has changed of weren't inserted before." ID="458" PERCENTDONE="100" DONEDATESTRING="2004-07-23" STARTDATE="38190.00000000" DONEDATE="38191.00000000" POS="23"/> <TASK STARTDATESTRING="2004-07-28" PRIORITY="10" LASTMOD="38222.42765046" TIMEESPENTUNITS="H" TITLE="Load/Save Macro isn't correct." PERSON="LW" TIMEESTUNITS="H" COMMENTS="[LW] Loading and Saving a macro doesn't produce the same result. I got an extra number in the loaded macro. Also saving the macro doesn't give it an extension. Maybe we can give it the default extension 'aem'? Also we may want to save the macro's in an xml config file, so we can take it along to another machine. This is item 321! If the extension is too much effort and you like the config idea. Work towards that instead of the extension. If you need help you know where to find me." ID="459" PERCENTDONE="100" DONEDATESTRING="2004-08-23" STARTDATE="38196.00000000" DONEDATE="38222.00000000" POS="24"/> <TASK STARTDATESTRING="2004-08-02" PRIORITY="10" LASTMOD="38201.38973380" TIMEESPENTUNITS="H" TITLE="Color bugs in Syntax Files." PERSON="LW" TIMEESTUNITS="H" ID="460" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38201.00000000" DONEDATE="38201.00000000" POS="25"/> <TASK STARTDATESTRING="2004-08-02" PRIORITY="10" LASTMOD="38229.37752315" TIMEESPENTUNITS="H" TITLE="Selecting a Keyword set denotes it as changed, but it's only selected." PERSON="LW" TIMEESTUNITS="H" ID="461" PERCENTDONE="100" DONEDATESTRING="2004-08-30" STARTDATE="38201.00000000" DONEDATE="38229.00000000" POS="26"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="10" LASTMOD="38236.32719907" TIMEESPENTUNITS="H" TITLE="New files show ClassView of current project." PERSON="GH" TIMEESTUNITS="H" ID="462" PERCENTDONE="100" DONEDATESTRING="2004-09-06" STARTDATE="38229.00000000" DONEDATE="38236.00000000" POS="27"/> <TASK STARTDATESTRING="2004-08-31" PRIORITY="10" LASTMOD="38237.30481481" TIMEESPENTUNITS="H" TITLE="View Toolbar reappers in a different location" PERSON="GH" TIMEESTUNITS="H" COMMENTS="When returning from fullscreen to normal view. The View toolbar reappears on the second row, regardless of the location before fullscreen." ID="463" PERCENTDONE="100" DONEDATESTRING="2004-09-07" STARTDATE="38230.00000000" DONEDATE="38237.00000000" POS="28"/> <TASK STARTDATESTRING="2004-08-31" PRIORITY="10" LASTMOD="38237.30486111" TIMEESPENTUNITS="H" TITLE="Bracematching <> does not work" PERSON="LW" TIMEESTUNITS="H" COMMENTS="This will be moved to the syntax file." ID="464" PERCENTDONE="100" DONEDATESTRING="2004-09-07" STARTDATE="38230.00000000" DONEDATE="38237.00000000" POS="30"/> <TASK STARTDATESTRING="2004-09-01" PRIORITY="10" LASTMOD="38237.30489583" TIMEESPENTUNITS="H" TITLE="Closing a document crashes AE somethimes." PERSON="GH" TIMEESTUNITS="H" COMMENTS="[LW] I think it has something todo with the classview." ID="465" PERCENTDONE="100" DONEDATESTRING="2004-09-07" STARTDATE="38231.00000000" DONEDATE="38237.00000000" POS="31"/> <TASK STARTDATESTRING="2004-09-07" PRIORITY="10" LASTMOD="38240.31754630" TIMEESPENTUNITS="H" TITLE="Opening Documents Crash when Syncronizing" PERSON="GH" TIMEESTUNITS="H" COMMENTS="Opening Documents when Synchronize Filetab is on, crashes AE." ID="466" PERCENTDONE="100" DONEDATESTRING="2004-09-10" STARTDATE="38237.00000000" DONEDATE="38240.00000000" POS="32"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" LASTMOD="38259.49450231" TIMEESPENTUNITS="H" TITLE="Highligh Guides also show when Braces not above each other." PERSON="CS" TIMEESTUNITS="H" COMMENTS="If the matching braces are not above each other there will be drawn a Guide line." ID="467" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38240.00000000" DONEDATE="38259.00000000" POS="33"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" LASTMOD="38254.37120370" TIMEESPENTUNITS="H" TITLE="Close workspace doesn't close." PERSON="GH" TIMEESTUNITS="H" COMMENTS="When changing a workspace and closing it before saving it. You are asked to save the changes to the workspace. If you don't save them, the workspace isn't closed." ID="468" PERCENTDONE="100" DONEDATESTRING="2004-09-24" STARTDATE="38240.00000000" DONEDATE="38254.00000000" POS="34"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" LASTMOD="38254.37128472" TIMEESPENTUNITS="H" TITLE="Statuppage isn't refreshed after Close Workspace" PERSON="GH" TIMEESTUNITS="H" ID="469" PERCENTDONE="100" DONEDATESTRING="2004-09-24" STARTDATE="38240.00000000" DONEDATE="38254.00000000" POS="35"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" LASTMOD="38254.37130787" TIMEESPENTUNITS="H" TITLE="Startuppage filename list bug" PERSON="GH" TIMEESTUNITS="H" COMMENTS="If a file names spans multiple lines the table grows, but the open buttons stay in the same place and fall over the table." ID="470" PERCENTDONE="100" DONEDATESTRING="2004-09-24" STARTDATE="38240.00000000" DONEDATE="38254.00000000" POS="36"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" LASTMOD="38253.31851852" TIMEESPENTUNITS="H" TITLE="Opening deleted/moved files from Startup Page." PERSON="DP" TIMEESTUNITS="H" COMMENTS="This can occur when you click the startup page. The file listed can be moved or deleted. If you click it AE tries to open it, but doesn't warn the user it can't find the file. " ID="471" PERCENTDONE="100" DONEDATESTRING="2004-09-23" STARTDATE="38240.00000000" DONEDATE="38253.00000000" POS="37"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" LASTMOD="38250.77460648" TIMEESPENTUNITS="H" TITLE="Flicker in AE" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Flicker in workspace bar, toolbars and output bars when find in files find many entries (e.g. search for "void" in AE directory). In VS there is no flicker." ID="472" PERCENTDONE="100" DONEDATESTRING="2004-09-20" STARTDATE="38247.00000000" DONEDATE="38250.00000000" POS="38"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" LASTMOD="38253.31766204" TIMEESPENTUNITS="H" TITLE="Opening deleted/moved files from Workspace" PERSON="GH" TIMEESTUNITS="H" COMMENTS="[CS] There is no message when a file cannot opened because it is deleted, moved or renamed. Suggestion: MessageBox with question to remove broken link. [LW] Also see task 396." ID="473" PERCENTDONE="100" DONEDATESTRING="2004-09-23" STARTDATE="38247.00000000" DONEDATE="38253.00000000" POS="40"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" LASTMOD="38250.77484954" TIMEESPENTUNITS="H" TITLE="Space to Tabs undesirable behavior." PERSON="CS" TIMEESTUNITS="H" COMMENTS="Spaces to tabs also changes letters in a document, not only spaces." ID="474" PERCENTDONE="100" DONEDATESTRING="2004-09-20" STARTDATE="38247.00000000" DONEDATE="38250.00000000" POS="41"/> <TASK STARTDATESTRING="2004-09-24" PRIORITY="5" LASTMOD="38259.49237269" TIMEESPENTUNITS="H" TITLE="Black cursor on dark background" PERSON="LW" TIMEESTUNITS="H" COMMENTS="Currently the cursor is black, which is kind of hard to see on a dark background. Can it the inverted background color, should it be settable?" ID="475" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38254.00000000" DONEDATE="38259.00000000" POS="42"/> </TASK> <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" LASTMOD="38261.74032407" TIMEESPENTUNITS="H" TITLE="build 403" TIMEESTUNITS="H" COMMENTS="Beta 4" ID="476" STARTDATE="38261.00000000" POS="4"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" LASTMOD="38097.57868056" TIMEESPENTUNITS="H" TITLE="Intellisense Features" TIMEESTUNITS="H" COMMENTS="Visual Studio kind of Intelligent word sensing" ID="477" STARTDATE="38082.00000000" POS="1"> <TASK STARTDATESTRING="2004-05-22" PRIORITY="5" LASTMOD="38201.37836806" TIMEESPENTUNITS="H" TITLE="Current function combo box" PERSON="GH" TIMEESTUNITS="H" COMMENTS="Add current function/jump to function combo box (like VC++)" ID="478" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38129.00000000" DONEDATE="38201.00000000" POS="5"/> </TASK> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" LASTMOD="38097.56504630" TIMEESPENTUNITS="H" TITLE="Retrieving/Storing Document/Text from/to File" TIMEESTUNITS="H" COMMENTS="File access stuff" ID="479" STARTDATE="38097.00000000" POS="6"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" LASTMOD="38084.34567130" TIMEESPENTUNITS="H" TITLE="Extended File open dialog" PERSON="CS" TIMEESTUNITS="H" COMMENTS="see TeXEd2" ID="480" STARTDATE="38082.00000000" POS="1"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" LASTMOD="38251.41879630" TIMEESPENTUNITS="H" TITLE="open in detail mode" PERSON="CS" TIMEESTUNITS="H" ID="481" PERCENTDONE="100" DONEDATESTRING="2004-09-21" STARTDATE="38082.00000000" DONEDATE="38251.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" LASTMOD="38251.41878472" TIMEESPENTUNITS="H" TITLE="path history" PERSON="CS" TIMEESTUNITS="H" ID="482" PERCENTDONE="100" DONEDATESTRING="2004-09-21" STARTDATE="38082.00000000" DONEDATE="38251.00000000" POS="2"/> </TASK> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38133.37792824" TIMEESPENTUNITS="H" TITLE="Insert file" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Show an file open dialog and insert file at current position." ID="483" PERCENTDONE="100" DONEDATESTRING="2004-05-26" STARTDATE="38092.00000000" DONEDATE="38133.00000000" POS="3"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38254.36881944" TIMEESPENTUNITS="H" TITLE="Save seletected text to a new file" PERSON="CS" TIMEESTUNITS="H" COMMENTS="From context menu too?" ID="484" PERCENTDONE="100" DONEDATESTRING="2004-09-24" STARTDATE="38092.00000000" DONEDATE="38254.00000000" POS="4"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38254.36872685" TIMEESPENTUNITS="H" TITLE="Rename file" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Rename an open file in editor and on disk. Similar to Save As." ID="485" PERCENTDONE="100" DONEDATESTRING="2004-09-24" STARTDATE="38092.00000000" DONEDATE="38254.00000000" POS="5"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38212.60267361" TIMEESPENTUNITS="H" TITLE="Recent File/Workspace" PERSON="DP" TIMEESTUNITS="H" ID="486" PERCENTDONE="100" DONEDATESTRING="2004-08-13" STARTDATE="38084.00000000" DONEDATE="38212.00000000" POS="6"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38125.65848380" TIMEESPENTUNITS="H" TITLE="Recent Workspace" PERSON="DP" TIMEESTUNITS="H" COMMENTS="Recent Workspace don't show up in the Homepage" ID="487" PERCENTDONE="100" DONEDATESTRING="2004-05-18" STARTDATE="38084.00000000" DONEDATE="38125.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38212.60266204" TIMEESPENTUNITS="H" TITLE="home.htm" PERSON="DP" TIMEESTUNITS="H" COMMENTS="Home.htm should be removed from the Recent File Lists (Menu and Homepage)" ID="488" PERCENTDONE="100" DONEDATESTRING="2004-08-13" STARTDATE="38084.00000000" DONEDATE="38212.00000000" POS="2"/> </TASK> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38251.41899306" TIMEESPENTUNITS="H" TITLE="Make file read only" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Make current file read only or wirteable." ID="489" PERCENTDONE="100" DONEDATESTRING="2004-09-21" STARTDATE="38092.00000000" DONEDATE="38251.00000000" POS="7"/> <TASK STARTDATESTRING="2004-05-22" PRIORITY="5" LASTMOD="38251.41901620" TIMEESPENTUNITS="H" TITLE="Set read only flag for read only files" PERSON="CS" TIMEESTUNITS="H" COMMENTS="If a file that is opened is on a read-only drive/folder or has the read-only attirbute set, it should be marked as read-only" ID="490" PERCENTDONE="100" DONEDATESTRING="2004-09-21" STARTDATE="38129.00000000" DONEDATE="38251.00000000" POS="8"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38240.31468750" TIMEESPENTUNITS="H" TITLE="Revert" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Reopens current file. [#930417]" ID="491" PERCENTDONE="100" DONEDATESTRING="2004-09-10" STARTDATE="38092.00000000" DONEDATE="38240.00000000" POS="9"/> <TASK STARTDATESTRING="2004-06-01" PRIORITY="5" LASTMOD="38195.92518519" TIMEESPENTUNITS="H" TITLE="Save All should also save Workspace changes." PERSON="CS" TIMEESTUNITS="H" ID="492" PERCENTDONE="100" DONEDATESTRING="2004-07-27" STARTDATE="38139.00000000" DONEDATE="38195.00000000" POS="12"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" LASTMOD="38195.92732639" TIMEESPENTUNITS="H" TITLE="Change file save dialog to new style" PERSON="None" TIMEESTUNITS="H" ID="493" PERCENTDONE="100" DONEDATESTRING="2004-07-27" STARTDATE="38175.00000000" DONEDATE="38195.00000000" POS="13"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" LASTMOD="38180.89351852" TIMEESPENTUNITS="H" TITLE="File open dialog does not show file types" PERSON="None" TIMEESTUNITS="H" COMMENTS="We need a function in CFileTypeManager to get the list of file types in format for file open dialog." ID="494" PERCENTDONE="100" DONEDATESTRING="2004-07-12" STARTDATE="38175.00000000" DONEDATE="38180.00000000" POS="15"/> <TASK STARTDATESTRING="2004-09-23" PRIORITY="5" LASTMOD="38259.49412037" TIMEESPENTUNITS="H" TITLE="Check for external read only flag changes." PERSON="CS" TIMEESTUNITS="H" ID="495" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38253.00000000" DONEDATE="38259.00000000" POS="17"/> <TASK STARTDATESTRING="2004-09-23" PRIORITY="5" LASTMOD="38259.49416667" TIMEESPENTUNITS="H" TITLE="Override read only from AE." PERSON="CS" TIMEESTUNITS="H" ID="496" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38253.00000000" DONEDATE="38259.00000000" POS="18"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" LASTMOD="38097.57831019" TIMEESPENTUNITS="H" TITLE="Find/Replace" TIMEESTUNITS="H" COMMENTS="All items related to Find and Replace actions" ID="497" STARTDATE="38097.00000000" POS="7"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" LASTMOD="38166.45767361" TIMEESPENTUNITS="H" TITLE="FindReplaceManager" PERSON="CS" TIMEESTUNITS="H" COMMENTS="One Manager-Class for Find and Replace. Stores last used entries. Replace, Find and Find in files use same configurations like search string or ignore case.Find-Dialog, Replace-Dialog, Find-In-File-Dialog, Find-Combo-Box and find in text (F3) use same implementation. Maybe also setting that allows saving different settings for different kind of files (i.e., C++ and Java will be different kind of file) [#862537]" ID="498" PERCENTDONE="100" DONEDATESTRING="2004-06-28" STARTDATE="38082.00000000" DONEDATE="38166.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38166.45767361" TIMEESPENTUNITS="H" TITLE="Find all" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Find all occurences and set a marker" ID="499" PERCENTDONE="100" DONEDATESTRING="2004-06-28" STARTDATE="38092.00000000" DONEDATE="38166.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38254.36929398" TIMEESPENTUNITS="H" TITLE="Incremental Find" PERSON="CS" TIMEESTUNITS="H" ID="500" PERCENTDONE="100" DONEDATESTRING="2004-09-24" STARTDATE="38092.00000000" DONEDATE="38254.00000000" POS="3"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" LASTMOD="38166.45770833" TIMEESPENTUNITS="H" TITLE="Nothing found notification" PERSON="CS" TIMEESTUNITS="H" COMMENTS="[#727419]" ID="501" PERCENTDONE="100" DONEDATESTRING="2004-06-28" STARTDATE="38103.00000000" DONEDATE="38166.00000000" POS="6"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" LASTMOD="38166.45769676" TIMEESPENTUNITS="H" TITLE="Bug Update Find history list." PERSON="CS" TIMEESTUNITS="H" COMMENTS="[#875997]" ID="502" PERCENTDONE="100" DONEDATESTRING="2004-06-28" STARTDATE="38103.00000000" DONEDATE="38166.00000000" POS="7"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" LASTMOD="38166.45773148" TIMEESPENTUNITS="H" TITLE="Endless Loop Bug Search/Replace all" PERSON="CS" TIMEESTUNITS="H" COMMENTS="[#879626]" ID="503" PERCENTDONE="100" DONEDATESTRING="2004-06-28" STARTDATE="38103.00000000" DONEDATE="38166.00000000" POS="8"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" LASTMOD="38166.45771991" TIMEESPENTUNITS="H" TITLE="Bug Regular Expressions in 'Replace'" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Doesn't seem to work. [#922508]" ID="504" PERCENTDONE="100" DONEDATESTRING="2004-06-28" STARTDATE="38103.00000000" DONEDATE="38166.00000000" POS="9"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" LASTMOD="38254.36915509" TIMEESPENTUNITS="H" TITLE="Find in Files: Add list for replace patterns" PERSON="CS" TIMEESTUNITS="H" ID="505" PERCENTDONE="100" DONEDATESTRING="2004-09-24" STARTDATE="38175.00000000" DONEDATE="38254.00000000" POS="11"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" LASTMOD="38247.56200231" TIMEESPENTUNITS="H" TITLE="Find in Files: Missing feedback" PERSON="None" TIMEESTUNITS="H" COMMENTS="I miss the feedback which file was checked now. I know that an external program (grep) was called. With using grep in a library we can show current file in status bar." ID="506" PERCENTDONE="100" DONEDATESTRING="2004-09-17" STARTDATE="38175.00000000" DONEDATE="38247.00000000" POS="13"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" LASTMOD="38247.56201389" TIMEESPENTUNITS="H" TITLE="Find in Files: Unable to stop grep" PERSON="None" TIMEESTUNITS="H" COMMENTS="In VS I can stop find in files with pressing find in files button again." ID="507" PERCENTDONE="100" DONEDATESTRING="2004-09-17" STARTDATE="38175.00000000" DONEDATE="38247.00000000" POS="14"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38240.31799769" TIMEESPENTUNITS="H" TITLE="Find Bookmark All" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Find Bookmark All with not existing text causes a selection. Does this actually work?" ID="508" PERCENTDONE="100" DONEDATESTRING="2004-09-10" STARTDATE="38229.00000000" DONEDATE="38240.00000000" POS="16"/> </TASK> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" LASTMOD="38229.36770833" TIMEESPENTUNITS="H" TITLE="Printing" TIMEESTUNITS="H" ID="509" STARTDATE="38082.00000000" POS="8"> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38259.52696759" TIMEESPENTUNITS="H" TITLE="Print Preview remove WorkspaceBar and OutputBar if needed." PERSON="None" TIMEESTUNITS="H" ID="510" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38190.00000000" DONEDATE="38259.00000000" POS="2"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38259.52704861" TIMEESPENTUNITS="H" TITLE="Right Click on selection, choose Print, directly prints selection." PERSON="LW" TIMEESTUNITS="H" COMMENTS="Thus without dialog." ID="511" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38190.00000000" DONEDATE="38259.00000000" POS="3"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38240.35223380" TIMEESPENTUNITS="H" TITLE="Print Toolbar button should not display Dialog." PERSON="LW" TIMEESTUNITS="H" COMMENTS="Instead Print whole file." ID="512" PERCENTDONE="100" DONEDATESTRING="2004-09-10" STARTDATE="38229.00000000" DONEDATE="38240.00000000" POS="4"/> </TASK> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38191.62142361" TIMEESPENTUNITS="H" TITLE="Preferences" PERSON="LW" TIMEESTUNITS="H" COMMENTS="All Preference enhancements, ConfigFile and SyntaxFile updates." ID="513" STARTDATE="38084.00000000" POS="9"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="1" LASTMOD="38240.35412037" TIMEESPENTUNITS="H" TITLE="Colors" TIMEESTUNITS="H" ID="514" STARTDATE="38084.00000000" POS="2"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="1" LASTMOD="38240.35444444" TIMEESPENTUNITS="H" TITLE="Selection" PERSON="LW" TIMEESTUNITS="H" COMMENTS="Selection color should be changeable." ID="515" PERCENTDONE="100" DONEDATESTRING="2004-09-10" STARTDATE="38084.00000000" DONEDATE="38240.00000000" POS="2"/> <TASK STARTDATESTRING="2004-07-08" PRIORITY="1" LASTMOD="38240.35445602" TIMEESPENTUNITS="H" TITLE="Right Edge Mark" PERSON="LW" TIMEESTUNITS="H" ID="516" PERCENTDONE="100" DONEDATESTRING="2004-09-10" STARTDATE="38176.00000000" DONEDATE="38240.00000000" POS="3"/> </TASK> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38145.64512731" TIMEESPENTUNITS="H" TITLE="General" PERSON="LW" TIMEESTUNITS="H" ID="517" PERCENTDONE="100" DONEDATESTRING="2004-06-07" STARTDATE="38084.00000000" DONEDATE="38145.00000000" POS="3"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38145.55775463" TIMEESPENTUNITS="H" TITLE="Tools" PERSON="LW" TIMEESTUNITS="H" ID="518" PERCENTDONE="100" DONEDATESTRING="2004-06-07" STARTDATE="38084.00000000" DONEDATE="38145.00000000" POS="4"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38190.57807870" TIMEESPENTUNITS="H" TITLE="Language Tools" PERSON="LW" TIMEESTUNITS="H" ID="519" PERCENTDONE="100" DONEDATESTRING="2004-07-22" STARTDATE="38084.00000000" DONEDATE="38190.00000000" POS="5"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38201.38467593" TIMEESPENTUNITS="H" TITLE="Folders & Extensions" PERSON="LW" TIMEESTUNITS="H" ID="520" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38084.00000000" DONEDATE="38201.00000000" POS="6"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38212.60006944" TIMEESPENTUNITS="H" TITLE="File Associations" PERSON="LW" TIMEESTUNITS="H" ID="521" PERCENTDONE="100" DONEDATESTRING="2004-08-13" STARTDATE="38084.00000000" DONEDATE="38212.00000000" POS="7"/> <TASK STARTDATESTRING="2004-06-01" PRIORITY="5" LASTMOD="38191.61746528" TIMEESPENTUNITS="H" TITLE="Courier font in Syntax files" PERSON="LW" TIMEESTUNITS="H" ID="522" PERCENTDONE="100" DONEDATESTRING="2004-07-23" STARTDATE="38139.00000000" DONEDATE="38191.00000000" POS="8"/> <TASK STARTDATESTRING="2004-07-14" PRIORITY="5" LASTMOD="38191.61755787" TIMEESPENTUNITS="H" TITLE="UserTools tag in Syntax files" PERSON="LW" TIMEESTUNITS="H" ID="523" PERCENTDONE="100" DONEDATESTRING="2004-07-23" STARTDATE="38182.00000000" DONEDATE="38191.00000000" POS="9"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38191.61756944" TIMEESPENTUNITS="H" TITLE="Classview Languages in Syntax files" PERSON="LW" TIMEESTUNITS="H" ID="524" PERCENTDONE="100" DONEDATESTRING="2004-07-23" STARTDATE="38190.00000000" DONEDATE="38191.00000000" POS="10"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38190.57811343" TIMEESPENTUNITS="H" TITLE="Fix scrolling on LangTools when first selecting a language" PERSON="LW" TIMEESTUNITS="H" COMMENTS="The first time you select a language, all the listboxes scroll to the next item. On subsequent language selection it doesn't display this behaviour." ID="525" PERCENTDONE="100" DONEDATESTRING="2004-07-22" STARTDATE="38190.00000000" DONEDATE="38190.00000000" POS="11"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38191.61693287" TIMEESPENTUNITS="H" TITLE="Save Error Catching" PERSON="LW" TIMEESTUNITS="H" ID="526" PERCENTDONE="100" DONEDATESTRING="2004-07-23" STARTDATE="38084.00000000" DONEDATE="38191.00000000" POS="13"/> <TASK STARTDATESTRING="2004-07-23" PRIORITY="5" LASTMOD="38191.62238426" TIMEESPENTUNITS="H" TITLE="FontPref Dialog change all should not update bold/italic/underline." PERSON="LW" TIMEESTUNITS="H" ID="527" PERCENTDONE="100" DONEDATESTRING="2004-07-23" STARTDATE="38191.00000000" DONEDATE="38191.00000000" POS="15"/> <TASK STARTDATESTRING="2004-07-23" PRIORITY="5" LASTMOD="38201.39208333" TIMEESPENTUNITS="H" TITLE="Rewrite Save handler in Parent Preference dialog" PERSON="LW" TIMEESTUNITS="H" COMMENTS="After CSyntaxFile is inherited from CXMLFile." ID="528" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38191.00000000" DONEDATE="38201.00000000" POS="16"/> <TASK STARTDATESTRING="2004-07-23" PRIORITY="5" LASTMOD="38201.39215278" TIMEESPENTUNITS="H" TITLE="Only show Font and Color dialogs for Default language" PERSON="LW" TIMEESTUNITS="H" COMMENTS="Keywords and Condig prefs aren't needed for default. We don't have a Lexer." ID="529" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38191.00000000" DONEDATE="38201.00000000" POS="18"/> <TASK STARTDATESTRING="2004-07-23" PRIORITY="1" LASTMOD="38237.30873843" TIMEESPENTUNITS="H" TITLE="Protect against users that are called Default." PERSON="LW" TIMEESTUNITS="H" ID="530" PERCENTDONE="100" DONEDATESTRING="2004-09-07" STARTDATE="38191.00000000" DONEDATE="38237.00000000" POS="19"/> <TASK STARTDATESTRING="2004-07-28" PRIORITY="8" LASTMOD="38201.39233796" TIMEESPENTUNITS="H" TITLE="Tabs to Spaces text doesn't fit EditorPref dialog." PERSON="LW" TIMEESTUNITS="H" ID="531" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38196.00000000" DONEDATE="38201.00000000" POS="20"/> <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" LASTMOD="38222.43041667" TIMEESPENTUNITS="H" TITLE="Keyword set descriptions in syntax file" PERSON="LW" TIMEESTUNITS="H" ID="532" PERCENTDONE="100" DONEDATESTRING="2004-08-23" STARTDATE="38196.00000000" DONEDATE="38222.00000000" POS="21"/> <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" LASTMOD="38201.39239583" TIMEESPENTUNITS="H" TITLE="SetScintillaProperties check Fontsize > 0" PERSON="LW" TIMEESTUNITS="H" ID="533" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38196.00000000" DONEDATE="38201.00000000" POS="22"/> <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" LASTMOD="38201.39246528" TIMEESPENTUNITS="H" TITLE="Update doxygen keywords in syntaxfiles" PERSON="LW" TIMEESTUNITS="H" ID="534" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38196.00000000" DONEDATE="38201.00000000" POS="23"/> <TASK STARTDATESTRING="2004-08-02" PRIORITY="5" LASTMOD="38250.77641204" TIMEESPENTUNITS="H" TITLE="Make Classview Group by Type settable to default on/off." PERSON="LW" TIMEESTUNITS="H" ID="535" PERCENTDONE="100" DONEDATESTRING="2004-09-20" STARTDATE="38201.00000000" DONEDATE="38250.00000000" POS="26"/> <TASK STARTDATESTRING="2004-08-23" PRIORITY="5" LASTMOD="38229.36100694" TIMEESPENTUNITS="H" TITLE="Association Prefs user dependent" PERSON="LW" TIMEESTUNITS="H" COMMENTS="Fileclass associations are system wide. Make them user dependent. Instead of HKEY_CLASSES_ROOT use HKEY_CURRENT_USER\Software\Classes" ID="536" PERCENTDONE="100" DONEDATESTRING="2004-08-30" STARTDATE="38222.00000000" DONEDATE="38229.00000000" POS="27"/> <TASK STARTDATESTRING="2004-08-23" PRIORITY="5" LASTMOD="38247.55994213" TIMEESPENTUNITS="H" TITLE="OutputBar font should be settable. Add it to the config file." PERSON="LW" TIMEESTUNITS="H" ID="537" PERCENTDONE="100" DONEDATESTRING="2004-09-17" STARTDATE="38222.00000000" DONEDATE="38247.00000000" POS="28"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38259.49149306" TIMEESPENTUNITS="H" TITLE="Color & Font Dialog" PERSON="None" TIMEESTUNITS="H" COMMENTS="Dialog to set default colors for AE global things like highlight current line." ID="538" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38229.00000000" DONEDATE="38259.00000000" POS="30"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38237.30828704" TIMEESPENTUNITS="H" TITLE="LangTools bug" PERSON="LW" TIMEESTUNITS="H" COMMENTS="When selecting and deleting items the second one gets set? I think it has something todo with the scrolling of the listboxes or inserting/updating item. I got a tool assigned to another languge." ID="539" PERCENTDONE="100" DONEDATESTRING="2004-09-07" STARTDATE="38229.00000000" DONEDATE="38237.00000000" POS="31"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38237.30850694" TIMEESPENTUNITS="H" TITLE="Syntax Highlighting default on for Default.syn." PERSON="LW" TIMEESTUNITS="H" COMMENTS="Is not needed because of other bug fixes." ID="540" PERCENTDONE="100" DONEDATESTRING="2004-09-07" STARTDATE="38229.00000000" DONEDATE="38237.00000000" POS="32"/> <TASK STARTDATESTRING="2004-09-01" PRIORITY="5" LASTMOD="38250.77643519" TIMEESPENTUNITS="H" TITLE="Class View Dialog" PERSON="LW" TIMEESTUNITS="H" COMMENTS="[LW] Guy will update me with info. [LW] Got the info now implement it." ID="541" PERCENTDONE="100" DONEDATESTRING="2004-09-20" STARTDATE="38231.00000000" DONEDATE="38250.00000000" POS="34"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="5" LASTMOD="38251.42146991" TIMEESPENTUNITS="H" TITLE="Sync file option in Prefs." PERSON="LW" TIMEESTUNITS="H" ID="542" PERCENTDONE="100" DONEDATESTRING="2004-09-21" STARTDATE="38240.00000000" DONEDATE="38251.00000000" POS="40"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" LASTMOD="38250.77660880" TIMEESPENTUNITS="H" TITLE="CSortDlg settings to config file." PERSON="LW" TIMEESTUNITS="H" ID="543" PERCENTDONE="100" DONEDATESTRING="2004-09-20" STARTDATE="38247.00000000" DONEDATE="38250.00000000" POS="41"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" LASTMOD="38259.49166667" TIMEESPENTUNITS="H" TITLE="Remove settings from Syntax File" PERSON="LW" TIMEESTUNITS="H" COMMENTS="Highlight line, Right edge, Class view settings. (After task 382)" ID="544" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38247.00000000" DONEDATE="38259.00000000" POS="42"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" LASTMOD="38250.77649306" TIMEESPENTUNITS="H" TITLE="Be able to change if we want to use a Selection color." PERSON="LW" TIMEESTUNITS="H" ID="545" PERCENTDONE="100" DONEDATESTRING="2004-09-20" STARTDATE="38247.00000000" DONEDATE="38250.00000000" POS="43"/> <TASK STARTDATESTRING="2004-09-20" PRIORITY="5" LASTMOD="38259.49178241" TIMEESPENTUNITS="H" TITLE="InsertText Dialog settings in Config" PERSON="LW" TIMEESTUNITS="H" ID="546" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38250.00000000" DONEDATE="38259.00000000" POS="46"/> <TASK STARTDATESTRING="2004-09-24" PRIORITY="5" LASTMOD="38259.49188657" TIMEESPENTUNITS="H" TITLE="Add on Save option to config/syntax" PERSON="LW" TIMEESTUNITS="H" COMMENTS="TrimTrailingSpace - ConvertTabsToSpaces - EnsureFinalNewLine" ID="547" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38254.00000000" DONEDATE="38259.00000000" POS="48"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" LASTMOD="38097.57921296" TIMEESPENTUNITS="H" TITLE="OO Class enhancements" TIMEESTUNITS="H" COMMENTS="Class implementation features to better use OO features" ID="548" STARTDATE="38097.00000000" POS="10"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="0" LASTMOD="38166.46575231" TIMEESPENTUNITS="H" TITLE="CXMLFile" PERSON="LW" TIMEESTUNITS="H" COMMENTS="CXMLFile as a base class for CSyntaxFile/CConfigFile" ID="549" PERCENTDONE="100" DONEDATESTRING="2004-06-28" STARTDATE="38084.00000000" DONEDATE="38166.00000000" POS="2"/> <TASK STARTDATESTRING="2004-06-01" PRIORITY="6" LASTMOD="38201.39087963" TIMEESPENTUNITS="H" TITLE="Inherit CConfigFile and CSyntaxFile from CXMLFile" PERSON="LW" TIMEESTUNITS="H" ID="550" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38139.00000000" DONEDATE="38201.00000000" POS="3"/> <TASK STARTDATESTRING="2004-07-21" PRIORITY="3" LASTMOD="38191.61781250" TIMEESPENTUNITS="H" TITLE="CXMLFile internally Parse the XML file." PERSON="LW" TIMEESTUNITS="H" COMMENTS="First parse the file when you need to acces it's information. So it's handled in the class instead of in the App." ID="551" PERCENTDONE="100" DONEDATESTRING="2004-07-23" STARTDATE="38189.00000000" DONEDATE="38191.00000000" POS="4"/> <TASK STARTDATESTRING="2004-07-21" PRIORITY="3" LASTMOD="38191.61782407" TIMEESPENTUNITS="H" TITLE="CXMLFille should keep track of changes." PERSON="LW" TIMEESTUNITS="H" COMMENTS="Let the class keep track of changes in the file. Will help saving the files after Preferences." ID="552" PERCENTDONE="100" DONEDATESTRING="2004-07-23" STARTDATE="38189.00000000" DONEDATE="38191.00000000" POS="5"/> <TASK STARTDATESTRING="2004-07-21" PRIORITY="5" LASTMOD="38191.61783565" TIMEESPENTUNITS="H" TITLE="CXMLFile Revert function." PERSON="LW" TIMEESTUNITS="H" COMMENTS="To Revert to the original file content if changes are made. Maybe usefull if users use cancel in the Preferences." ID="553" PERCENTDONE="100" DONEDATESTRING="2004-07-23" STARTDATE="38189.00000000" DONEDATE="38191.00000000" POS="6"/> <TASK STARTDATESTRING="2004-07-23" PRIORITY="5" LASTMOD="38191.61837963" TIMEESPENTUNITS="H" TITLE="CXMLFile Clear function to clear the xml tree." PERSON="LW" TIMEESTUNITS="H" ID="554" PERCENTDONE="100" DONEDATESTRING="2004-07-23" STARTDATE="38191.00000000" DONEDATE="38191.00000000" POS="7"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" LASTMOD="38132.39785880" TIMEESPENTUNITS="H" TITLE="User Interface" TIMEESTUNITS="H" COMMENTS="Tasks effecting the User Interface, like Menu, StatusBar, Windows, Tabs etc." ID="555" STARTDATE="38097.00000000" POS="12"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38097.55971065" TIMEESPENTUNITS="H" DUEDATESTRING="2004-04-19" TITLE="Splitter Window" PERSON="CS" TIMEESTUNITS="H" ID="556" DUEDATE="38096.00000000" PERCENTDONE="100" DONEDATESTRING="2004-04-20" STARTDATE="38084.00000000" DONEDATE="38097.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38180.32670139" TIMEESPENTUNITS="H" TITLE="Cursor Not In Edit Area" PERSON="DP" TIMEESTUNITS="H" TIMEESTIMATE="2.00000000" COMMENTS="Focus problem. [LW] Is this till relevant? [#811109] [#851530]" ID="557" PERCENTDONE="100" DONEDATESTRING="2004-07-12" STARTDATE="38084.00000000" DONEDATE="38180.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38132.46199074" TIMEESPENTUNITS="H" TITLE="CaretWidth" PERSON="LW" TIMEESTUNITS="H" COMMENTS="Caretwidth should change when switching between Insert en Overwrite mode. [LW] This should work already. Need to test it." ID="558" PERCENTDONE="100" DONEDATESTRING="2004-05-25" STARTDATE="38084.00000000" DONEDATE="38132.00000000" POS="3"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38174.83341435" TIMEESPENTUNITS="H" TITLE="EOL mode in StatusBar" PERSON="None" TIMEESTUNITS="H" TIMEESTIMATE="2.00000000" COMMENTS="The EOL status of a document isn't visible in the Status Bar." ID="559" PERCENTDONE="100" DONEDATESTRING="2004-07-06" STARTDATE="38084.00000000" DONEDATE="38174.00000000" POS="4"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" LASTMOD="38132.38732639" TIMEESPENTUNITS="H" TITLE="Move some items" PERSON="LW" TIMEESTUNITS="H" COMMENTS="Move Configure->Current Document to the View Menu." ID="560" PERCENTDONE="100" DONEDATESTRING="2004-05-25" STARTDATE="38084.00000000" DONEDATE="38132.00000000" POS="5"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38195.92377315" TIMEESPENTUNITS="H" TITLE="GoToLine" PERSON="DP" TIMEESTUNITS="H" COMMENTS="Show current and last line in dialog." ID="561" PERCENTDONE="100" DONEDATESTRING="2004-07-27" STARTDATE="38092.00000000" DONEDATE="38195.00000000" POS="8"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38174.83350694" TIMEESPENTUNITS="H" TITLE="Window menu" PERSON="CS" TIMEESTUNITS="H" ID="562" PERCENTDONE="100" DONEDATESTRING="2004-07-06" STARTDATE="38092.00000000" DONEDATE="38174.00000000" POS="9"> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38174.83350694" TIMEESPENTUNITS="H" TITLE="Close Window" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Is not the same as close file. Close window closes a window which was created with New Window." ID="563" PERCENTDONE="100" DONEDATESTRING="2004-07-06" STARTDATE="38092.00000000" DONEDATE="38174.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38174.83349537" TIMEESPENTUNITS="H" TITLE="Close all windows" PERSON="CS" TIMEESTUNITS="H" ID="564" PERCENTDONE="100" DONEDATESTRING="2004-07-06" STARTDATE="38092.00000000" DONEDATE="38174.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38174.83349537" TIMEESPENTUNITS="H" TITLE="Next window" PERSON="CS" TIMEESTUNITS="H" ID="565" PERCENTDONE="100" DONEDATESTRING="2004-07-06" STARTDATE="38092.00000000" DONEDATE="38174.00000000" POS="3"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38174.83348380" TIMEESPENTUNITS="H" TITLE="Previous window" PERSON="CS" TIMEESTUNITS="H" ID="566" PERCENTDONE="100" DONEDATESTRING="2004-07-06" STARTDATE="38092.00000000" DONEDATE="38174.00000000" POS="4"/> </TASK> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" LASTMOD="38174.83366898" TIMEESPENTUNITS="H" TITLE="FileType in Statusbar" PERSON="None" TIMEESTUNITS="H" COMMENTS="Show file type in status bar. E.g. Cpp" ID="567" PERCENTDONE="100" DONEDATESTRING="2004-07-06" STARTDATE="38092.00000000" DONEDATE="38174.00000000" POS="11"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" LASTMOD="38103.56263889" TIMEESPENTUNITS="H" TITLE="Workspace Bar" TIMEESTUNITS="H" ID="568" STARTDATE="38103.00000000" POS="14"> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" LASTMOD="38194.39055556" TIMEESPENTUNITS="H" TITLE="File View remember location" PERSON="GH" TIMEESTUNITS="H" COMMENTS="[#789257]" ID="569" PERCENTDONE="100" DONEDATESTRING="2004-07-26" STARTDATE="38103.00000000" DONEDATE="38194.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" LASTMOD="38180.89489583" TIMEESPENTUNITS="H" TITLE="Open File List" PERSON="GH" TIMEESTUNITS="H" COMMENTS="[LW] When working on project I usually have lots of files open. This causes not all tabs to be visible to switch between files. I usually need the files on opposite sides of the tabs. What I usually like is a list of open files that I can click to switch between files. The workspace bar is a nice place to have such a list." ID="570" PERCENTDONE="100" DONEDATESTRING="2004-07-12" STARTDATE="38103.00000000" DONEDATE="38180.00000000" POS="3"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" LASTMOD="38180.32896991" TIMEESPENTUNITS="H" TITLE="Java interfaces in Class view" PERSON="GH" TIMEESTUNITS="H" COMMENTS="[#798516]" ID="571" PERCENTDONE="100" DONEDATESTRING="2004-07-12" STARTDATE="38103.00000000" DONEDATE="38180.00000000" POS="4"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" LASTMOD="38180.32907407" TIMEESPENTUNITS="H" TITLE="Namespace in Class View" PERSON="GH" TIMEESTUNITS="H" COMMENTS="Namespaces don't show up in the right place (maybe don't show them?) [#903350]" ID="572" PERCENTDONE="100" DONEDATESTRING="2004-07-12" STARTDATE="38103.00000000" DONEDATE="38180.00000000" POS="5"/> <TASK STARTDATESTRING="2004-05-25" PRIORITY="5" LASTMOD="38194.39069444" TIMEESPENTUNITS="H" TITLE="Adding/Removing tabs WorkspaceBar" PERSON="GH" TIMEESTUNITS="H" COMMENTS="Make it possible to make tabs visible or not." ID="573" PERCENTDONE="100" DONEDATESTRING="2004-07-26" STARTDATE="38132.00000000" DONEDATE="38194.00000000" POS="6"/> <TASK STARTDATESTRING="2004-06-01" PRIORITY="5" LASTMOD="38180.32925926" TIMEESPENTUNITS="H" TITLE="Save and Close Workspace in Context Menu" PERSON="GH" TIMEESTUNITS="H" COMMENTS="Add Save and Close workspace to the Context Menu of the Workspace Bar." ID="574" PERCENTDONE="100" DONEDATESTRING="2004-07-12" STARTDATE="38139.00000000" DONEDATE="38180.00000000" POS="7"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38194.39383102" TIMEESPENTUNITS="H" TITLE="Class image in only implementation file" PERSON="GH" TIMEESTUNITS="H" COMMENTS="When you only have a cpp implementation file for a class the class image is a blue circle. I expect it to be the class image. [LW] Can't be fixed, ctags doesn't know what it is. Use a project and you don't have this problem." ID="575" PERCENTDONE="100" DONEDATESTRING="2004-07-26" STARTDATE="38190.00000000" DONEDATE="38194.00000000" POS="8"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38194.39405093" TIMEESPENTUNITS="H" TITLE="Addition to the Conext Menu's of the WorkspaceBar" PERSON="GH" TIMEESTUNITS="H" COMMENTS="Make it possible to hide the tab in a context menu and make them visible again." ID="576" PERCENTDONE="100" DONEDATESTRING="2004-07-26" STARTDATE="38190.00000000" DONEDATE="38194.00000000" POS="9"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38201.37518519" TIMEESPENTUNITS="H" TITLE="Workspace Properties Dialog" PERSON="GH" TIMEESTUNITS="H" COMMENTS="This dialog needs an update to make it beautifull." ID="577" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38190.00000000" DONEDATE="38201.00000000" POS="10"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38240.35299769" TIMEESPENTUNITS="H" TITLE="Sort Group by Type in ClassView" PERSON="GH" TIMEESTUNITS="H" COMMENTS="Be able to sort the class view when groupped by type. Automatically or selecting sort." ID="578" PERCENTDONE="100" DONEDATESTRING="2004-09-10" STARTDATE="38229.00000000" DONEDATE="38240.00000000" POS="12"/> <TASK STARTDATESTRING="2004-08-31" PRIORITY="5" LASTMOD="38237.30589120" TIMEESPENTUNITS="H" TITLE="Synchronize File tab with currenly open document" PERSON="GH" TIMEESTUNITS="H" COMMENTS="Set the file tab on the directory of the current open file." ID="579" PERCENTDONE="100" DONEDATESTRING="2004-09-07" STARTDATE="38230.00000000" DONEDATE="38237.00000000" POS="13"/> <TASK STARTDATESTRING="2004-08-31" PRIORITY="5" LASTMOD="38237.40994213" TIMEESPENTUNITS="H" TITLE="Explorer context menu on Files Tab." PERSON="GH" TIMEESTUNITS="H" COMMENTS="This way you can use TortoiseCVS from within the editor." ID="580" PERCENTDONE="100" DONEDATESTRING="2004-09-07" STARTDATE="38230.00000000" DONEDATE="38237.00000000" POS="14"/> </TASK> <TASK STARTDATESTRING="2004-05-04" PRIORITY="5" LASTMOD="38222.42887731" TIMEESPENTUNITS="H" TITLE="Missing ToolTips" PERSON="LW" TIMEESTUNITS="H" COMMENTS="[#945072] [LW] Carsten can you look at this, did you fix these already? [CS] I think most of them are fixed. There are problems with duplicate IDs in resoruces. After clean up we have to check again. [LW] For the toolbar to have tooltips we need to update BCG." ID="581" PERCENTDONE="100" DONEDATESTRING="2004-08-23" STARTDATE="38111.00000000" DONEDATE="38222.00000000" POS="15"/> <TASK STARTDATESTRING="2004-05-22" PRIORITY="5" LASTMOD="38194.39086806" TIMEESPENTUNITS="H" TITLE="Reseting menus/toolbars" PERSON="GH" TIMEESTUNITS="H" COMMENTS="Fix reseting from BCG customization dialogs to work correctly." ID="582" PERCENTDONE="100" DONEDATESTRING="2004-07-26" STARTDATE="38129.00000000" DONEDATE="38194.00000000" POS="16"/> <TASK STARTDATESTRING="2004-05-22" PRIORITY="5" LASTMOD="38194.39092593" TIMEESPENTUNITS="H" TITLE="Initial menus and toolbars" PERSON="GH" TIMEESTUNITS="H" COMMENTS="Remove some of the clutter of the UI by fixing the menus and removing some of the less useful toolbars from the initial toolbar setting [LW] Put the Bookmark items on a separate Bookmark Toolbar?" ID="583" PERCENTDONE="100" DONEDATESTRING="2004-07-26" STARTDATE="38129.00000000" DONEDATE="38194.00000000" POS="17"/> <TASK STARTDATESTRING="2004-05-24" PRIORITY="5" LASTMOD="38194.39189815" TIMEESPENTUNITS="H" TITLE="Fix Customizing Toolbars" PERSON="GH" TIMEESTUNITS="H" COMMENTS="It should be able to customize toolbars. Users can make user toolbars. This function doesn't work properly. This infomation should be saved in AnyEdit.cfg. [LW] This information is saved in the Registry. We don't need to take it along to another machine, because this settings are system specific. (Resolution and stuff)" ID="584" PERCENTDONE="100" DONEDATESTRING="2004-07-26" STARTDATE="38131.00000000" DONEDATE="38194.00000000" POS="18"/> <TASK STARTDATESTRING="2004-05-25" PRIORITY="5" LASTMOD="38195.92574074" TIMEESPENTUNITS="H" TITLE="Open Startup Page" PERSON="DP" TIMEESTUNITS="H" COMMENTS="Now it's possible to Open Multiple Startup Pages. Remove item if one is already open." ID="585" PERCENTDONE="100" DONEDATESTRING="2004-07-27" STARTDATE="38132.00000000" DONEDATE="38195.00000000" POS="19"/> <TASK STARTDATESTRING="2004-06-01" PRIORITY="5" LASTMOD="38201.39170139" TIMEESPENTUNITS="H" TITLE="Add Fullscreen to MiniToolbar" PERSON="None" TIMEESTUNITS="H" COMMENTS="By adding it to the MiniToolbar we can remove the floating toolbar for fullscreen(it's ugly IMO). Only show it when we don't have the mini toolbar active. Maybe we can catch escape to stop full screen, or is this already implemented?" ID="586" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38139.00000000" DONEDATE="38201.00000000" POS="20"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" LASTMOD="38201.37531250" TIMEESPENTUNITS="H" TITLE="Add Print and Print Preview in Toolbar" PERSON="GH" TIMEESTUNITS="H" ID="587" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38175.00000000" DONEDATE="38201.00000000" POS="21"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38201.38071759" TIMEESPENTUNITS="H" TITLE="Adding functionality to the QuickJump dialog" PERSON="GH" TIMEESTUNITS="H" COMMENTS="[LW] Description please!" ID="588" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38190.00000000" DONEDATE="38201.00000000" POS="22"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38196.50738426" TIMEESPENTUNITS="H" TITLE="Fixing the function Combobox" PERSON="GH" TIMEESTUNITS="H" ID="589" PERCENTDONE="100" DONEDATESTRING="2004-07-28" STARTDATE="38190.00000000" DONEDATE="38196.00000000" POS="23"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38196.52214120" TIMEESPENTUNITS="H" TITLE="Different Icons for menu and toolbar Preferences" PERSON="GH" TIMEESTUNITS="H" COMMENTS="The toolbar and menu have different icons for Preferences. [LW] 26-7: Tried the latest build and it's still there. The icon in the menu is different from the icon on the toolbar. I think the menu should be changed." ID="590" PERCENTDONE="100" DONEDATESTRING="2004-07-28" STARTDATE="38190.00000000" DONEDATE="38196.00000000" POS="24"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38194.40915509" TIMEESPENTUNITS="H" TITLE="Add showing/hiding workspacebar tabs to view menu." PERSON="CS" TIMEESTUNITS="H" COMMENTS="Possibly in View->Workspace-> with also the possibility to hide the whole bar." ID="591" PERCENTDONE="100" DONEDATESTRING="2004-07-26" STARTDATE="38190.00000000" DONEDATE="38194.00000000" POS="25"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" LASTMOD="38195.92292824" TIMEESPENTUNITS="H" TITLE="Edit Context Menu Update" PERSON="CS" TIMEESTUNITS="H" COMMENTS="[LW] Should we make more items available from the edit menu available in this context menu. At least we should keep the menu's more the same." ID="592" PERCENTDONE="100" DONEDATESTRING="2004-07-27" STARTDATE="38190.00000000" DONEDATE="38195.00000000" POS="26"/> <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" LASTMOD="38201.87578704" TIMEESPENTUNITS="H" TITLE="Open Dialog filters, add filter for AE projects/workspaces" PERSON="CS" TIMEESTUNITS="H" ID="593" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38196.00000000" DONEDATE="38201.00000000" POS="28"/> <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" LASTMOD="38201.87578704" TIMEESPENTUNITS="H" TITLE="Add Close All to File menu." PERSON="CS" TIMEESTUNITS="H" ID="594" PERCENTDONE="100" DONEDATESTRING="2004-08-02" STARTDATE="38196.00000000" DONEDATE="38201.00000000" POS="29"/> <TASK STARTDATESTRING="2004-08-02" PRIORITY="5" LASTMOD="38259.52428241" TIMEESPENTUNITS="H" TITLE="BCG version" PERSON="None" TIMEESTUNITS="H" COMMENTS="If we are going to use the GuiTookit, this will become obsolete." ID="595" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38201.00000000" DONEDATE="38259.00000000" POS="30"/> <TASK STARTDATESTRING="2004-08-23" PRIORITY="5" LASTMOD="38251.42254630" TIMEESPENTUNITS="H" TITLE="Changeable Font in the OutputBar" PERSON="DP" TIMEESTUNITS="H" COMMENTS="Context Menu or Button?" ID="596" PERCENTDONE="100" DONEDATESTRING="2004-09-21" STARTDATE="38222.00000000" DONEDATE="38251.00000000" POS="31"/> <TASK STARTDATESTRING="2004-08-23" PRIORITY="5" LASTMOD="38240.35347222" TIMEESPENTUNITS="H" TITLE="Cut & Paste from OutputBar" PERSON="DP" TIMEESTUNITS="H" COMMENTS="[LW] Deepak suggested an Edit box, maybe an Multi Line select ListBox will suffies. You will have to select the whole line then." ID="597" PERCENTDONE="100" DONEDATESTRING="2004-09-10" STARTDATE="38222.00000000" DONEDATE="38240.00000000" POS="32"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38259.51774306" TIMEESPENTUNITS="H" TITLE="Mouse Wheel Accelerator" PERSON="CS" TIMEESTUNITS="H" COMMENTS="Accelerate mouse wheel scrolling using key modifiers (alt|ctrl|shift), like Mozilla. [#1017426] [LW] Can we use shift to scroll though the text faster? And use alt to walk through the open tabs? ?" ID="598" PERCENTDONE="100" DONEDATESTRING="2004-09-29" STARTDATE="38229.00000000" DONEDATE="38259.00000000" POS="33"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38231.30339120" TIMEESPENTUNITS="H" TITLE="Fixed Size font in the Dump Dialog" PERSON="GH" TIMEESTUNITS="H" ID="599" PERCENTDONE="100" DONEDATESTRING="2004-09-01" STARTDATE="38229.00000000" DONEDATE="38231.00000000" POS="34"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38237.30972222" TIMEESPENTUNITS="H" TITLE="DumpDialog add copy to clipboard button" PERSON="DP" TIMEESTUNITS="H" ID="600" PERCENTDONE="100" DONEDATESTRING="2004-09-07" STARTDATE="38229.00000000" DONEDATE="38237.00000000" POS="35"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38247.56009259" TIMEESPENTUNITS="H" TITLE="CMainFrame LoadFrame" PERSON="LW" TIMEESTUNITS="H" COMMENTS="Can be deleted?" ID="601" PERCENTDONE="100" DONEDATESTRING="2004-09-17" STARTDATE="38229.00000000" DONEDATE="38247.00000000" POS="36"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" LASTMOD="38247.56026620" TIMEESPENTUNITS="H" TITLE="Consistent Menu's" PERSON="LW" TIMEESTUNITS="H" COMMENTS="Different Menu's use different letters for the same function (like Preferences.]" ID="602" PERCENTDONE="100" DONEDATESTRING="2004-09-17" STARTDATE="38229.00000000" DONEDATE="38247.00000000" POS="37"/> <TASK STARTDATESTRING="2004-08-31" PRIORITY="5" LASTMOD="38247.56047454" TIMEESPENTUNITS="H" TITLE="View Menu Mini Toolbar option" PERSON="GH" ... [truncated message content] |
From: boca4711 <boc...@us...> - 2004-10-03 19:08:47
|
Update of /cvsroot/anyedit/AnyEditToolkit/GuiLib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3591/GuiLib Modified Files: GuiButton.cpp GuiButton.h Log Message: - Set show text to TRUE as default. - Renamed some member variables. Index: GuiButton.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiButton.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GuiButton.cpp 2 Oct 2004 15:23:38 -0000 1.2 --- GuiButton.cpp 3 Oct 2004 19:03:30 -0000 1.3 *************** *** 45,50 **** m_lpMsg = _T(""); m_iSelected = 0; ! m_viewImage = FALSE; ! m_ViewText = FALSE; m_iTypeButton = TYPE_NORMAL; // Normal by default m_iMenuActivo = FALSE; --- 45,50 ---- m_lpMsg = _T(""); m_iSelected = 0; ! m_bShowImage = FALSE; ! m_bShowText = TRUE; m_iTypeButton = TYPE_NORMAL; // Normal by default m_iMenuActivo = FALSE; *************** *** 148,152 **** // El boton tiene una imagen //------------------------------------------------------------------- ! if (m_viewImage == TRUE) { if (m_State & ODS_SELECTED) --- 148,152 ---- // El boton tiene una imagen //------------------------------------------------------------------- ! if (m_bShowImage == TRUE) { if (m_State & ODS_SELECTED) *************** *** 173,177 **** // el boton tiene una imagen pero no texto //--------------------------------------------------------------------- ! if (m_viewImage == TRUE && m_ViewText== FALSE) { if (m_Index != -1) --- 173,177 ---- // el boton tiene una imagen pero no texto //--------------------------------------------------------------------- ! if (m_bShowImage == TRUE && m_bShowText== FALSE) { if (m_Index != -1) *************** *** 196,200 **** // El boton tiene una imagen y ademas texto //----------------------------------------------------------------------- ! else if (m_viewImage == TRUE && m_ViewText == TRUE) { int calculodifx = 0; --- 196,200 ---- // El boton tiene una imagen y ademas texto //----------------------------------------------------------------------- ! else if (m_bShowImage == TRUE && m_bShowText == TRUE) { int calculodifx = 0; *************** *** 253,257 **** // Si el texto es visible //----------------------------------------------------------------------- ! else if (m_ViewText == TRUE) { CSize sz = pDC->GetTextExtent(m_caption); --- 253,257 ---- // Si el texto es visible //----------------------------------------------------------------------- ! else if (m_bShowText == TRUE) { CSize sz = pDC->GetTextExtent(m_caption); *************** *** 469,482 **** //***************************************************************************** ! void CGuiButton::ShowImage(BOOL m_viewimage) { ! m_viewImage = m_viewimage; CalLayout(); } //***************************************************************************** ! void CGuiButton::ShowText(BOOL m_viewText) { ! m_ViewText = m_viewText; CalLayout(); } --- 469,482 ---- //***************************************************************************** ! void CGuiButton::ShowImage(BOOL bShowImage) { ! m_bShowImage = bShowImage; CalLayout(); } //***************************************************************************** ! void CGuiButton::ShowText(BOOL bShowText) { ! m_bShowText = bShowText; CalLayout(); } *************** *** 497,501 **** GetClientRect(&m_rect); CSize SizeCad = CSize(0, 0); ! if (m_viewImage == TRUE) { if (m_hicon[0]!= NULL) --- 497,501 ---- GetClientRect(&m_rect); CSize SizeCad = CSize(0, 0); ! if (m_bShowImage == TRUE) { if (m_hicon[0]!= NULL) *************** *** 508,512 **** } ! if (m_ViewText == TRUE) { if (m_str.GetLength() > 0) --- 508,512 ---- } ! if (m_bShowText == TRUE) { if (m_str.GetLength() > 0) *************** *** 638,642 **** { SetWindowText(lpMsg); ! m_ViewText = TRUE; CalLayout(); Invalidate(); --- 638,642 ---- { SetWindowText(lpMsg); ! m_bShowText = TRUE; CalLayout(); Invalidate(); *************** *** 655,660 **** m_lpMsg = _T(""); m_iSelected = 0; ! m_viewImage = TRUE; ! m_ViewText = TRUE; SetAlignArrow(ARROW_RIGHT); } --- 655,660 ---- m_lpMsg = _T(""); m_iSelected = 0; ! m_bShowImage = TRUE; ! m_bShowText = TRUE; SetAlignArrow(ARROW_RIGHT); } Index: GuiButton.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiButton.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GuiButton.h 2 Oct 2004 15:23:38 -0000 1.2 --- GuiButton.h 3 Oct 2004 19:03:31 -0000 1.3 *************** *** 88,93 **** void SetImage(HICON hIcon); void SetAlignMsg(AlignMsg m_AlignMsg = ALIGN_LEFT); ! void ShowImage(BOOL m_viewimage = TRUE); ! void ShowText(BOOL m_viewText = TRUE); void ShowMenu(); void CalLayout(); --- 88,95 ---- void SetImage(HICON hIcon); void SetAlignMsg(AlignMsg m_AlignMsg = ALIGN_LEFT); ! /// Show image on button ! void ShowImage(BOOL bShowImage = TRUE); ! /// Show text on button ! void ShowText(BOOL bShowText = TRUE); void ShowMenu(); void CalLayout(); *************** *** 106,118 **** //******************************************************** CToolTipCtrl m_ToolTipCtrl; ! int m_iAlign; // message aling ! int m_iStyle; // Border Style ! int m_iTypeButton; // Style bottom (Arrow,Normal,Link) int m_iSelected; int m_iStyleArrow; HICON m_hicon[3]; LPCTSTR m_lpMsg; ! BOOL m_viewImage; ! BOOL m_ViewText; int m_iResMenu; //< result of popup menu selection BOOL m_iMenuActivo; --- 108,120 ---- //******************************************************** CToolTipCtrl m_ToolTipCtrl; ! int m_iAlign; //< message align ! int m_iStyle; //< Border Style ! int m_iTypeButton; //< Style bottom (Arrow, Normal, Link) int m_iSelected; int m_iStyleArrow; HICON m_hicon[3]; LPCTSTR m_lpMsg; ! BOOL m_bShowImage; //< show image ! BOOL m_bShowText; //< show text int m_iResMenu; //< result of popup menu selection BOOL m_iMenuActivo; |
From: boca4711 <boc...@us...> - 2004-10-03 19:06:19
|
Update of /cvsroot/anyedit/AnyEditToolkit/Samples/TestDlg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3869/Samples/TestDlg Modified Files: TestDlgDlg.cpp Log Message: Removed setting of show text because it is the default now. Index: TestDlgDlg.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/Samples/TestDlg/TestDlgDlg.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestDlgDlg.cpp 2 Oct 2004 15:25:26 -0000 1.2 --- TestDlgDlg.cpp 3 Oct 2004 19:04:55 -0000 1.3 *************** *** 130,139 **** m_Link.SetToolTip("Goto GuiLib Site"); menu.LoadMenu(IDR_MENU1); ! m_Okbtn.SetCaption("&Ok"); m_Okbtn.SetStyleBorder(CGuiButton::STYLEXP); // m_Okbtn.AutoSizeButton(); // m_Okbtn.SetImage(IDI_ICON1); // m_Okbtn.ShowImage(); ! m_cancel.ShowText(); m_cancel.SetToolTip("Cancelar"); --- 130,139 ---- m_Link.SetToolTip("Goto GuiLib Site"); menu.LoadMenu(IDR_MENU1); ! // m_Okbtn.SetCaption("&Ok"); m_Okbtn.SetStyleBorder(CGuiButton::STYLEXP); // m_Okbtn.AutoSizeButton(); // m_Okbtn.SetImage(IDI_ICON1); // m_Okbtn.ShowImage(); ! // m_cancel.ShowText(); m_cancel.SetToolTip("Cancelar"); |
From: boca4711 <boc...@us...> - 2004-10-03 18:19:15
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25724 Modified Files: AnyEdit.cpp Log Message: Removed m_wndEditListBox from CAboutDlg because this control was unused. Index: AnyEdit.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEdit.cpp,v retrieving revision 1.102 retrieving revision 1.103 diff -C2 -d -r1.102 -r1.103 *** AnyEdit.cpp 30 Sep 2004 09:52:55 -0000 1.102 --- AnyEdit.cpp 3 Oct 2004 18:17:28 -0000 1.103 *************** *** 401,405 **** CBCGURLLinkButton m_mailurl; CBCGURLLinkButton m_url; - CBCGEditListBox m_wndEditListBox; CBCGButton m_Test; CCreditStatic m_credits; --- 401,404 ---- |
From: boca4711 <boc...@us...> - 2004-10-03 16:49:39
|
Update of /cvsroot/anyedit/AnyEditToolkit/GuiLib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4689/GuiLib Modified Files: GuiListEdit.cpp GuiListEdit.h Log Message: - Caption of control is taken from resource definition. - If an text editeted text is empty then this entry will removed from list. - Added key commands to control. - Renamed som member variables. Index: GuiListEdit.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiListEdit.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiListEdit.h 26 Sep 2004 16:11:51 -0000 1.1 --- GuiListEdit.h 3 Oct 2004 16:47:51 -0000 1.2 *************** *** 33,41 **** DECLARE_DYNAMIC(CGuiListEdit) public: ! enum Border{STYLE3D=0,STYLEPRESS=1,STYLEFRAME=2}; private: ! CGuiContainer m_Conta; ! CGuiMiniTool m_MiniTool; ! CListCtrl* m_list; COLORREF m_clrface; Border m_border; --- 33,41 ---- DECLARE_DYNAMIC(CGuiListEdit) public: ! enum Border{STYLE3D = 0, STYLEPRESS = 1, STYLEFRAME = 2}; private: ! CGuiContainer m_wndContainer; ! CGuiMiniTool m_wndMiniTool; ! CListCtrl* m_pWndList; COLORREF m_clrface; Border m_border; *************** *** 60,63 **** --- 60,64 ---- virtual void PreSubclassWindow(); public: + //{{AFX_MSG(CGuiListEdit) afx_msg void OnPaint(); afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); *************** *** 66,69 **** --- 67,72 ---- afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnBeginlabeleditList(NMHDR *pNMHDR, LRESULT *pResult); + afx_msg void OnKeyDown(NMHDR* pNMHDR, LRESULT* pResult); + //}}AFX_MSG }; Index: GuiListEdit.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiListEdit.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiListEdit.cpp 26 Sep 2004 16:11:51 -0000 1.1 --- GuiListEdit.cpp 3 Oct 2004 16:47:51 -0000 1.2 *************** *** 42,47 **** CGuiListEdit::CGuiListEdit() { ! m_border=STYLEFRAME; ! m_clrface=GuiDrawLayer::GetRGBColorFace(); } --- 42,47 ---- CGuiListEdit::CGuiListEdit() { ! m_border = STYLEFRAME; ! m_clrface = GuiDrawLayer::GetRGBColorFace(); } *************** *** 50,59 **** } - BEGIN_MESSAGE_MAP(CGuiListEdit, CStatic) ! ON_COMMAND(LST_DELETE,Delete) ! ON_COMMAND(LST_INSERT,Insert) ! ON_COMMAND(LST_UP,Up) ! ON_COMMAND(LST_DOWN,Down) ON_WM_PAINT() ON_WM_CREATE() --- 50,55 ---- } BEGIN_MESSAGE_MAP(CGuiListEdit, CStatic) ! //{{AFX_MSG_MAP(CGuiListEdit) ON_WM_PAINT() ON_WM_CREATE() *************** *** 62,76 **** ON_NOTIFY(NM_DBLCLK, LST_LIST, OnClickList) ON_NOTIFY(LVN_BEGINLABELEDIT, LST_LIST, OnBeginlabeleditList) ! END_MESSAGE_MAP() - - // CGuiListEdit message handlers void CGuiListEdit::Delete() { //solo nos interesa el seleccionado actualmente ! int nItem=m_list->GetNextItem(-1,LVNI_SELECTED); ! m_list->DeleteItem(nItem); } --- 58,75 ---- ON_NOTIFY(NM_DBLCLK, LST_LIST, OnClickList) ON_NOTIFY(LVN_BEGINLABELEDIT, LST_LIST, OnBeginlabeleditList) ! ON_NOTIFY(LVN_KEYDOWN, LST_LIST, OnKeyDown) ! ON_COMMAND(LST_DELETE, Delete) ! ON_COMMAND(LST_INSERT, Insert) ! ON_COMMAND(LST_UP, Up) ! ON_COMMAND(LST_DOWN, Down) ! //}}AFX_MSG_MAP END_MESSAGE_MAP() // CGuiListEdit message handlers void CGuiListEdit::Delete() { //solo nos interesa el seleccionado actualmente ! int nItem = m_pWndList->GetNextItem(-1, LVNI_SELECTED); ! m_pWndList->DeleteItem(nItem); } *************** *** 86,91 **** { if (nItem < 0) return _T(""); ! if (nItem > m_list->GetItemCount()) return _T(""); ! CString m_szA=m_list->GetItemText(nItem,0); return m_szA; } --- 85,90 ---- { if (nItem < 0) return _T(""); ! if (nItem > m_pWndList->GetItemCount()) return _T(""); ! CString m_szA = m_pWndList->GetItemText(nItem, 0); return m_szA; } *************** *** 93,126 **** int CGuiListEdit::GetNumItem() { ! return m_list->GetItemCount(); } - void CGuiListEdit::AddItem(CString m_szCad) { ! int nItem=m_list->GetItemCount(); ! nItem=m_list->InsertItem(nItem,m_szCad); ! m_list->SetItemData (nItem, 0); } - - void CGuiListEdit::OnClickList(NMHDR* pNMHDR, LRESULT* pResult) { ! int nActual=m_list->GetNextItem(-1,LVNI_SELECTED); if (nActual == -1) Insert(); - } void CGuiListEdit::Insert() { CRect rc; ! m_list->SetFocus(); ! int nItem=m_list->GetItemCount(); ! nItem=m_list->InsertItem(nItem,_T("")); ! m_list->SetItemData (nItem, 0); ! m_list->GetItemRect(0,&rc,LVIS_SELECTED | LVIS_FOCUSED); ! CEdit* mEdit=m_list->EditLabel(nItem); ! CSize szBtn=m_toolBtn.GetSizeButton(); mEdit->SetWindowPos (NULL, -1, -1, rc.Width () - 10, rc.Height (), --- 92,122 ---- int CGuiListEdit::GetNumItem() { ! return m_pWndList->GetItemCount(); } void CGuiListEdit::AddItem(CString m_szCad) { ! int nItem=m_pWndList->GetItemCount(); ! nItem=m_pWndList->InsertItem(nItem, m_szCad); ! m_pWndList->SetItemData (nItem, 0); } void CGuiListEdit::OnClickList(NMHDR* pNMHDR, LRESULT* pResult) { ! int nActual = m_pWndList->GetNextItem(-1, LVNI_SELECTED); if (nActual == -1) Insert(); } + void CGuiListEdit::Insert() { CRect rc; ! m_pWndList->SetFocus(); ! int nItem = m_pWndList->GetItemCount(); ! nItem = m_pWndList->InsertItem(nItem, _T("")); ! m_pWndList->SetItemData (nItem, 0); ! m_pWndList->GetItemRect(0, &rc, LVIS_SELECTED | LVIS_FOCUSED); ! CEdit* mEdit = m_pWndList->EditLabel(nItem); ! CSize szBtn = m_toolBtn.GetSizeButton(); mEdit->SetWindowPos (NULL, -1, -1, rc.Width () - 10, rc.Height (), *************** *** 129,132 **** --- 125,129 ---- } + /// Set editeted text to list entry. If text is empty, entry is removed. void CGuiListEdit::OnEndlabeleditList(NMHDR* pNMHDR, LRESULT* pResult) { *************** *** 134,189 **** // TODO: Add your control notification handler code here LV_ITEM* pItem = &((LV_DISPINFO*)pNMHDR)->item; ! CString m_sz=pItem->pszText; if (!m_sz.IsEmpty()) ! m_list->SetItemText(pItem->iItem,0,m_sz); *pResult = 0; } - - void CGuiListEdit::Up() { ! int nActual=m_list->GetNextItem(-1,LVNI_SELECTED); if (nActual == -1) return; if (nActual > 0) { ! CString m_szA=m_list->GetItemText(nActual,0); ! CString m_sz=m_list->GetItemText(nActual-1,0); ! m_list->SetItemText(nActual,0,m_sz); ! m_list->SetItemText(nActual-1,0,m_szA); ! m_list->SetItemState (nActual-1, LVIS_SELECTED | LVIS_FOCUSED, LVIS_SELECTED | LVIS_FOCUSED); } ! m_list->SetFocus(); } void CGuiListEdit::Down() { ! int nActual=m_list->GetNextItem(-1,LVNI_SELECTED); if (nActual == -1) return; ! if (nActual+1 < m_list->GetItemCount()) { ! CString m_szA=m_list->GetItemText(nActual,0); ! CString m_sz=m_list->GetItemText(nActual+1,0); ! m_list->SetItemText(nActual,0,m_sz); ! m_list->SetItemText(nActual+1,0,m_szA); ! m_list->SetItemState (nActual+1, LVIS_SELECTED | LVIS_FOCUSED, LVIS_SELECTED | LVIS_FOCUSED); } ! m_list->SetFocus(); ! } ! void CGuiListEdit::PreSubclassWindow() { ! // TODO: Add your specialized code here and/or call the base class ! ModifyStyle(0,BS_OWNERDRAW); ! if ( !m_Conta.Create(WS_VISIBLE|WS_CHILD,CRect(0,0,0,0),this,0x9999)) return ; ! m_Conta.AddComponen(&m_MiniTool); /*m_toolBtn.Create(_T(""),WS_VISIBLE | WS_CHILD | BS_PUSHBUTTON | BS_OWNERDRAW,CRect(0,0,0,0),this,DROPBUTTON); m_toolBtn.SetCaption(_T(" ... ")); --- 131,184 ---- // TODO: Add your control notification handler code here LV_ITEM* pItem = &((LV_DISPINFO*)pNMHDR)->item; ! CString m_sz = pItem->pszText; if (!m_sz.IsEmpty()) ! m_pWndList->SetItemText(pItem->iItem, 0, m_sz); ! else ! m_pWndList->DeleteItem(pItem->iItem); *pResult = 0; } void CGuiListEdit::Up() { ! int nActual = m_pWndList->GetNextItem(-1, LVNI_SELECTED); if (nActual == -1) return; if (nActual > 0) { ! CString m_szA = m_pWndList->GetItemText(nActual,0); ! CString m_sz = m_pWndList->GetItemText(nActual-1,0); ! m_pWndList->SetItemText(nActual, 0, m_sz); ! m_pWndList->SetItemText(nActual - 1, 0, m_szA); ! m_pWndList->SetItemState (nActual - 1, LVIS_SELECTED | LVIS_FOCUSED, LVIS_SELECTED | LVIS_FOCUSED); } ! m_pWndList->SetFocus(); } void CGuiListEdit::Down() { ! int nActual = m_pWndList->GetNextItem(-1, LVNI_SELECTED); if (nActual == -1) return; ! if (nActual+1 < m_pWndList->GetItemCount()) { ! CString m_szA = m_pWndList->GetItemText(nActual, 0); ! CString m_sz = m_pWndList->GetItemText(nActual + 1, 0); ! m_pWndList->SetItemText(nActual, 0, m_sz); ! m_pWndList->SetItemText(nActual + 1, 0, m_szA); ! m_pWndList->SetItemState (nActual + 1, LVIS_SELECTED | LVIS_FOCUSED, LVIS_SELECTED | LVIS_FOCUSED); } ! m_pWndList->SetFocus(); } ! /// Add components to container. void CGuiListEdit::PreSubclassWindow() { ! ModifyStyle(0, BS_OWNERDRAW); ! if ( !m_wndContainer.Create(WS_VISIBLE | WS_CHILD, CRect(0,0,0,0), this, 0x9999)) return ; ! m_wndContainer.AddComponen(&m_wndMiniTool); /*m_toolBtn.Create(_T(""),WS_VISIBLE | WS_CHILD | BS_PUSHBUTTON | BS_OWNERDRAW,CRect(0,0,0,0),this,DROPBUTTON); m_toolBtn.SetCaption(_T(" ... ")); *************** *** 191,222 **** */ ! m_list=(CListCtrl*) m_Conta.AddComponen(RUNTIME_CLASS(CListCtrl),LST_LIST,WS_VISIBLE | WS_CHILD); ! m_MiniTool.SetImageList(IDB_GUI_DOCKBAROFFICE,14,12,RGB(255,0,255)); ! m_MiniTool.AddButton(9,LST_DOWN,NULL,_T(""),_T("Item Down")); ! m_MiniTool.AddButton(11,LST_UP,NULL,_T(""),_T("Item Up")); ! m_MiniTool.AddButton(8,LST_DELETE,NULL,_T(""),_T("Delete")); ! m_MiniTool.AddButton(10,LST_INSERT,NULL,_T(""),_T("Insert")); ! m_MiniTool.AutoSize(TRUE); ! m_MiniTool.SetBorder(CGuiMiniTool::STYLEPRESS); ! m_MiniTool.SetCaption(_T("Options:"),CGuiMiniTool::ALIGN_LEFT); ! m_MiniTool.AlingButtons(CGuiMiniTool::ALIGN_RIGHT); ! m_MiniTool.SetColorCaption(RGB(0,0,0)); ! m_list->ModifyStyleEx(0,WS_EX_CLIENTEDGE); ! m_list->ModifyStyle(0,WS_VISIBLE | WS_CHILD | LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_EDITLABELS | LVS_SHOWSELALWAYS); ! m_list->SendMessage (LVM_SETEXTENDEDLISTVIEWSTYLE , 0, LVS_EX_FULLROWSELECT); ! m_list->InsertColumn(0,_T("")); ! m_Conta.UsedAllWindow(TRUE); ! //m_MiniTool.SetColor(GuiDrawLayer::GetRGBColorXP()); CStatic::PreSubclassWindow(); } - void CGuiListEdit::SetStyle(Border border) { ! m_border=border; } void CGuiListEdit::OnPaint() { --- 186,221 ---- */ ! m_pWndList = (CListCtrl*) m_wndContainer.AddComponen(RUNTIME_CLASS(CListCtrl), LST_LIST, WS_VISIBLE | WS_CHILD); ! m_wndMiniTool.SetImageList(IDB_GUI_DOCKBAROFFICE, 14, 12, RGB(255, 0, 255)); ! m_wndMiniTool.AddButton(9, LST_DOWN, NULL, _T(""), _T("Item Down")); ! m_wndMiniTool.AddButton(11, LST_UP, NULL, _T(""), _T("Item Up")); ! m_wndMiniTool.AddButton(8, LST_DELETE, NULL, _T(""), _T("Delete")); ! m_wndMiniTool.AddButton(10, LST_INSERT, NULL, _T(""), _T("Insert")); ! m_wndMiniTool.AutoSize(TRUE); ! m_wndMiniTool.SetBorder(CGuiMiniTool::STYLEPRESS); ! // Set caption from resource ! CString strCaption; ! GetWindowText(strCaption); ! m_wndMiniTool.SetCaption(strCaption, CGuiMiniTool::ALIGN_LEFT); ! ! m_wndMiniTool.AlingButtons(CGuiMiniTool::ALIGN_RIGHT); ! m_wndMiniTool.SetColorCaption(RGB(0, 0, 0)); ! m_pWndList->ModifyStyleEx(0, WS_EX_CLIENTEDGE); ! m_pWndList->ModifyStyle(0, WS_VISIBLE | WS_CHILD | LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_EDITLABELS | LVS_SHOWSELALWAYS); ! m_pWndList->SendMessage (LVM_SETEXTENDEDLISTVIEWSTYLE, 0, LVS_EX_FULLROWSELECT); ! m_pWndList->InsertColumn(0, _T("")); ! m_wndContainer.UsedAllWindow(TRUE); ! //m_wndMiniTool.SetColor(GuiDrawLayer::GetRGBColorXP()); CStatic::PreSubclassWindow(); } void CGuiListEdit::SetStyle(Border border) { ! m_border = border; } + void CGuiListEdit::OnPaint() { *************** *** 231,249 **** dc.FillRect(&m_rectDraw,&cbr); if (m_border == STYLE3D) ! dc.Draw3dRect(m_rectDraw,GuiDrawLayer::GetRGBColorBTNHigh(), GuiDrawLayer::GetRGBColorShadow()); if (m_border == STYLEPRESS) { ! dc.Draw3dRect(m_rectDraw,GuiDrawLayer::GetRGBColorShadow(), GuiDrawLayer::GetRGBColorBTNHigh()); } if (m_border == STYLEFRAME) { ! dc.Draw3dRect(m_rectDraw,GuiDrawLayer::GetRGBColorShadow(), GuiDrawLayer::GetRGBColorShadow()); } ! m_Conta.MoveWindow(0,0,m_rectDraw.Width(),m_rectDraw.Height()); ! m_list->SetColumnWidth (0, m_rectDraw.Width ()-10); ! } --- 230,247 ---- dc.FillRect(&m_rectDraw,&cbr); if (m_border == STYLE3D) ! dc.Draw3dRect(m_rectDraw, GuiDrawLayer::GetRGBColorBTNHigh(), GuiDrawLayer::GetRGBColorShadow()); if (m_border == STYLEPRESS) { ! dc.Draw3dRect(m_rectDraw, GuiDrawLayer::GetRGBColorShadow(), GuiDrawLayer::GetRGBColorBTNHigh()); } if (m_border == STYLEFRAME) { ! dc.Draw3dRect(m_rectDraw, GuiDrawLayer::GetRGBColorShadow(), GuiDrawLayer::GetRGBColorShadow()); } ! m_wndContainer.MoveWindow(0, 0, m_rectDraw.Width(), m_rectDraw.Height()); ! m_pWndList->SetColumnWidth (0, m_rectDraw.Width () - 10); } *************** *** 267,277 **** ASSERT(pWnd->GetWindow(GW_HWNDNEXT) == NULL); } ! //m_Conta.MoveWindow(0,0,cx,cy); // TODO: Add your message handler code here } - CListCtrl* CGuiListEdit::GetListCtrl() { ! return m_list; ! } \ No newline at end of file --- 265,308 ---- ASSERT(pWnd->GetWindow(GW_HWNDNEXT) == NULL); } ! //m_wndContainer.MoveWindow(0,0,cx,cy); // TODO: Add your message handler code here } CListCtrl* CGuiListEdit::GetListCtrl() { ! return m_pWndList; ! } ! ! /** Key commands for ListEdit. ! * Ins inserts a ney entry ! * Del removes current entry ! * Alt+Up, Alt+Left moves current entry one position up ! * Alt+Down, Alt+Right moves current entry one position down ! */ ! void CGuiListEdit::OnKeyDown(NMHDR *pNMHDR, LRESULT *pResult) ! { ! NMLVKEYDOWN *pKeyDown = reinterpret_cast<NMLVKEYDOWN*>(pNMHDR); ! ! switch (pKeyDown->wVKey) ! { ! case VK_INSERT: ! Insert(); ! break; ! case VK_DELETE: ! Delete(); ! break; ! case VK_DOWN: ! case VK_RIGHT: ! if (::GetAsyncKeyState (VK_MENU) & 0x8000) ! Down(); ! break; ! case VK_UP: ! case VK_LEFT: ! if (::GetAsyncKeyState (VK_MENU) & 0x8000) ! Up(); ! break; ! } ! ! // TODO: Add your control notification handler code here ! *pResult = 0; ! } |
From: boca4711 <boc...@us...> - 2004-10-02 15:27:22
|
Update of /cvsroot/anyedit/AnyEditToolkit/Samples/TestDlg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20085/Samples/TestDlg Modified Files: TestDlgDlg.cpp Log Message: Renamed SetAlingArrow to SetAlignArrow Index: TestDlgDlg.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/Samples/TestDlg/TestDlgDlg.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestDlgDlg.cpp 26 Sep 2004 16:16:24 -0000 1.1 --- TestDlgDlg.cpp 2 Oct 2004 15:25:26 -0000 1.2 *************** *** 154,158 **** // m_guiedit.AddButton(m_imag.ExtractIcon(0),333,NULL,"Press Here"); m_btnArrow.SetTypeButton(CGuiButton::TYPE_ARROW); ! m_btnArrow.SetAlingArrow(CGuiButton::ARROW_RIGHT); m_btnArrow.SetPopupMenu(&menu); // m_btnArrow.AutoSizeButton(); --- 154,158 ---- // m_guiedit.AddButton(m_imag.ExtractIcon(0),333,NULL,"Press Here"); m_btnArrow.SetTypeButton(CGuiButton::TYPE_ARROW); ! m_btnArrow.SetAlignArrow(CGuiButton::ARROW_RIGHT); m_btnArrow.SetPopupMenu(&menu); // m_btnArrow.AutoSizeButton(); |
From: boca4711 <boc...@us...> - 2004-10-02 15:25:21
|
Update of /cvsroot/anyedit/AnyEditToolkit/GuiLib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19762/GuiLib Modified Files: GuiButton.cpp GuiButton.h Log Message: - CGuiButton returns result from popup menu selection (GetMenuResult) - CGuiButton renamed aling with align Index: GuiButton.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiButton.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiButton.cpp 26 Sep 2004 16:11:49 -0000 1.1 --- GuiButton.cpp 2 Oct 2004 15:23:38 -0000 1.2 *************** *** 2,6 **** * * * GuiToolKit * ! * (MFC extension) * * Created by Francisco Campos G. www.beyondata.com fc...@be... * *--------------------------------------------------------------------------* --- 2,6 ---- * * * GuiToolKit * ! * (MFC extension) * * Created by Francisco Campos G. www.beyondata.com fc...@be... * *--------------------------------------------------------------------------* *************** *** 41,45 **** CGuiButton::CGuiButton() { ! m_iAling = ALING_LEFT; m_iStyle = STYLE_SEMIFLAT; m_lpMsg = _T(""); --- 41,45 ---- CGuiButton::CGuiButton() { ! m_iAlign = ALIGN_LEFT; m_iStyle = STYLE_SEMIFLAT; m_lpMsg = _T(""); *************** *** 52,55 **** --- 52,56 ---- m_ReposWindow = FALSE; m_bIsDark = FALSE; + m_iResMenu = 0; } *************** *** 206,210 **** calculodify = m_rect.Height()- (sizeImag.cy); calculodify /= 2; ! if (m_iAling ==ALING_RIGTH) { m_point = CPoint(4, calculodify); --- 207,211 ---- calculodify = m_rect.Height()- (sizeImag.cy); calculodify /= 2; ! if (m_iAlign == ALIGN_RIGHT) { m_point = CPoint(4, calculodify); *************** *** 649,653 **** { m_iStyleArrow = ARROW_RIGHT; ! m_iAling = ALING_LEFT; m_iTypeButton = TYPE_ARROW; m_iStyle = STYLE_3D; --- 650,654 ---- { m_iStyleArrow = ARROW_RIGHT; ! m_iAlign = ALIGN_LEFT; m_iTypeButton = TYPE_ARROW; m_iStyle = STYLE_3D; *************** *** 656,660 **** m_viewImage = TRUE; m_ViewText = TRUE; ! SetAlingArrow(ARROW_RIGHT); } } --- 657,661 ---- m_viewImage = TRUE; m_ViewText = TRUE; ! SetAlignArrow(ARROW_RIGHT); } } *************** *** 662,666 **** //***************************************************************************** ! void CGuiButton::SetAlingArrow(StyleArrow m_AlingArron) { if (m_iTypeButton == TYPE_ARROW) --- 663,667 ---- //***************************************************************************** ! void CGuiButton::SetAlignArrow(StyleArrow m_AlingArron) { if (m_iTypeButton == TYPE_ARROW) *************** *** 704,711 **** //***************************************************************************** ! void CGuiButton::SetAlingMsg(AlingMsg m_AlingMsg) { if (m_iTypeButton == TYPE_NORMAL) ! m_iAling = m_AlingMsg; } --- 705,712 ---- //***************************************************************************** ! void CGuiButton::SetAlignMsg(AlignMsg m_AlingMsg) { if (m_iTypeButton == TYPE_NORMAL) ! m_iAlign = m_AlingMsg; } *************** *** 802,806 **** { m_iMenuActivo = TRUE; ! int m_iResMenu = m_pMenu->GetSubMenu(0)->TrackPopupMenu(TPM_LEFTALIGN | TPM_LEFTBUTTON | TPM_NONOTIFY | TPM_RETURNCMD, x, y, GetParent(), NULL); if (m_iResMenu != 0) --- 803,807 ---- { m_iMenuActivo = TRUE; ! m_iResMenu = m_pMenu->GetSubMenu(0)->TrackPopupMenu(TPM_LEFTALIGN | TPM_LEFTBUTTON | TPM_NONOTIFY | TPM_RETURNCMD, x, y, GetParent(), NULL); if (m_iResMenu != 0) *************** *** 851,852 **** --- 852,858 ---- } + //***************************************************************************** + int CGuiButton::GetMenuResult() + { + return m_iResMenu; + } Index: GuiButton.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiButton.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiButton.h 26 Sep 2004 16:11:49 -0000 1.1 --- GuiButton.h 2 Oct 2004 15:23:38 -0000 1.2 *************** *** 52,59 **** }; ! enum AlingMsg // alineacion del Mensaje { ! ALING_LEFT = 0, ! ALING_RIGTH = 1 }; --- 52,59 ---- }; ! enum AlignMsg // alineacion del Mensaje { ! ALIGN_LEFT = 0, ! ALIGN_RIGHT = 1 }; *************** *** 82,91 **** void SetStyleBorder(Style m_Style = STYLE_3D); // el boton es 3d semiflat estilo xp, etc void SetTypeButton(TypeButton m_TypeButton = TYPE_NORMAL); ! void SetAlingArrow(StyleArrow m_AlingArron = ARROW_RIGHT); void DrawBottonXP(CDC* pDC, CRect rc, BOOL bPress); BOOL SetImage(UINT uBitmapNormal, UINT uBitmapFoco = (UINT) - 1, UINT uBitmapPush = (UINT) - 1); void SetImage(HICON hIcon); ! void SetAlingMsg(AlingMsg m_AlingMsg = ALING_LEFT); void ShowImage(BOOL m_viewimage = TRUE); void ShowText(BOOL m_viewText = TRUE); --- 82,91 ---- void SetStyleBorder(Style m_Style = STYLE_3D); // el boton es 3d semiflat estilo xp, etc void SetTypeButton(TypeButton m_TypeButton = TYPE_NORMAL); ! void SetAlignArrow(StyleArrow m_AlignArron = ARROW_RIGHT); void DrawBottonXP(CDC* pDC, CRect rc, BOOL bPress); BOOL SetImage(UINT uBitmapNormal, UINT uBitmapFoco = (UINT) - 1, UINT uBitmapPush = (UINT) - 1); void SetImage(HICON hIcon); ! void SetAlignMsg(AlignMsg m_AlignMsg = ALIGN_LEFT); void ShowImage(BOOL m_viewimage = TRUE); void ShowText(BOOL m_viewText = TRUE); *************** *** 106,110 **** //******************************************************** CToolTipCtrl m_ToolTipCtrl; ! int m_iAling; // message aling int m_iStyle; // Border Style int m_iTypeButton; // Style bottom (Arrow,Normal,Link) --- 106,110 ---- //******************************************************** CToolTipCtrl m_ToolTipCtrl; ! int m_iAlign; // message aling int m_iStyle; // Border Style int m_iTypeButton; // Style bottom (Arrow,Normal,Link) *************** *** 115,119 **** BOOL m_viewImage; BOOL m_ViewText; ! int m_iResMenu; BOOL m_iMenuActivo; COLORREF m_clrface; --- 115,119 ---- BOOL m_viewImage; BOOL m_ViewText; ! int m_iResMenu; //< result of popup menu selection BOOL m_iMenuActivo; COLORREF m_clrface; *************** *** 123,126 **** --- 123,128 ---- // ******************************************************* public: + /// Returns result of last popup menu selection + int GetMenuResult(void); HMENU m_hMenu; protected: |
From: boca4711 <boc...@us...> - 2004-10-02 13:28:47
|
Update of /cvsroot/anyedit/AnyEditToolkit/GuiLib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29230/GuiLib Modified Files: GuiADODB.cpp GuiComboBoxExt.cpp GuiDockToolBarEx.h GuiFrameWnd.cpp GuiMDIFrame.cpp GuiMDITabbed.cpp GuiStatusBar.cpp GuiTabWnd.cpp GuiTabbed.cpp MenuBar.cpp Log Message: Made code UNICODE compatible. Used TCHAR and _tcs... So all all targets will compile. Index: GuiMDITabbed.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiMDITabbed.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiMDITabbed.cpp 26 Sep 2004 16:11:51 -0000 1.1 --- GuiMDITabbed.cpp 2 Oct 2004 13:27:41 -0000 1.2 *************** *** 145,149 **** SetTimer(1,200,NULL); CWnd* pWnd=CWnd::FromHandle(::GetTopWindow(GetParentFrame()->GetSafeHwnd())); ! char ClassName[32]; while (pWnd != NULL) --- 145,149 ---- SetTimer(1,200,NULL); CWnd* pWnd=CWnd::FromHandle(::GetTopWindow(GetParentFrame()->GetSafeHwnd())); ! TCHAR ClassName[32]; while (pWnd != NULL) Index: GuiMDIFrame.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiMDIFrame.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiMDIFrame.cpp 26 Sep 2004 16:11:51 -0000 1.1 --- GuiMDIFrame.cpp 2 Oct 2004 13:27:41 -0000 1.2 *************** *** 90,94 **** CWinApp* pApp = AfxGetApp(); TCHAR szSection[256]; ! wsprintf(szSection, "%sMain", sProfile); // Restore main window position --- 90,94 ---- CWinApp* pApp = AfxGetApp(); TCHAR szSection[256]; ! wsprintf(szSection, _T("%sMain"), sProfile); // Restore main window position *************** *** 318,322 **** sProfile = AfxGetAppName(); TCHAR szSection[256]; ! wsprintf(szSection, "%sMain", sProfile); WINDOWPLACEMENT wp; --- 318,322 ---- sProfile = AfxGetAppName(); TCHAR szSection[256]; ! wsprintf(szSection, _T("%sMain"), sProfile); WINDOWPLACEMENT wp; Index: MenuBar.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/MenuBar.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MenuBar.cpp 26 Sep 2004 16:11:52 -0000 1.1 --- MenuBar.cpp 2 Oct 2004 13:27:41 -0000 1.2 *************** *** 127,131 **** info.lfMenuFont.lfEscapement = -900; info.lfMenuFont.lfOrientation = -900; ! strcpy(info.lfMenuFont.lfFaceName,"verdana"); if (!_fontVertMenu.CreateFontIndirect(&info.lfMenuFont)) return FALSE; --- 127,131 ---- info.lfMenuFont.lfEscapement = -900; info.lfMenuFont.lfOrientation = -900; ! _tcscpy(info.lfMenuFont.lfFaceName,_T("verdana")); if (!_fontVertMenu.CreateFontIndirect(&info.lfMenuFont)) return FALSE; *************** *** 2420,2424 **** ASSERT(nIndex >= 0); pParent=pWnd; ! m_cfont.CreateFont(-11,0,0,0,400,0,0,0,0,1,2,1,34,"MS Sans Serif"); m_fsStyle |= (MISTYLE_TRACKABLE | MISTYLE_WRAPPABLE); m_bt.Create(_T(""), WS_VISIBLE | WS_CHILD | BS_PUSHBUTTON | BS_OWNERDRAW, --- 2420,2424 ---- ASSERT(nIndex >= 0); pParent=pWnd; ! m_cfont.CreateFont(-11,0,0,0,400,0,0,0,0,1,2,1,34,_T("MS Sans Serif")); m_fsStyle |= (MISTYLE_TRACKABLE | MISTYLE_WRAPPABLE); m_bt.Create(_T(""), WS_VISIBLE | WS_CHILD | BS_PUSHBUTTON | BS_OWNERDRAW, *************** *** 2979,2983 **** CRect(0,0,0,0),m_pMenuBar, SC_CLOSE); m_arrButton[2].SethIcon(m_img.ExtractIcon(2)); ! m_arrButton[2].SetToolTip("Close"); m_arrButton[2].SetColor(GuiDrawLayer::GetRGBColorFace(GuiDrawLayer::m_Style)); m_arrButton[2].ShowDark(FALSE); --- 2979,2983 ---- CRect(0,0,0,0),m_pMenuBar, SC_CLOSE); m_arrButton[2].SethIcon(m_img.ExtractIcon(2)); ! m_arrButton[2].SetToolTip(_T("Close")); m_arrButton[2].SetColor(GuiDrawLayer::GetRGBColorFace(GuiDrawLayer::m_Style)); m_arrButton[2].ShowDark(FALSE); *************** *** 2985,2989 **** CRect(0,0,0,0),m_pMenuBar, SC_RESTORE); m_arrButton[1].SethIcon(m_img.ExtractIcon(1)); ! m_arrButton[1].SetToolTip("Restore"); m_arrButton[1].SetColor(GuiDrawLayer::GetRGBColorFace(GuiDrawLayer::m_Style)); m_arrButton[1].ShowDark(FALSE); --- 2985,2989 ---- CRect(0,0,0,0),m_pMenuBar, SC_RESTORE); m_arrButton[1].SethIcon(m_img.ExtractIcon(1)); ! m_arrButton[1].SetToolTip(_T("Restore")); m_arrButton[1].SetColor(GuiDrawLayer::GetRGBColorFace(GuiDrawLayer::m_Style)); m_arrButton[1].ShowDark(FALSE); *************** *** 2991,2995 **** CRect(0,0,0,0),m_pMenuBar,SC_MINIMIZE); m_arrButton[0].SethIcon(m_img.ExtractIcon(0)); ! m_arrButton[0].SetToolTip("Minimize"); m_arrButton[0].SetColor(GuiDrawLayer::GetRGBColorFace(GuiDrawLayer::m_Style)); m_arrButton[0].ShowDark(FALSE); --- 2991,2995 ---- CRect(0,0,0,0),m_pMenuBar,SC_MINIMIZE); m_arrButton[0].SethIcon(m_img.ExtractIcon(0)); ! m_arrButton[0].SetToolTip(_T("Minimize")); m_arrButton[0].SetColor(GuiDrawLayer::GetRGBColorFace(GuiDrawLayer::m_Style)); m_arrButton[0].ShowDark(FALSE); Index: GuiTabbed.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiTabbed.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiTabbed.cpp 26 Sep 2004 16:11:52 -0000 1.1 --- GuiTabbed.cpp 2 Oct 2004 13:27:41 -0000 1.2 *************** *** 424,428 **** m_toolBtn[0].Create(_T(""),WS_VISIBLE | WS_CHILD | BS_PUSHBUTTON | BS_OWNERDRAW,CRect(0,0,0,0),this,SCROLLLEFT); // m_toolBtn[0].SetStyleButton(CGuiNormalButton::STL_FLAT); ! m_toolBtn[0].SetToolTip("Scroll Left"); m_toolBtn[0].SethIcon(m_img.ExtractIcon(4)); m_toolBtn[0].SetColor(GuiDrawLayer::GetRGBColorTabs()); --- 424,428 ---- m_toolBtn[0].Create(_T(""),WS_VISIBLE | WS_CHILD | BS_PUSHBUTTON | BS_OWNERDRAW,CRect(0,0,0,0),this,SCROLLLEFT); // m_toolBtn[0].SetStyleButton(CGuiNormalButton::STL_FLAT); ! m_toolBtn[0].SetToolTip(_T("Scroll Left")); m_toolBtn[0].SethIcon(m_img.ExtractIcon(4)); m_toolBtn[0].SetColor(GuiDrawLayer::GetRGBColorTabs()); *************** *** 430,434 **** m_toolBtn[1].Create(_T(""),WS_VISIBLE | WS_CHILD | BS_PUSHBUTTON | BS_OWNERDRAW,CRect(0,0,0,0),this,SCROLLRIGHT); // m_toolBtn[1].SetStyleButton(CGuiNormalButton::STL_FLAT); ! m_toolBtn[1].SetToolTip("Scroll Right"); m_toolBtn[1].SethIcon(m_img.ExtractIcon(2)); m_toolBtn[1].SetColor(GuiDrawLayer::GetRGBColorTabs()); --- 430,434 ---- m_toolBtn[1].Create(_T(""),WS_VISIBLE | WS_CHILD | BS_PUSHBUTTON | BS_OWNERDRAW,CRect(0,0,0,0),this,SCROLLRIGHT); // m_toolBtn[1].SetStyleButton(CGuiNormalButton::STL_FLAT); ! m_toolBtn[1].SetToolTip(_T("Scroll Right")); m_toolBtn[1].SethIcon(m_img.ExtractIcon(2)); m_toolBtn[1].SetColor(GuiDrawLayer::GetRGBColorTabs()); *************** *** 436,440 **** m_toolBtnC.Create(_T(""),WS_VISIBLE | WS_CHILD | BS_PUSHBUTTON | BS_OWNERDRAW,CRect(0,0,0,0),this,SCROLLCLOSE); // m_toolBtnC.SetStyleButton(CGuiNormalButton::STL_FLAT); ! m_toolBtnC.SetToolTip("Close"); m_toolBtnC.SethIcon(m_img.ExtractIcon(10)); // m_toolBtnC.SetColor(GuiDrawLayer::GetRGBColorTabs()); --- 436,440 ---- m_toolBtnC.Create(_T(""),WS_VISIBLE | WS_CHILD | BS_PUSHBUTTON | BS_OWNERDRAW,CRect(0,0,0,0),this,SCROLLCLOSE); // m_toolBtnC.SetStyleButton(CGuiNormalButton::STL_FLAT); ! m_toolBtnC.SetToolTip(_T("Close")); m_toolBtnC.SethIcon(m_img.ExtractIcon(10)); // m_toolBtnC.SetColor(GuiDrawLayer::GetRGBColorTabs()); Index: GuiFrameWnd.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiFrameWnd.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiFrameWnd.cpp 26 Sep 2004 16:11:51 -0000 1.1 --- GuiFrameWnd.cpp 2 Oct 2004 13:27:41 -0000 1.2 *************** *** 54,58 **** CWinApp* pApp = AfxGetApp(); TCHAR szSection[256]; ! wsprintf(szSection, "%s-Main", sProfile); // Restore main window position --- 54,58 ---- CWinApp* pApp = AfxGetApp(); TCHAR szSection[256]; ! wsprintf(szSection, _T("%s-Main"), sProfile); // Restore main window position *************** *** 60,68 **** int s, t, b, r, l; ! l = pApp->GetProfileInt(szSection, "left",10); ! t = pApp->GetProfileInt(szSection, "top",10); ! b = pApp->GetProfileInt(szSection, "bottom",400); ! r = pApp->GetProfileInt(szSection, "right",600); ! s = pApp->GetProfileInt(szSection, "status", SW_NORMAL); GuiDrawLayer::m_Style=(int)pApp->WriteProfileInt(szSection, _T("Style"),GUISTYLE_XP); GuiDrawLayer::m_Theme=(int)pApp->WriteProfileInt(szSection, _T("Theme"),0); --- 60,68 ---- int s, t, b, r, l; ! l = pApp->GetProfileInt(szSection, _T("left"),10); ! t = pApp->GetProfileInt(szSection, _T("top"),10); ! b = pApp->GetProfileInt(szSection, _T("bottom"),400); ! r = pApp->GetProfileInt(szSection, _T("right"),600); ! s = pApp->GetProfileInt(szSection, _T("status"), SW_NORMAL); GuiDrawLayer::m_Style=(int)pApp->WriteProfileInt(szSection, _T("Style"),GUISTYLE_XP); GuiDrawLayer::m_Theme=(int)pApp->WriteProfileInt(szSection, _T("Theme"),0); *************** *** 262,266 **** CWinApp* pApp = AfxGetApp(); TCHAR szSection[256]; ! wsprintf(szSection, "%s-Main", sProfile); WINDOWPLACEMENT wp; --- 262,266 ---- CWinApp* pApp = AfxGetApp(); TCHAR szSection[256]; ! wsprintf(szSection, _T("%s-Main"), sProfile); WINDOWPLACEMENT wp; *************** *** 268,276 **** pApp->WriteProfileString(szSection, NULL, NULL); ! pApp->WriteProfileInt(szSection, "left", wp.rcNormalPosition.left); ! pApp->WriteProfileInt(szSection, "right", wp.rcNormalPosition.right); ! pApp->WriteProfileInt(szSection, "bottom", wp.rcNormalPosition.bottom); ! pApp->WriteProfileInt(szSection, "top", wp.rcNormalPosition.top); ! pApp->WriteProfileInt(szSection, "status", wp.showCmd); pApp->WriteProfileInt(szSection, _T("Style"),(int) GuiDrawLayer::m_Style); pApp->WriteProfileInt(szSection, _T("Theme"),(int) GuiDrawLayer::m_Theme); --- 268,276 ---- pApp->WriteProfileString(szSection, NULL, NULL); ! pApp->WriteProfileInt(szSection, _T("left"), wp.rcNormalPosition.left); ! pApp->WriteProfileInt(szSection, _T("right"), wp.rcNormalPosition.right); ! pApp->WriteProfileInt(szSection, _T("bottom"), wp.rcNormalPosition.bottom); ! pApp->WriteProfileInt(szSection, _T("top"), wp.rcNormalPosition.top); ! pApp->WriteProfileInt(szSection, _T("status"), wp.showCmd); pApp->WriteProfileInt(szSection, _T("Style"),(int) GuiDrawLayer::m_Style); pApp->WriteProfileInt(szSection, _T("Theme"),(int) GuiDrawLayer::m_Theme); Index: GuiTabWnd.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiTabWnd.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiTabWnd.cpp 26 Sep 2004 16:11:52 -0000 1.1 --- GuiTabWnd.cpp 2 Oct 2004 13:27:41 -0000 1.2 *************** *** 56,61 **** m_pArray.RemoveAll(); m_iMinValRec=0; //minimo valor requerido para mostrar toda las carpetas ! m_cfont.CreateFont(-11,0,0,0,400,0,0,0,0,1,2,1,34,"MS Sans Serif"); ! m_cfontBold.CreateFont(-11,2,0,0,FW_BOLD,0,0,0,0,1,2,1,34,"MS Sans Serif"); m_style=S3D; m_ActualTitle=TRUE; --- 56,61 ---- m_pArray.RemoveAll(); m_iMinValRec=0; //minimo valor requerido para mostrar toda las carpetas ! m_cfont.CreateFont(-11,0,0,0,400,0,0,0,0,1,2,1,34,_T("MS Sans Serif")); ! m_cfontBold.CreateFont(-11,2,0,0,FW_BOLD,0,0,0,0,1,2,1,34,_T("MS Sans Serif")); m_style=S3D; m_ActualTitle=TRUE; *************** *** 456,460 **** //se dibuja el icono int nMode = dc->SetBkMode(TRANSPARENT); ! CSize m_sChar=dc->GetTextExtent(ct->lpMsg,strlen(ct->lpMsg)); COLORREF clrtext; if (iCont !=m_iSelectTab) --- 456,460 ---- //se dibuja el icono int nMode = dc->SetBkMode(TRANSPARENT); ! CSize m_sChar=dc->GetTextExtent(ct->lpMsg,_tcslen(ct->lpMsg)); COLORREF clrtext; if (iCont !=m_iSelectTab) Index: GuiADODB.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiADODB.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiADODB.cpp 26 Sep 2004 16:11:49 -0000 1.1 --- GuiADODB.cpp 2 Oct 2004 13:27:41 -0000 1.2 *************** *** 33,37 **** _bstr_t Source(e.Source()); _bstr_t Description(e.Description()); ! MsgBug.Format( "Ups!!! \nSource = %s\nDescription= %s\n",(LPCSTR)Source, (LPCSTR)Description ); #ifdef _DEBUG AfxMessageBox( MsgBug, MB_OK | MB_ICONERROR ); --- 33,37 ---- _bstr_t Source(e.Source()); _bstr_t Description(e.Description()); ! MsgBug.Format( _T("Ups!!! \nSource = %s\nDescription= %s\n"),(LPCSTR)Source, (LPCSTR)Description ); #ifdef _DEBUG AfxMessageBox( MsgBug, MB_OK | MB_ICONERROR ); *************** *** 1393,1397 **** { CString cad=vt.bstrVal; ! lVal=atol(cad); return TRUE; } --- 1393,1397 ---- { CString cad=vt.bstrVal; ! lVal=_ttol(cad); return TRUE; } Index: GuiComboBoxExt.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiComboBoxExt.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiComboBoxExt.cpp 26 Sep 2004 16:11:49 -0000 1.1 --- GuiComboBoxExt.cpp 2 Oct 2004 13:27:41 -0000 1.2 *************** *** 155,159 **** GetLBText(nCurs,sCad); CString nKeyHist=szHistory+"SaveCurrent"; ! pAppWin->WriteProfileString("ComboHistory",nKeyHist,sCad); } --- 155,159 ---- GetLBText(nCurs,sCad); CString nKeyHist=szHistory+"SaveCurrent"; ! pAppWin->WriteProfileString(_T("ComboHistory"),nKeyHist,sCad); } *************** *** 161,166 **** { GetLBText(i,sCad); ! sKey.Format("%s%d",szHistory,i); ! pAppWin->WriteProfileString("ComboHistory",sKey,sCad); } } --- 161,166 ---- { GetLBText(i,sCad); ! sKey.Format(_T("%s%d"),szHistory,i); ! pAppWin->WriteProfileString(_T("ComboHistory"),sKey,sCad); } } *************** *** 174,179 **** int i=0; while(1){ ! sKey.Format("%s%d",szHistory,i++); ! sCad=pAppWin->GetProfileString("ComboHistory",sKey); if (sCad.IsEmpty()) break; --- 174,179 ---- int i=0; while(1){ ! sKey.Format(_T("%s%d"),szHistory,i++); ! sCad=pAppWin->GetProfileString(_T("ComboHistory"),sKey); if (sCad.IsEmpty()) break; *************** *** 183,187 **** { CString sKeyHist=szHistory+"SaveCurrent"; ! sCad=pAppWin->GetProfileString("ComboHistory",sKeyHist); if (sCad.IsEmpty()) return; --- 183,187 ---- { CString sKeyHist=szHistory+"SaveCurrent"; ! sCad=pAppWin->GetProfileString(_T("ComboHistory"),sKeyHist); if (sCad.IsEmpty()) return; *************** *** 200,205 **** if(bhistory!=TRUE) return CComboBox::AddString(lpszString); ! szCadAdd.TrimLeft(" "); ! szCadAdd.TrimRight(" "); int nret=CComboBox::InsertString(0,szCadAdd); int nFindCad=FindStringExact(0, szCadAdd); --- 200,205 ---- if(bhistory!=TRUE) return CComboBox::AddString(lpszString); ! szCadAdd.TrimLeft(_T(" ")); ! szCadAdd.TrimRight(_T(" ")); int nret=CComboBox::InsertString(0,szCadAdd); int nFindCad=FindStringExact(0, szCadAdd); *************** *** 227,235 **** for (int i = 0; i < nCount; i++) { ! sKey.Format("%s%d", szHistory,i); rk.DeleteValue(sKey); } CString nKeyHist=szHistory+"SaveCurrent"; ! pAppWin->WriteProfileString("ComboHistory",nKeyHist,""); ResetContent(); } --- 227,235 ---- for (int i = 0; i < nCount; i++) { ! sKey.Format(_T("%s%d"), szHistory,i); rk.DeleteValue(sKey); } CString nKeyHist=szHistory+"SaveCurrent"; ! pAppWin->WriteProfileString(_T("ComboHistory"),nKeyHist,_T("")); ResetContent(); } Index: GuiDockToolBarEx.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiDockToolBarEx.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiDockToolBarEx.h 26 Sep 2004 16:11:49 -0000 1.1 --- GuiDockToolBarEx.h 2 Oct 2004 13:27:41 -0000 1.2 *************** *** 24,28 **** info.lfMenuFont.lfEscapement = -900; info.lfMenuFont.lfOrientation = -900; ! strcpy(info.lfMenuFont.lfFaceName,"verdana"); if(!m_fontVertMenu.CreateFontIndirect(&info.lfMenuFont)) return FALSE; --- 24,28 ---- info.lfMenuFont.lfEscapement = -900; info.lfMenuFont.lfOrientation = -900; ! _tcscpy(info.lfMenuFont.lfFaceName,_T("verdana")); if(!m_fontVertMenu.CreateFontIndirect(&info.lfMenuFont)) return FALSE; Index: GuiStatusBar.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiStatusBar.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GuiStatusBar.cpp 26 Sep 2004 16:11:52 -0000 1.1 --- GuiStatusBar.cpp 2 Oct 2004 13:27:41 -0000 1.2 *************** *** 33,37 **** { m_Style=DEVSTUDIO; ! m_cfont.CreateFont(14,0,0,0,400,0,0,0,0,1,2,1,34,"Arial"); m_StyleDisplay=GUISTYLE_XP; } --- 33,37 ---- { m_Style=DEVSTUDIO; ! m_cfont.CreateFont(14,0,0,0,400,0,0,0,0,1,2,1,34,_T("Arial")); m_StyleDisplay=GUISTYLE_XP; } |
From: Leon W. <moo...@us...> - 2004-09-30 16:58:21
|
Update of /cvsroot/anyedit/AnyEditBin/Config/Default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5646/Config/Default Modified Files: AnyEdit.cfg Log Message: Added JSP extension to the HTML language. Index: AnyEdit.cfg =================================================================== RCS file: /cvsroot/anyedit/AnyEditBin/Config/Default/AnyEdit.cfg,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** AnyEdit.cfg 29 Sep 2004 08:06:12 -0000 1.20 --- AnyEdit.cfg 30 Sep 2004 16:58:06 -0000 1.21 *************** *** 67,71 **** <Name>HTML</Name> <SyntaxFile>html.syn</SyntaxFile> ! <Extensions>html,htm,php,asp,php3,shtml,phtml</Extensions> </Language> <Language number="8"> --- 67,71 ---- <Name>HTML</Name> <SyntaxFile>html.syn</SyntaxFile> ! <Extensions>html,htm,asp,jsp,php,php3,shtml,phtml</Extensions> </Language> <Language number="8"> |
From: Leon W. <moo...@us...> - 2004-09-30 13:13:00
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25273 Modified Files: OutputBar.cpp Log Message: Changed Finished messages of Build and Output tabs to --- Finished ---. Index: OutputBar.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/OutputBar.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** OutputBar.cpp 25 Sep 2004 13:35:32 -0000 1.22 --- OutputBar.cpp 30 Sep 2004 13:12:40 -0000 1.23 *************** *** 291,299 **** { case 0: ! szTemp = "--- Build Complete ---"; m_wndOutputBuild.AddString( szTemp ); break; case 1: ! szTemp = "--- Debug Complete ---"; m_wndOutputOutput.AddString( szTemp ); break; --- 291,299 ---- { case 0: ! szTemp = "--- Finished ---"; m_wndOutputBuild.AddString( szTemp ); break; case 1: ! szTemp = "--- Finished ---"; m_wndOutputOutput.AddString( szTemp ); break; |
From: Leon W. <moo...@us...> - 2004-09-30 13:11:44
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24818 Modified Files: MainFrm.cpp ToolRunner.cpp Log Message: Tools now output to the Output tab and the OutputBar is only made visible when the tool outputs something. Index: ToolRunner.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ToolRunner.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** ToolRunner.cpp 22 Sep 2004 21:15:31 -0000 1.19 --- ToolRunner.cpp 30 Sep 2004 13:11:15 -0000 1.20 *************** *** 28,31 **** --- 28,32 ---- #include "stdafx.h" #include "anyedit.h" + #include "MainFrm.h" #include "ToolRunner.h" #include "Process.h" *************** *** 117,121 **** if( NULL != wndOutput && m_pToolsConfigFile->GetToolCaptureOutput( m_iToolID ) ) { ! // First clear the window wndOutput->GetActiveTab()->ClearAll(); wndOutput->GetActiveTab()->ClearOutputParser(); --- 118,129 ---- if( NULL != wndOutput && m_pToolsConfigFile->GetToolCaptureOutput( m_iToolID ) ) { ! // First make sure the window is visible. ! if( !( wndOutput->GetStyle() & WS_VISIBLE ) ) ! { ! CMainFrame* pMainFrame = (CMainFrame*)wndOutput->GetParentFrame(); ! if( NULL != pMainFrame ) pMainFrame->ShowControlBar(wndOutput, TRUE, FALSE ); ! } ! ! // Clear the window wndOutput->GetActiveTab()->ClearAll(); wndOutput->GetActiveTab()->ClearOutputParser(); Index: MainFrm.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/MainFrm.cpp,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** MainFrm.cpp 30 Sep 2004 09:42:58 -0000 1.72 --- MainFrm.cpp 30 Sep 2004 13:11:15 -0000 1.73 *************** *** 53,59 **** #endif - IMPLEMENT_MSG(UPM_LINE) - IMPLEMENT_MSG(UPM_FINISHED) - ///////////////////////////////////////////////////////////////////////////// // CMainFrame --- 53,56 ---- *************** *** 841,852 **** } ! if( NULL == pSyntaxFile || !pSyntaxFile->Parse() ) return FALSE; ! ! // Make the OutputBar visible if it isn't ! BOOL visible = ( m_wndOutputBar.GetStyle() & WS_VISIBLE ); ! if( !visible ) ! { ! OnViewOutput(); ! } // Run the selected tool --- 838,843 ---- } ! // Make the output tab active ! m_wndOutputBar.SetActiveTab( 1 ); // Run the selected tool *************** *** 1029,1037 **** // initialize output view ! CString *strStart = new CString(); ! strStart->Format( "Searching for '%s' ...", pMgr->GetFindString()); m_wndOutputBar.ClearActiveTab(); ! m_wndOutputBar.PostMessage(UPM_LINE, (WPARAM)strStart); // run grep --- 1020,1028 ---- // initialize output view ! CString strStart; ! strStart.Format( "Searching for '%s' ...", pMgr->GetFindString()); m_wndOutputBar.ClearActiveTab(); ! m_wndOutputBar.GetActiveTab()->AddString( strStart ); // run grep *************** *** 1045,1049 **** // failed CString strError("Failed"); ! m_wndOutputBar.PostMessage(UPM_LINE, (WPARAM)&strError); } } --- 1036,1040 ---- // failed CString strError("Failed"); ! m_wndOutputBar.GetActiveTab()->AddString( strError ); } } *************** *** 1365,1376 **** // Add string to grep view ! CString* strOutput = new CString(); if (nLine == -1) // Count only ! strOutput->Format("%s: %s", lpszPath, lpszLine); else ! strOutput->Format(_T("%s(%d): %s"), lpszPath, nLine, lpszLine); ! m_wndOutputBar.PostMessage(UPM_LINE, (WPARAM)strOutput); } --- 1356,1367 ---- // Add string to grep view ! CString strOutput; if (nLine == -1) // Count only ! strOutput.Format("%s: %s", lpszPath, lpszLine); else ! strOutput.Format(_T("%s(%d): %s"), lpszPath, nLine, lpszLine); ! m_wndOutputBar.GetActiveTab()->AddString( strOutput ); } *************** *** 1383,1389 **** // Add error to grep view ! CString* strOutput = new CString(); ! strOutput->Format("! %s: Cannot access file!", lpszPath); ! m_wndOutputBar.PostMessage(UPM_LINE, (WPARAM)strOutput); } --- 1374,1380 ---- // Add error to grep view ! CString strOutput; ! strOutput.Format("! %s: Cannot access file!", lpszPath); ! m_wndOutputBar.GetActiveTab()->AddString( strOutput ); } *************** *** 1397,1408 **** // Add string to grep view ! CString* strOutput = new CString(); ! if ( nHits == -1) ! strOutput->Format("Search interrupted."); else if( nHits > 0 ) ! strOutput->Format("%d Match(es) has been found in %d file(s).", nHits, nFiles); else ! strOutput->Format("String not found."); ! m_wndOutputBar.PostMessage(UPM_LINE, (WPARAM)strOutput); // accoustic information --- 1388,1399 ---- // Add string to grep view ! CString strOutput; ! if ( nHits == -1 ) ! strOutput.Format("Search interrupted."); else if( nHits > 0 ) ! strOutput.Format("%d Match(es) has been found in %d file(s).", nHits, nFiles); else ! strOutput.Format("String not found."); ! m_wndOutputBar.GetActiveTab()->AddString( strOutput ); // accoustic information |
From: Leon W. <moo...@us...> - 2004-09-30 13:09:19
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24102 Modified Files: FileTreeCtrl.cpp Log Message: Fix: Made sure the selected item is visible. Index: FileTreeCtrl.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/FileTreeCtrl.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** FileTreeCtrl.cpp 16 Sep 2004 23:18:46 -0000 1.8 --- FileTreeCtrl.cpp 30 Sep 2004 13:09:10 -0000 1.9 *************** *** 329,332 **** --- 329,333 ---- hItemFound = FindSibling(hItemFound, sSearch); SelectItem(hItemFound); + EnsureVisible(hItemFound); if (bExpanded) |
From: Leon W. <moo...@us...> - 2004-09-30 09:53:05
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11751 Modified Files: AnyEdit.cpp Log Message: Bugfix: Documents could be opened in short form. Index: AnyEdit.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEdit.cpp,v retrieving revision 1.101 retrieving revision 1.102 diff -C2 -d -r1.101 -r1.102 *** AnyEdit.cpp 30 Sep 2004 09:42:57 -0000 1.101 --- AnyEdit.cpp 30 Sep 2004 09:52:55 -0000 1.102 *************** *** 744,748 **** } ! CDocument* pDoc = OpenDocumentFileDirect(lpszFileName); if (pDoc == NULL) { --- 744,748 ---- } ! CDocument* pDoc = OpenDocumentFileDirect(sFilename); if (pDoc == NULL) { |
From: Leon W. <moo...@us...> - 2004-09-30 09:43:13
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9721 Modified Files: AnyEdit.cpp AnyEdit.h AnyEditChildFrame.cpp MainFrm.cpp MainFrm.h WorkspaceBar.cpp Log Message: Rewrote File Sync handling - Moved it from AnyEditApp to MainFrame, gives cleaner code and made it easier to fix things. - Fix: tree was not synchronized on opening a new file. - BugFix: crashing on GetActiveDocument returning NULL. Index: MainFrm.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/MainFrm.cpp,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** MainFrm.cpp 25 Sep 2004 13:10:08 -0000 1.71 --- MainFrm.cpp 30 Sep 2004 09:42:58 -0000 1.72 *************** *** 102,105 **** --- 102,107 ---- ON_MESSAGE(AEM_DISPLAYMESSAGE, OnDisplayMsg) ON_UPDATE_COMMAND_UI(ID_SEARCH_FINDFILES, OnUpdateSearchFindfiles) + ON_COMMAND(ID_VIEW_SYNCFILE, OnSyncFileView) + ON_UPDATE_COMMAND_UI(ID_VIEW_SYNCFILE, OnUpdateSyncFileView) //}}AFX_MSG_MAP ON_COMMAND(ID_VIEW_CUSTOMIZE, OnViewCustomize) *************** *** 144,147 **** --- 146,150 ---- m_bFindInFilesContinue = true; m_bInCmdMsg = false; + m_bSyncFileView = false; } *************** *** 318,321 **** --- 321,327 ---- theApp.GetTagThread()->SetNotifyWnd(GetSafeHwnd()); + /// Get the Sync File View setting. + m_bSyncFileView = theApp.GetConfigFile()->GetSynchronizedFileTab(); + return 0; } *************** *** 1418,1419 **** --- 1424,1452 ---- return m_bFindInFilesContinue; } + + void CMainFrame::SyncFileView() + { + if( !m_bSyncFileView ) return; + + CFrameWnd* pWnd = GetActiveFrame(); + if( NULL == pWnd ) return; + + CDocument* pDocument = pWnd->GetActiveDocument(); + if( NULL == pDocument || !pDocument->IsKindOf( RUNTIME_CLASS( CAnyEditDoc ) ) ) return; + + CFileTree* pTree = GetWorkspaceBar()->GetFileTree(); + if( ( NULL == pTree ) || ( NULL == pTree->GetSafeHwnd() ) ) return; + + pTree->SetSelectedPath( pDocument->GetPathName(), TRUE ); + } + + void CMainFrame::OnSyncFileView() + { + m_bSyncFileView = !m_bSyncFileView; + SyncFileView(); + } + + void CMainFrame::OnUpdateSyncFileView(CCmdUI* pCmdUI) + { + pCmdUI->SetCheck( m_bSyncFileView ? TRUE : FALSE ); + } Index: MainFrm.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/MainFrm.h,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** MainFrm.h 25 Sep 2004 13:10:08 -0000 1.48 --- MainFrm.h 30 Sep 2004 09:42:58 -0000 1.49 *************** *** 108,111 **** --- 108,113 ---- void OnFileGrepFinished( CFileGrep *pFileGrep, int nHits, int nFiles); + // \brief Function to sync the workspacebar fileview with the active document + void SyncFileView(); protected: // control bar embedded members *************** *** 134,137 **** --- 136,142 ---- CFileGrep m_fileGrep; + /// Do we need to sync the file view? + bool m_bSyncFileView; + // Generated message map functions protected: *************** *** 172,175 **** --- 177,182 ---- afx_msg void OnFileCloseAll(); afx_msg void OnUpdateSearchFindfiles(CCmdUI* pCmdUI); + afx_msg void OnSyncFileView(); + afx_msg void OnUpdateSyncFileView(CCmdUI* pCmdUI); //}}AFX_MSG void OnNewTemplate (UINT id); Index: AnyEdit.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEdit.cpp,v retrieving revision 1.100 retrieving revision 1.101 diff -C2 -d -r1.100 -r1.101 *** AnyEdit.cpp 29 Sep 2004 08:07:33 -0000 1.100 --- AnyEdit.cpp 30 Sep 2004 09:42:57 -0000 1.101 *************** *** 113,118 **** ON_COMMAND(ID_FILE_NEW_NEWDIALOG, OnFileNewNewdialog) ON_UPDATE_COMMAND_UI(ID_FILE_OPENSTARTUPPAGE, OnUpdateFileOpenstartuppage) - ON_COMMAND(ID_VIEW_SYNCFILE, OnViewSyncfile) - ON_UPDATE_COMMAND_UI(ID_VIEW_SYNCFILE, OnUpdateViewSyncfile) //}}AFX_MSG_MAP // Standard file based document commands --- 113,116 ---- *************** *** 141,145 **** m_pWorkspaceTags = new AETagMap; m_bDontAddToFileList = FALSE; - m_bSyncToFileView = FALSE; } --- 139,142 ---- *************** *** 354,360 **** LoadState(); - // Load settings from the config file - m_bSyncToFileView = m_ConfigFile.GetSynchronizedFileTab(); - //Load document save positions LoadDocumentPosition(); --- 351,354 ---- *************** *** 758,761 **** --- 752,758 ---- m_pMainWnd->PostMessage(WM_COMMAND, ID_AE_REFRESH_STARTUPPAGE); // Will refresh the page! + // Sync the file view + ( (CMainFrame*)m_pMainWnd )->SyncFileView(); + return pDoc; } *************** *** 2108,2121 **** } - void CAnyEditApp::OnViewSyncfile() - { - m_bSyncToFileView = !m_bSyncToFileView; - } - - void CAnyEditApp::OnUpdateViewSyncfile(CCmdUI* pCmdUI) - { - pCmdUI->SetCheck(m_bSyncToFileView ? 1 : 0); - } - void CAnyEditApp::OnRefreshStartPage() { --- 2105,2108 ---- Index: AnyEdit.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEdit.h,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** AnyEdit.h 22 Sep 2004 21:49:07 -0000 1.66 --- AnyEdit.h 30 Sep 2004 09:42:58 -0000 1.67 *************** *** 117,122 **** CDocument* GetCurrentDoc(); - BOOL IsSyncToFileView() const {return m_bSyncToFileView;}; - typedef std::set<CDocument*> DOCUMENTSET; BOOL CloseFileSet(DOCUMENTSET* pSet = NULL); --- 117,120 ---- *************** *** 153,157 **** BOOL m_bUseClassView; BOOL m_bDontAddToFileList; - BOOL m_bSyncToFileView; protected: --- 151,154 ---- *************** *** 261,266 **** afx_msg void OnFileNewNewdialog(); afx_msg void OnUpdateFileOpenstartuppage(CCmdUI* pCmdUI); - afx_msg void OnViewSyncfile(); - afx_msg void OnUpdateViewSyncfile(CCmdUI* pCmdUI); //}}AFX_MSG afx_msg void OnMenuWsOpen(UINT id); --- 258,261 ---- Index: AnyEditChildFrame.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEditChildFrame.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** AnyEditChildFrame.cpp 13 Sep 2004 18:45:36 -0000 1.7 --- AnyEditChildFrame.cpp 30 Sep 2004 09:42:58 -0000 1.8 *************** *** 84,99 **** return; ! // Notify file view to sync us, if need be! ! if (!theApp.IsSyncToFileView()) ! return; ! ! CFileTree* pTree = ((CMainFrame*)AfxGetMainWnd())->GetWorkspaceBar()->GetFileTree(); ! if ((pTree == NULL) || (pTree->GetSafeHwnd() == NULL)) ! return; ! ! pTree->SetSelectedPath(GetActiveDocument()->GetPathName(), TRUE); } - void CAnyEditChildFrame::OnViewMinitoolbar() { --- 84,91 ---- return; ! CMainFrame* pMainFrame = (CMainFrame*)AfxGetMainWnd(); ! if( NULL != pMainFrame ) pMainFrame->SyncFileView(); } void CAnyEditChildFrame::OnViewMinitoolbar() { Index: WorkspaceBar.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/WorkspaceBar.cpp,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** WorkspaceBar.cpp 25 Sep 2004 13:10:08 -0000 1.36 --- WorkspaceBar.cpp 30 Sep 2004 09:42:58 -0000 1.37 *************** *** 450,459 **** m_wndFileView.SetImageList (&m_FileViewImages, TVSIL_NORMAL); // Synchronize to the current document, if any: ! if (theApp.IsSyncToFileView() && (theApp.GetCurrentDoc() != NULL)) ! { ! CAnyEditDoc* pDoc = DYNAMIC_DOWNCAST(CAnyEditDoc, theApp.GetCurrentDoc()); ! if ((pDoc != NULL) && !pDoc->GetPathName().IsEmpty()) ! m_wndFileView.SetSelectedPath(pDoc->GetPathName(), TRUE); ! } break; case 2: --- 450,459 ---- m_wndFileView.SetImageList (&m_FileViewImages, TVSIL_NORMAL); // Synchronize to the current document, if any: ! // if (theApp.IsSyncToFileView() && (theApp.GetCurrentDoc() != NULL)) ! // { ! // CAnyEditDoc* pDoc = DYNAMIC_DOWNCAST(CAnyEditDoc, theApp.GetCurrentDoc()); ! // if ((pDoc != NULL) && !pDoc->GetPathName().IsEmpty()) ! // m_wndFileView.SetSelectedPath(pDoc->GetPathName(), TRUE); ! // } break; case 2: |
From: Leon W. <moo...@us...> - 2004-09-29 12:45:59
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23217 Modified Files: AnyEditToDoList.xml ChangeLog.txt Log Message: Added the latest sourceforge items to the ToDo list. Completed finished tasks. Added new tasks regarding CXMLFile. Changelog updated with the latest changes. Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ChangeLog.txt,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** ChangeLog.txt 25 Sep 2004 13:10:08 -0000 1.77 --- ChangeLog.txt 29 Sep 2004 12:45:51 -0000 1.78 *************** *** 46,49 **** --- 46,53 ---- 39) Incremental Find added. 40) Source code is VC++.NET 7&8 compatible. + 41) CTRL + Mouse Wheel does zoom in/out. + 42) Shift + Mouse Wheel does page up/down. + 43) Caret Color is settable. + 44) Ensure Final New Line, Convert tabs to spaces and Trim Trailing Spaces on Save options added for every language. Index: AnyEditToDoList.xml =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEditToDoList.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** AnyEditToDoList.xml 24 Sep 2004 07:17:19 -0000 1.27 --- AnyEditToDoList.xml 29 Sep 2004 12:45:50 -0000 1.28 *************** *** 1,4 **** <?xml version="1.0" encoding="windows-1252"?> ! <TODOLIST FILEFORMAT="6" PROJECTNAME="AnyEdit ToDo List" NEXTUNIQUEID="428" LASTSORTBY="5" FILEVERSION="97" LASTSORTDIR="1" LASTMODIFIED="2004-09-24"> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38097.56504630" TITLE="Retrieving/Storing Document/Text from/to File" TIMEESTUNITS="H" COMMENTS="File access stuff" ID="149" STARTDATE="38097.00000000" POS="1"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38084.34567130" TITLE="Extended File open dialog" TIMEESTUNITS="H" PERSON="CS" COMMENTS="see TeXEd2" ID="3" STARTDATE="38082.00000000" POS="1"> --- 1,4 ---- <?xml version="1.0" encoding="windows-1252"?> ! <TODOLIST FILEFORMAT="6" PROJECTNAME="AnyEdit ToDo List" NEXTUNIQUEID="433" LASTSORTBY="5" FILEVERSION="98" LASTSORTDIR="1" LASTMODIFIED="2004-09-29"> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38097.56504630" TITLE="Retrieving/Storing Document/Text from/to File" TIMEESTUNITS="H" COMMENTS="File access stuff" ID="149" STARTDATE="38097.00000000" POS="1"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38084.34567130" TITLE="Extended File open dialog" TIMEESTUNITS="H" PERSON="CS" COMMENTS="see TeXEd2" ID="3" STARTDATE="38082.00000000" POS="1"> *************** *** 9,14 **** <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38084.34575231" TITLE="Autosave and Recovery" TIMEESTUNITS="H" PERSON="CS" COMMENTS="see TeXEd2" ID="1" STARTDATE="38082.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38133.37792824" TITLE="Insert file" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Show an file open dialog and insert file at current position." ID="107" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-05-26" POS="3" DONEDATE="38133.00000000"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36881944" TITLE="Save seletected text to a new file" TIMEESTUNITS="H" PERSON="CS" COMMENTS="From context menu too?" ID="108" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-09-24" POS="4" DONEDATE="38254.36881944"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36872685" TITLE="Rename file" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Rename an open file in editor and on disk. Similar to Save As." ID="119" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-09-24" POS="5" DONEDATE="38254.36872685"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38212.60267361" TITLE="Recent File/Workspace" TIMEESTUNITS="H" PERSON="DP" ID="29" PERCENTDONE="100" STARTDATE="38084.00000000" DONEDATESTRING="2004-08-13" POS="6" DONEDATE="38212.00000000"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38125.65848380" TITLE="Recent Workspace" TIMEESTUNITS="H" PERSON="DP" COMMENTS="Recent Workspace don't show up in the Homepage" ID="31" PERCENTDONE="100" STARTDATE="38084.00000000" DONEDATESTRING="2004-05-18" POS="1" DONEDATE="38125.00000000"/> --- 9,14 ---- <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38084.34575231" TITLE="Autosave and Recovery" TIMEESTUNITS="H" PERSON="CS" COMMENTS="see TeXEd2" ID="1" STARTDATE="38082.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38133.37792824" TITLE="Insert file" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Show an file open dialog and insert file at current position." ID="107" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-05-26" POS="3" DONEDATE="38133.00000000"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36881944" TITLE="Save seletected text to a new file" TIMEESTUNITS="H" PERSON="CS" COMMENTS="From context menu too?" ID="108" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-09-24" POS="4" DONEDATE="38254.00000000"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36872685" TITLE="Rename file" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Rename an open file in editor and on disk. Similar to Save As." ID="119" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-09-24" POS="5" DONEDATE="38254.00000000"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38212.60267361" TITLE="Recent File/Workspace" TIMEESTUNITS="H" PERSON="DP" ID="29" PERCENTDONE="100" STARTDATE="38084.00000000" DONEDATESTRING="2004-08-13" POS="6" DONEDATE="38212.00000000"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38125.65848380" TITLE="Recent Workspace" TIMEESTUNITS="H" PERSON="DP" COMMENTS="Recent Workspace don't show up in the Homepage" ID="31" PERCENTDONE="100" STARTDATE="38084.00000000" DONEDATESTRING="2004-05-18" POS="1" DONEDATE="38125.00000000"/> *************** *** 26,31 **** <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38180.89351852" TITLE="File open dialog does not show file types" TIMEESTUNITS="H" PERSON="None" COMMENTS="We need a function in CFileTypeManager to get the list of file types in format for file open dialog." ID="276" PERCENTDONE="100" STARTDATE="38175.00000000" DONEDATESTRING="2004-07-12" POS="15" DONEDATE="38180.00000000"/> <TASK STARTDATESTRING="2004-07-12" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38182.41517361" TITLE="Show progress bar in status bar when loading or saving a file" TIMEESTUNITS="H" PERSON="None" ID="283" STARTDATE="38180.00000000" POS="16"/> ! <TASK STARTDATESTRING="2004-09-23" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38253.32060185" TITLE="Check for external read only flag changes." TIMEESTUNITS="H" PERSON="CS" ID="424" STARTDATE="38253.00000000" POS="17"/> ! <TASK STARTDATESTRING="2004-09-23" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38253.32079861" TITLE="Override read only from AE." TIMEESTUNITS="H" PERSON="CS" ID="425" STARTDATE="38253.00000000" POS="18"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38097.57831019" TITLE="Find/Replace" TIMEESTUNITS="H" COMMENTS="All items related to Find and Replace actions" ID="150" STARTDATE="38097.00000000" POS="2"> --- 26,31 ---- <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38180.89351852" TITLE="File open dialog does not show file types" TIMEESTUNITS="H" PERSON="None" COMMENTS="We need a function in CFileTypeManager to get the list of file types in format for file open dialog." ID="276" PERCENTDONE="100" STARTDATE="38175.00000000" DONEDATESTRING="2004-07-12" POS="15" DONEDATE="38180.00000000"/> <TASK STARTDATESTRING="2004-07-12" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38182.41517361" TITLE="Show progress bar in status bar when loading or saving a file" TIMEESTUNITS="H" PERSON="None" ID="283" STARTDATE="38180.00000000" POS="16"/> ! <TASK STARTDATESTRING="2004-09-23" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49412037" TITLE="Check for external read only flag changes." TIMEESTUNITS="H" PERSON="CS" ID="424" PERCENTDONE="100" STARTDATE="38253.00000000" DONEDATESTRING="2004-09-29" POS="17" DONEDATE="38259.49412037"/> ! <TASK STARTDATESTRING="2004-09-23" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49416667" TITLE="Override read only from AE." TIMEESTUNITS="H" PERSON="CS" ID="425" PERCENTDONE="100" STARTDATE="38253.00000000" DONEDATESTRING="2004-09-29" POS="18" DONEDATE="38259.49416667"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38097.57831019" TITLE="Find/Replace" TIMEESTUNITS="H" COMMENTS="All items related to Find and Replace actions" ID="150" STARTDATE="38097.00000000" POS="2"> *************** *** 34,39 **** [#862537]" ID="12" PERCENTDONE="100" STARTDATE="38082.00000000" DONEDATESTRING="2004-06-28" POS="1" DONEDATE="38166.00000000"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38166.45767361" TITLE="Find all" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Find all occurences and set a marker" ID="105" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-06-28" POS="2" DONEDATE="38166.00000000"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36929398" TITLE="Incremental Find" TIMEESTUNITS="H" PERSON="CS" ID="110" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-09-24" POS="3" DONEDATE="38254.36929398"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38132.38861111" TITLE="Replace in files" TIMEESTUNITS="H" PERSON="CS" COMMENTS="[#930343]" ID="146" STARTDATE="38092.00000000" POS="4"/> <TASK STARTDATESTRING="2004-04-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38132.38864583" TITLE="Find/Replace in open files" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Find and replace strings in all open files. [#742172]" ID="147" STARTDATE="38093.00000000" POS="5"/> --- 34,39 ---- [#862537]" ID="12" PERCENTDONE="100" STARTDATE="38082.00000000" DONEDATESTRING="2004-06-28" POS="1" DONEDATE="38166.00000000"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38166.45767361" TITLE="Find all" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Find all occurences and set a marker" ID="105" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-06-28" POS="2" DONEDATE="38166.00000000"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36929398" TITLE="Incremental Find" TIMEESTUNITS="H" PERSON="CS" ID="110" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-09-24" POS="3" DONEDATE="38254.00000000"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.51598380" TITLE="Replace in files" TIMEESTUNITS="H" PERSON="CS" COMMENTS="[#930342]" ID="146" STARTDATE="38092.00000000" POS="4"/> <TASK STARTDATESTRING="2004-04-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38132.38864583" TITLE="Find/Replace in open files" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Find and replace strings in all open files. [#742172]" ID="147" STARTDATE="38093.00000000" POS="5"/> *************** *** 44,48 **** [#922508]" ID="205" PERCENTDONE="100" STARTDATE="38103.00000000" DONEDATESTRING="2004-06-28" POS="9" DONEDATE="38166.00000000"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38182.41440972" TITLE="Find in Files: Add file types of AE to file type list" TIMEESTUNITS="H" PERSON="None" COMMENTS="These entries are default, but you can add your own file types." ID="263" STARTDATE="38175.00000000" POS="10"/> ! <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36915509" TITLE="Find in Files: Add list for replace patterns" TIMEESTUNITS="H" PERSON="CS" ID="264" PERCENTDONE="100" STARTDATE="38175.00000000" DONEDATESTRING="2004-09-24" POS="11" DONEDATE="38254.36915509"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38182.41459491" TITLE="Add caret point in regex expressions" TIMEESTUNITS="H" PERSON="None" COMMENTS="E.g. /(§)/, after insert this pattern, cursor is on §. If some text is marked, § is replaced by marked text." ID="265" STARTDATE="38175.00000000" POS="12"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.56200231" TITLE="Find in Files: Missing feedback" TIMEESTUNITS="H" PERSON="None" COMMENTS="I miss the feedback which file was checked now. I know that an external program (grep) was called. With using grep in a library we can show current file in status bar." ID="273" PERCENTDONE="100" STARTDATE="38175.00000000" DONEDATESTRING="2004-09-17" POS="13" DONEDATE="38247.00000000"/> --- 44,48 ---- [#922508]" ID="205" PERCENTDONE="100" STARTDATE="38103.00000000" DONEDATESTRING="2004-06-28" POS="9" DONEDATE="38166.00000000"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38182.41440972" TITLE="Find in Files: Add file types of AE to file type list" TIMEESTUNITS="H" PERSON="None" COMMENTS="These entries are default, but you can add your own file types." ID="263" STARTDATE="38175.00000000" POS="10"/> ! <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36915509" TITLE="Find in Files: Add list for replace patterns" TIMEESTUNITS="H" PERSON="CS" ID="264" PERCENTDONE="100" STARTDATE="38175.00000000" DONEDATESTRING="2004-09-24" POS="11" DONEDATE="38254.00000000"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38182.41459491" TITLE="Add caret point in regex expressions" TIMEESTUNITS="H" PERSON="None" COMMENTS="E.g. /(§)/, after insert this pattern, cursor is on §. If some text is marked, § is replaced by marked text." ID="265" STARTDATE="38175.00000000" POS="12"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.56200231" TITLE="Find in Files: Missing feedback" TIMEESTUNITS="H" PERSON="None" COMMENTS="I miss the feedback which file was checked now. I know that an external program (grep) was called. With using grep in a library we can show current file in status bar." ID="273" PERCENTDONE="100" STARTDATE="38175.00000000" DONEDATESTRING="2004-09-17" POS="13" DONEDATE="38247.00000000"/> *************** *** 64,69 **** <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38229.36770833" TITLE="Printing" TIMEESTUNITS="H" ID="7" STARTDATE="38082.00000000" POS="4"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.37730324" TITLE="Customizeable headers and footers" TIMEESTUNITS="H" PERSON="None" COMMENTS="Options?: &c center align &l left align &r right align &d short date &D long date &t time &f filename &F filepath &p pagenumber &P total number of pages." ID="8" STARTDATE="38082.00000000" POS="1"/> ! <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38190.55031250" TITLE="Print Preview remove WorkspaceBar and OutputBar if needed." TIMEESTUNITS="H" PERSON="None" ID="298" STARTDATE="38190.00000000" POS="2"/> ! <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.37518519" TITLE="Right Click on selection, choose Print, directly prints selection." TIMEESTUNITS="H" PERSON="LW" COMMENTS="Thus without dialog." ID="310" STARTDATE="38190.00000000" POS="3"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.35223380" TITLE="Print Toolbar button should not display Dialog." TIMEESTUNITS="H" PERSON="LW" COMMENTS="Instead Print whole file." ID="360" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-10" POS="4" DONEDATE="38240.00000000"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38229.37373843" TITLE="Jump to preferences Print Dialog from Print Preview settings." TIMEESTUNITS="H" PERSON="None" ID="363" STARTDATE="38229.00000000" POS="5"/> --- 64,69 ---- <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38229.36770833" TITLE="Printing" TIMEESTUNITS="H" ID="7" STARTDATE="38082.00000000" POS="4"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.37730324" TITLE="Customizeable headers and footers" TIMEESTUNITS="H" PERSON="None" COMMENTS="Options?: &c center align &l left align &r right align &d short date &D long date &t time &f filename &F filepath &p pagenumber &P total number of pages." ID="8" STARTDATE="38082.00000000" POS="1"/> ! <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.52696759" TITLE="Print Preview remove WorkspaceBar and OutputBar if needed." TIMEESTUNITS="H" PERSON="None" ID="298" PERCENTDONE="100" STARTDATE="38190.00000000" DONEDATESTRING="2004-09-29" POS="2" DONEDATE="38259.52696759"/> ! <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.52704861" TITLE="Right Click on selection, choose Print, directly prints selection." TIMEESTUNITS="H" PERSON="LW" COMMENTS="Thus without dialog." ID="310" PERCENTDONE="100" STARTDATE="38190.00000000" DONEDATESTRING="2004-09-29" POS="3" DONEDATE="38259.52704861"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.35223380" TITLE="Print Toolbar button should not display Dialog." TIMEESTUNITS="H" PERSON="LW" COMMENTS="Instead Print whole file." ID="360" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-10" POS="4" DONEDATE="38240.00000000"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38229.37373843" TITLE="Jump to preferences Print Dialog from Print Preview settings." TIMEESTUNITS="H" PERSON="None" ID="363" STARTDATE="38229.00000000" POS="5"/> *************** *** 106,110 **** Wordwrap, line number, color, double spave Margins" ID="364" STARTDATE="38229.00000000" POS="29"/> ! <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38229.37476852" TITLE="Color & Font Dialog" TIMEESTUNITS="H" PERSON="None" COMMENTS="Dialog to set default colors for AE global things like highlight current line." ID="365" STARTDATE="38229.00000000" POS="30"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38237.30828704" TITLE="LangTools bug" TIMEESTUNITS="H" PERSON="LW" COMMENTS="When selecting and deleting items the second one gets set? I think it has something todo with the scrolling of the listboxes or inserting/updating item. I got a tool assigned to another languge." ID="369" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-07" POS="31" DONEDATE="38237.00000000"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38237.30850694" TITLE="Syntax Highlighting default on for Default.syn." TIMEESTUNITS="H" PERSON="LW" COMMENTS="Is not needed because of other bug fixes." ID="370" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-07" POS="32" DONEDATE="38237.00000000"/> --- 106,110 ---- Wordwrap, line number, color, double spave Margins" ID="364" STARTDATE="38229.00000000" POS="29"/> ! <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49149306" TITLE="Color & Font Dialog" TIMEESTUNITS="H" PERSON="None" COMMENTS="Dialog to set default colors for AE global things like highlight current line." ID="365" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-29" POS="30" DONEDATE="38259.49149306"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38237.30828704" TITLE="LangTools bug" TIMEESTUNITS="H" PERSON="LW" COMMENTS="When selecting and deleting items the second one gets set? I think it has something todo with the scrolling of the listboxes or inserting/updating item. I got a tool assigned to another languge." ID="369" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-07" POS="31" DONEDATE="38237.00000000"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38237.30850694" TITLE="Syntax Highlighting default on for Default.syn." TIMEESTUNITS="H" PERSON="LW" COMMENTS="Is not needed because of other bug fixes." ID="370" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-07" POS="32" DONEDATE="38237.00000000"/> *************** *** 120,129 **** <TASK STARTDATESTRING="2004-09-10" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38251.42146991" TITLE="Sync file option in Prefs." TIMEESTUNITS="H" PERSON="LW" ID="398" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-21" POS="40" DONEDATE="38251.00000000"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.77660880" TITLE="CSortDlg settings to config file." TIMEESTUNITS="H" PERSON="LW" ID="404" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-20" POS="41" DONEDATE="38250.00000000"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.57430556" TITLE="Remove settings from Syntax File" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Highlight line, Right edge, Class view settings. (After task 382)" ID="405" STARTDATE="38247.00000000" POS="42"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.77649306" TITLE="Be able to change if we want to use a Selection color." TIMEESTUNITS="H" PERSON="LW" ID="406" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-20" POS="43" DONEDATE="38250.00000000"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.59472222" TITLE="Version numbers in CXML derived files." TIMEESTUNITS="H" PERSON="LW" ID="419" STARTDATE="38247.00000000" POS="44"/> <TASK STARTDATESTRING="2004-09-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.78405093" TITLE="Add default Tools" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Add default tools/compilers with regexes to AnyEditTools.cfg. " ID="421" STARTDATE="38250.00000000" POS="45"/> ! <TASK STARTDATESTRING="2004-09-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.78400463" TITLE="InsertText Dialog settings in Config" TIMEESTUNITS="H" PERSON="LW" ID="422" STARTDATE="38250.00000000" POS="46"/> <TASK STARTDATESTRING="2004-09-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.38341435" TITLE="File Filter option" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Option for the default file filter in open/save dialog - use last selected --- 120,129 ---- <TASK STARTDATESTRING="2004-09-10" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38251.42146991" TITLE="Sync file option in Prefs." TIMEESTUNITS="H" PERSON="LW" ID="398" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-21" POS="40" DONEDATE="38251.00000000"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.77660880" TITLE="CSortDlg settings to config file." TIMEESTUNITS="H" PERSON="LW" ID="404" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-20" POS="41" DONEDATE="38250.00000000"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49166667" TITLE="Remove settings from Syntax File" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Highlight line, Right edge, Class view settings. (After task 382)" ID="405" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-29" POS="42" DONEDATE="38259.49166667"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.77649306" TITLE="Be able to change if we want to use a Selection color." TIMEESTUNITS="H" PERSON="LW" ID="406" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-20" POS="43" DONEDATE="38250.00000000"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.59472222" TITLE="Version numbers in CXML derived files." TIMEESTUNITS="H" PERSON="LW" ID="419" STARTDATE="38247.00000000" POS="44"/> <TASK STARTDATESTRING="2004-09-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.78405093" TITLE="Add default Tools" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Add default tools/compilers with regexes to AnyEditTools.cfg. " ID="421" STARTDATE="38250.00000000" POS="45"/> ! <TASK STARTDATESTRING="2004-09-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49178241" TITLE="InsertText Dialog settings in Config" TIMEESTUNITS="H" PERSON="LW" ID="422" PERCENTDONE="100" STARTDATE="38250.00000000" DONEDATESTRING="2004-09-29" POS="46" DONEDATE="38259.49178241"/> <TASK STARTDATESTRING="2004-09-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.38341435" TITLE="File Filter option" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Option for the default file filter in open/save dialog - use last selected *************** *** 131,135 **** - always all files - always any filter" ID="423" STARTDATE="38250.00000000" POS="47"/> ! <TASK STARTDATESTRING="2004-09-24" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.38336806" TITLE="Add on Save option to config/syntax" TIMEESTUNITS="H" PERSON="LW" COMMENTS="TrimTrailingSpace - ConvertTabsToSpaces - EnsureFinalNewLine" ID="427" STARTDATE="38254.00000000" POS="48"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38097.57921296" TITLE="OO Class enhancements" TIMEESTUNITS="H" COMMENTS="Class implementation features to better use OO features" ID="151" STARTDATE="38097.00000000" POS="6"> --- 131,138 ---- - always all files - always any filter" ID="423" STARTDATE="38250.00000000" POS="47"/> ! <TASK STARTDATESTRING="2004-09-24" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49188657" TITLE="Add on Save option to config/syntax" TIMEESTUNITS="H" PERSON="LW" COMMENTS="TrimTrailingSpace - ConvertTabsToSpaces - EnsureFinalNewLine" ID="427" PERCENTDONE="100" STARTDATE="38254.00000000" DONEDATESTRING="2004-09-29" POS="48" DONEDATE="38259.49188657"/> ! <TASK STARTDATESTRING="2004-09-29" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49512731" TITLE="Add GetSection function to CXMLFile" TIMEESTUNITS="H" PERSON="LW" ID="428" STARTDATE="38259.00000000" POS="49"/> ! <TASK STARTDATESTRING="2004-09-29" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49545139" TITLE="Add Add Child to CXMLFile" TIMEESTUNITS="H" PERSON="LW" ID="429" STARTDATE="38259.00000000" POS="50"/> ! <TASK STARTDATESTRING="2004-09-29" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49620370" TITLE="Check if value in Set functions in CXMLFile" TIMEESTUNITS="H" PERSON="LW" COMMENTS="If values are the same don't set the m_bModified flag. Will cleanup AE source code." ID="430" STARTDATE="38259.00000000" POS="51"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38097.57921296" TITLE="OO Class enhancements" TIMEESTUNITS="H" COMMENTS="Class implementation features to better use OO features" ID="151" STARTDATE="38097.00000000" POS="6"> *************** *** 148,154 **** <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.55555556" TITLE="Integration of version control" TIMEESTUNITS="H" PERSON="None" COMMENTS="Interface to cvs, PVCS, SourceSafe, ... [#768526]" ID="144" STARTDATE="38092.00000000" POS="2"/> ! <TASK STARTDATESTRING="2004-05-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38222.45244213" TITLE="Diff plugin" TIMEESTUNITS="H" PERSON="None" COMMENTS="Diff plugin doesn't work [#945071] ! [#940547]" ID="212" STARTDATE="38111.00000000" POS="3"/> <TASK STARTDATESTRING="2004-05-22" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38132.40175926" TITLE="Project Compiler/Debugger" TIMEESTUNITS="H" PERSON="None" COMMENTS="Actually, those will probably be lots of different plugins, one for each type of compiler/debugger environment. We may even want to create different plugins for compile and for debug of same project type. See discussion in developer list." ID="230" STARTDATE="38129.00000000" POS="4"/> --- 151,157 ---- <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.55555556" TITLE="Integration of version control" TIMEESTUNITS="H" PERSON="None" COMMENTS="Interface to cvs, PVCS, SourceSafe, ... [#768526]" ID="144" STARTDATE="38092.00000000" POS="2"/> ! <TASK STARTDATESTRING="2004-05-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.51662037" TITLE="Diff plugin" TIMEESTUNITS="H" PERSON="None" COMMENTS="Diff plugin doesn't work [#945071] ! [#990547]" ID="212" STARTDATE="38111.00000000" POS="3"/> <TASK STARTDATESTRING="2004-05-22" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38132.40175926" TITLE="Project Compiler/Debugger" TIMEESTUNITS="H" PERSON="None" COMMENTS="Actually, those will probably be lots of different plugins, one for each type of compiler/debugger environment. We may even want to create different plugins for compile and for debug of same project type. See discussion in developer list." ID="230" STARTDATE="38129.00000000" POS="4"/> *************** *** 231,240 **** <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38201.87578704" TITLE="Open Dialog filters, add filter for AE projects/workspaces" TIMEESTUNITS="H" PERSON="CS" ID="326" PERCENTDONE="100" STARTDATE="38196.00000000" DONEDATESTRING="2004-08-02" POS="28" DONEDATE="38201.00000000"/> <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38201.87578704" TITLE="Add Close All to File menu." TIMEESTUNITS="H" PERSON="CS" ID="327" PERCENTDONE="100" STARTDATE="38196.00000000" DONEDATESTRING="2004-08-02" POS="29" DONEDATE="38201.00000000"/> ! <TASK STARTDATESTRING="2004-08-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38229.35930556" TITLE="BCG version" TIMEESTUNITS="H" PERSON="None" COMMENTS="If we are going to use the GuiTookit, this will become obsolete." ID="335" STARTDATE="38201.00000000" POS="30"/> <TASK STARTDATESTRING="2004-08-23" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38251.42254630" TITLE="Changeable Font in the OutputBar" TIMEESTUNITS="H" PERSON="DP" COMMENTS="Context Menu or Button?" ID="340" PERCENTDONE="100" STARTDATE="38222.00000000" DONEDATESTRING="2004-09-21" POS="31" DONEDATE="38251.00000000"/> <TASK STARTDATESTRING="2004-08-23" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.35347222" TITLE="Cut & Paste from OutputBar" TIMEESTUNITS="H" PERSON="DP" COMMENTS="[LW] Deepak suggested an Edit box, maybe an Multi Line select ListBox will suffies. You will have to select the whole line then." ID="341" PERCENTDONE="100" STARTDATE="38222.00000000" DONEDATESTRING="2004-09-10" POS="32" DONEDATE="38240.00000000"/> ! <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.56605324" TITLE="Mouse Wheel Accelerator" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Accelerate mouse wheel scrolling using key modifiers (alt|ctrl|shift), like Mozilla. [#1017426] [LW] Can we use shift to scroll though the text faster? And use alt to walk through the open tabs? ! ?" ID="348" STARTDATE="38229.00000000" POS="33"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38231.30339120" TITLE="Fixed Size font in the Dump Dialog" TIMEESTUNITS="H" PERSON="GH" ID="352" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-01" POS="34" DONEDATE="38231.00000000"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38237.30972222" TITLE="DumpDialog add copy to clipboard button" TIMEESTUNITS="H" PERSON="DP" ID="359" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-07" POS="35" DONEDATE="38237.00000000"/> --- 234,243 ---- <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38201.87578704" TITLE="Open Dialog filters, add filter for AE projects/workspaces" TIMEESTUNITS="H" PERSON="CS" ID="326" PERCENTDONE="100" STARTDATE="38196.00000000" DONEDATESTRING="2004-08-02" POS="28" DONEDATE="38201.00000000"/> <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38201.87578704" TITLE="Add Close All to File menu." TIMEESTUNITS="H" PERSON="CS" ID="327" PERCENTDONE="100" STARTDATE="38196.00000000" DONEDATESTRING="2004-08-02" POS="29" DONEDATE="38201.00000000"/> ! <TASK STARTDATESTRING="2004-08-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.52428241" TITLE="BCG version" TIMEESTUNITS="H" PERSON="None" COMMENTS="If we are going to use the GuiTookit, this will become obsolete." ID="335" PERCENTDONE="100" STARTDATE="38201.00000000" DONEDATESTRING="2004-09-29" POS="30" DONEDATE="38259.52428241"/> <TASK STARTDATESTRING="2004-08-23" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38251.42254630" TITLE="Changeable Font in the OutputBar" TIMEESTUNITS="H" PERSON="DP" COMMENTS="Context Menu or Button?" ID="340" PERCENTDONE="100" STARTDATE="38222.00000000" DONEDATESTRING="2004-09-21" POS="31" DONEDATE="38251.00000000"/> <TASK STARTDATESTRING="2004-08-23" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.35347222" TITLE="Cut & Paste from OutputBar" TIMEESTUNITS="H" PERSON="DP" COMMENTS="[LW] Deepak suggested an Edit box, maybe an Multi Line select ListBox will suffies. You will have to select the whole line then." ID="341" PERCENTDONE="100" STARTDATE="38222.00000000" DONEDATESTRING="2004-09-10" POS="32" DONEDATE="38240.00000000"/> ! <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.51774306" TITLE="Mouse Wheel Accelerator" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Accelerate mouse wheel scrolling using key modifiers (alt|ctrl|shift), like Mozilla. [#1017426] [LW] Can we use shift to scroll though the text faster? And use alt to walk through the open tabs? ! ?" ID="348" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-29" POS="33" DONEDATE="38259.51774306"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38231.30339120" TITLE="Fixed Size font in the Dump Dialog" TIMEESTUNITS="H" PERSON="GH" ID="352" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-01" POS="34" DONEDATE="38231.00000000"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38237.30972222" TITLE="DumpDialog add copy to clipboard button" TIMEESTUNITS="H" PERSON="DP" ID="359" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-07" POS="35" DONEDATE="38237.00000000"/> *************** *** 246,250 **** <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.77555556" TITLE="Close without Save" TIMEESTUNITS="H" PERSON="GH" ID="408" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-20" POS="40" DONEDATE="38250.00000000"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38251.41945602" TITLE="When closing AE you are asked to save for every modified document." TIMEESTUNITS="H" PERSON="GH" COMMENTS="[CS] When AE is closed AE ask for each file to save the changes. It is better to have one dialog to save all, some or no changes." ID="409" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-21" POS="41" DONEDATE="38251.00000000"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.37094907" TITLE="Document View Icon" TIMEESTUNITS="H" PERSON="GH" COMMENTS="DocumentsView: New files have a folder symbol. Use another symbol, e.g. an empty sheet." ID="412" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-24" POS="42" DONEDATE="38254.37094907"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.77565972" TITLE="AEM extension in Macro dialog" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[CS] AEMacros don't have file extension in file open/save dialogs. Suggestion AEM (AnyEdit Macro) " ID="415" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-20" POS="43" DONEDATE="38250.00000000"/> --- 249,253 ---- <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.77555556" TITLE="Close without Save" TIMEESTUNITS="H" PERSON="GH" ID="408" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-20" POS="40" DONEDATE="38250.00000000"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38251.41945602" TITLE="When closing AE you are asked to save for every modified document." TIMEESTUNITS="H" PERSON="GH" COMMENTS="[CS] When AE is closed AE ask for each file to save the changes. It is better to have one dialog to save all, some or no changes." ID="409" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-21" POS="41" DONEDATE="38251.00000000"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.37094907" TITLE="Document View Icon" TIMEESTUNITS="H" PERSON="GH" COMMENTS="DocumentsView: New files have a folder symbol. Use another symbol, e.g. an empty sheet." ID="412" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-24" POS="42" DONEDATE="38254.00000000"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.77565972" TITLE="AEM extension in Macro dialog" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[CS] AEMacros don't have file extension in file open/save dialogs. Suggestion AEM (AnyEdit Macro) " ID="415" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-20" POS="43" DONEDATE="38250.00000000"/> *************** *** 275,279 **** LW: The CScintilla class needs some cleaning up I think. I think some things in CScintilla should be in the CScintillaEx class. CScintilla should only send Scintilla messages and nothing more all other feature's should be moved to the CScintillaEx class." ID="11" STARTDATE="38082.00000000" POS="7"> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36998843" TITLE="InsertTextIntoLines" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Block mode insert. For example REM to every begin of line" ID="67" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-09-24" POS="1" DONEDATE="38254.36998843"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.51317130" TITLE="CaseConversion" TIMEESTUNITS="H" PERSON="None" COMMENTS="toUpper and toLower are available.In Winword the case of the current word or selection can changed by F3 (?) upper -> lower -> first upper -> upper -> ..." ID="73" STARTDATE="38092.00000000" POS="2"> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38092.74635417" TITLE="Swap case" TIMEESTUNITS="H" PERSON="CS" ID="74" STARTDATE="38092.00000000" POS="1"/> --- 278,282 ---- LW: The CScintilla class needs some cleaning up I think. I think some things in CScintilla should be in the CScintillaEx class. CScintilla should only send Scintilla messages and nothing more all other feature's should be moved to the CScintillaEx class." ID="11" STARTDATE="38082.00000000" POS="7"> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36998843" TITLE="InsertTextIntoLines" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Block mode insert. For example REM to every begin of line" ID="67" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-09-24" POS="1" DONEDATE="38254.00000000"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.51317130" TITLE="CaseConversion" TIMEESTUNITS="H" PERSON="None" COMMENTS="toUpper and toLower are available.In Winword the case of the current word or selection can changed by F3 (?) upper -> lower -> first upper -> upper -> ..." ID="73" STARTDATE="38092.00000000" POS="2"> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38092.74635417" TITLE="Swap case" TIMEESTUNITS="H" PERSON="CS" ID="74" STARTDATE="38092.00000000" POS="1"/> *************** *** 282,286 **** </TASK> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36982639" TITLE="EnsureFinalNewLine" TIMEESTUNITS="H" PERSON="CS" COMMENTS="When a file is saved the last char should be an NewLine. ! [LW] Use the InsertEOL I added to CScintillaEx" ID="80" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-09-24" POS="3" DONEDATE="38254.36982639"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38133.38057870" TITLE="TabToSpaces" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Converts all tabs in a file or range to spaces. [#722994] --- 285,289 ---- </TASK> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.36982639" TITLE="EnsureFinalNewLine" TIMEESTUNITS="H" PERSON="CS" COMMENTS="When a file is saved the last char should be an NewLine. ! [LW] Use the InsertEOL I added to CScintillaEx" ID="80" PERCENTDONE="100" STARTDATE="38092.00000000" DONEDATESTRING="2004-09-24" POS="3" DONEDATE="38254.00000000"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38133.38057870" TITLE="TabToSpaces" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Converts all tabs in a file or range to spaces. [#722994] *************** *** 479,486 **** <TASK STARTDATESTRING="2004-09-01" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38237.30489583" TITLE="Closing a document crashes AE somethimes." TIMEESTUNITS="H" PERSON="GH" COMMENTS="[LW] I think it has something todo with the classview." ID="380" PERCENTDONE="100" STARTDATE="38231.00000000" DONEDATESTRING="2004-09-07" POS="31" DONEDATE="38237.00000000"/> <TASK STARTDATESTRING="2004-09-07" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38240.31754630" TITLE="Opening Documents Crash when Syncronizing" TIMEESTUNITS="H" PERSON="GH" COMMENTS="Opening Documents when Synchronize Filetab is on, crashes AE." ID="387" PERCENTDONE="100" STARTDATE="38237.00000000" DONEDATESTRING="2004-09-10" POS="32" DONEDATE="38240.00000000"/> ! <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38240.36024306" TITLE="Highligh Guides also show when Braces not above each other." TIMEESTUNITS="H" PERSON="CS" COMMENTS="If the matching braces are not above each other there will be drawn a Guide line." ID="391" STARTDATE="38240.00000000" POS="33"/> ! <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38254.37120370" TITLE="Close workspace doesn't close." TIMEESTUNITS="H" PERSON="GH" COMMENTS="When changing a workspace and closing it before saving it. You are asked to save the changes to the workspace. If you don't save them, the workspace isn't closed." ID="393" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-24" POS="34" DONEDATE="38254.37120370"/> ! <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38254.37128472" TITLE="Statuppage isn't refreshed after Close Workspace" TIMEESTUNITS="H" PERSON="GH" ID="394" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-24" POS="35" DONEDATE="38254.37128472"/> ! <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38254.37130787" TITLE="Startuppage filename list bug" TIMEESTUNITS="H" PERSON="GH" COMMENTS="If a file names spans multiple lines the table grows, but the open buttons stay in the same place and fall over the table." ID="395" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-24" POS="36" DONEDATE="38254.37130787"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38253.31851852" TITLE="Opening deleted/moved files from Startup Page." TIMEESTUNITS="H" PERSON="DP" COMMENTS="This can occur when you click the startup page. The file listed can be moved or deleted. If you click it AE tries to open it, but doesn't warn the user it can't find the file. " ID="396" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-23" POS="37" DONEDATE="38253.00000000"/> --- 482,489 ---- <TASK STARTDATESTRING="2004-09-01" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38237.30489583" TITLE="Closing a document crashes AE somethimes." TIMEESTUNITS="H" PERSON="GH" COMMENTS="[LW] I think it has something todo with the classview." ID="380" PERCENTDONE="100" STARTDATE="38231.00000000" DONEDATESTRING="2004-09-07" POS="31" DONEDATE="38237.00000000"/> <TASK STARTDATESTRING="2004-09-07" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38240.31754630" TITLE="Opening Documents Crash when Syncronizing" TIMEESTUNITS="H" PERSON="GH" COMMENTS="Opening Documents when Synchronize Filetab is on, crashes AE." ID="387" PERCENTDONE="100" STARTDATE="38237.00000000" DONEDATESTRING="2004-09-10" POS="32" DONEDATE="38240.00000000"/> ! <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38259.49450231" TITLE="Highligh Guides also show when Braces not above each other." TIMEESTUNITS="H" PERSON="CS" COMMENTS="If the matching braces are not above each other there will be drawn a Guide line." ID="391" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-29" POS="33" DONEDATE="38259.49450231"/> ! <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38254.37120370" TITLE="Close workspace doesn't close." TIMEESTUNITS="H" PERSON="GH" COMMENTS="When changing a workspace and closing it before saving it. You are asked to save the changes to the workspace. If you don't save them, the workspace isn't closed." ID="393" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-24" POS="34" DONEDATE="38254.00000000"/> ! <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38254.37128472" TITLE="Statuppage isn't refreshed after Close Workspace" TIMEESTUNITS="H" PERSON="GH" ID="394" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-24" POS="35" DONEDATE="38254.00000000"/> ! <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38254.37130787" TITLE="Startuppage filename list bug" TIMEESTUNITS="H" PERSON="GH" COMMENTS="If a file names spans multiple lines the table grows, but the open buttons stay in the same place and fall over the table." ID="395" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-24" POS="36" DONEDATE="38254.00000000"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38253.31851852" TITLE="Opening deleted/moved files from Startup Page." TIMEESTUNITS="H" PERSON="DP" COMMENTS="This can occur when you click the startup page. The file listed can be moved or deleted. If you click it AE tries to open it, but doesn't warn the user it can't find the file. " ID="396" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2004-09-23" POS="37" DONEDATE="38253.00000000"/> *************** *** 491,495 **** [LW] Also see task 396." ID="416" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-23" POS="40" DONEDATE="38253.00000000"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.77484954" TITLE="Space to Tabs undesirable behavior." TIMEESTUNITS="H" PERSON="CS" COMMENTS="Spaces to tabs also changes letters in a document, not only spaces." ID="418" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-20" POS="41" DONEDATE="38250.00000000"/> ! <TASK STARTDATESTRING="2004-09-24" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.37737269" TITLE="Black cursor on dark background" TIMEESTUNITS="H" COMMENTS="Currently the cursor is black, which is kind of hard to see on a dark background. Can it the inverted background color, should it be settable?" ID="426" STARTDATE="38254.00000000" POS="42"/> </TASK> <TASK STARTDATESTRING="2004-04-26" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38103.59653935" TITLE="Test" TIMEESTUNITS="H" COMMENTS="Things we need to test." ID="207" STARTDATE="38103.00000000" POS="17"> --- 494,500 ---- [LW] Also see task 396." ID="416" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-23" POS="40" DONEDATE="38253.00000000"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38250.77484954" TITLE="Space to Tabs undesirable behavior." TIMEESTUNITS="H" PERSON="CS" COMMENTS="Spaces to tabs also changes letters in a document, not only spaces." ID="418" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-20" POS="41" DONEDATE="38250.00000000"/> ! <TASK STARTDATESTRING="2004-09-24" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49237269" TITLE="Black cursor on dark background" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Currently the cursor is black, which is kind of hard to see on a dark background. Can it the inverted background color, should it be settable?" ID="426" PERCENTDONE="100" STARTDATE="38254.00000000" DONEDATESTRING="2004-09-29" POS="42" DONEDATE="38259.49237269"/> ! <TASK STARTDATESTRING="2004-09-29" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38259.51017361" TITLE="Renaming tool doesn't affect toobar" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1032164][#100020] ! [LW] This is a BCG problem, we can't change the Tooltip to the name of the tool. This must be solved in GuiToolkit." ID="432" STARTDATE="38259.00000000" POS="43"/> </TASK> <TASK STARTDATESTRING="2004-04-26" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38103.59653935" TITLE="Test" TIMEESTUNITS="H" COMMENTS="Things we need to test." ID="207" STARTDATE="38103.00000000" POS="17"> *************** *** 503,507 **** [CS] Why to reinvent the wheel? We should try to use standards like GNU gettext. The source files are okay but I don't like compiled mo format. I want to have a text based format." ID="9" STARTDATE="38082.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38254.37063657" TITLE="Open File List" TIMEESTUNITS="H" PERSON="None" COMMENTS="Add an open file list to the WorkspaceBar. When working on a project a usually have a lot of files open and the tabs dissapear offscreen. ! It it faster to select the document you want from a open file list." ID="37" PERCENTDONE="100" STARTDATE="38084.00000000" DONEDATESTRING="2004-09-24" POS="3" DONEDATE="38254.37063657"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38222.43842593" TITLE="Changeable (Tool) Icons" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#757820]" ID="170" PERCENTDONE="100" STARTDATE="38103.00000000" DONEDATESTRING="2004-08-23" POS="4" DONEDATE="38222.00000000"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.55355324" TITLE="FTP(+SSL) support" TIMEESTUNITS="H" PERSON="None" COMMENTS="Plugin? --- 508,512 ---- [CS] Why to reinvent the wheel? We should try to use standards like GNU gettext. The source files are okay but I don't like compiled mo format. I want to have a text based format." ID="9" STARTDATE="38082.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38254.37063657" TITLE="Open File List" TIMEESTUNITS="H" PERSON="None" COMMENTS="Add an open file list to the WorkspaceBar. When working on a project a usually have a lot of files open and the tabs dissapear offscreen. ! It it faster to select the document you want from a open file list." ID="37" PERCENTDONE="100" STARTDATE="38084.00000000" DONEDATESTRING="2004-09-24" POS="3" DONEDATE="38254.00000000"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38222.43842593" TITLE="Changeable (Tool) Icons" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#757820]" ID="170" PERCENTDONE="100" STARTDATE="38103.00000000" DONEDATESTRING="2004-08-23" POS="4" DONEDATE="38222.00000000"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.55355324" TITLE="FTP(+SSL) support" TIMEESTUNITS="H" PERSON="None" COMMENTS="Plugin? *************** *** 537,545 **** </TASK> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.50931713" TITLE="SelectionFilename" TIMEESTUNITS="H" PERSON="None" COMMENTS="Opens filename under cursor like in VS." ID="69" STARTDATE="38092.00000000" POS="17"/> ! <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.58060185" TITLE="Unicode Support" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#589538]" ID="194" STARTDATE="38103.00000000" POS="18"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.56991898" TITLE="SourceForge RFE" TIMEESTUNITS="H" COMMENTS="Things I couldn't or didn't want to place yet." ID="181" STARTDATE="38103.00000000" POS="19"> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.56887731" TITLE="AE config : merge Default and AE_Doc" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#798529]" ID="182" STARTDATE="38103.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.56884259" TITLE="A list of callers of highlighted function" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#799526]" ID="183" STARTDATE="38103.00000000" POS="2"/> ! <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.56997685" TITLE="Command-line option for opening a file at desired line" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#806553]" ID="184" STARTDATE="38103.00000000" POS="3"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.57002315" TITLE="Class View Quick Search" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#770950]" ID="171" STARTDATE="38103.00000000" POS="4"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38222.44344907" TITLE="Column Markers" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#608784]" ID="166" PERCENTDONE="100" STARTDATE="38103.00000000" DONEDATESTRING="2004-08-23" POS="5" DONEDATE="38222.00000000"/> --- 542,550 ---- </TASK> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.50931713" TITLE="SelectionFilename" TIMEESTUNITS="H" PERSON="None" COMMENTS="Opens filename under cursor like in VS." ID="69" STARTDATE="38092.00000000" POS="17"/> ! <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49758102" TITLE="Unicode Support" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1025633]" ID="194" STARTDATE="38103.00000000" POS="18"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.56991898" TITLE="SourceForge RFE" TIMEESTUNITS="H" COMMENTS="Things I couldn't or didn't want to place yet." ID="181" STARTDATE="38103.00000000" POS="19"> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.56887731" TITLE="AE config : merge Default and AE_Doc" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#798529]" ID="182" STARTDATE="38103.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.56884259" TITLE="A list of callers of highlighted function" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#799526]" ID="183" STARTDATE="38103.00000000" POS="2"/> ! <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49965278" TITLE="Command-line option for opening a file at desired line" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#806553]" ID="184" PERCENTDONE="100" STARTDATE="38103.00000000" DONEDATESTRING="2004-09-29" POS="3" DONEDATE="38259.49965278"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.57002315" TITLE="Class View Quick Search" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#770950]" ID="171" STARTDATE="38103.00000000" POS="4"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38222.44344907" TITLE="Column Markers" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#608784]" ID="166" PERCENTDONE="100" STARTDATE="38103.00000000" DONEDATESTRING="2004-08-23" POS="5" DONEDATE="38222.00000000"/> *************** *** 550,553 **** --- 555,559 ---- <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.57752315" TITLE="Move line up/down" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#930343]" ID="191" STARTDATE="38103.00000000" POS="10"/> <TASK STARTDATESTRING="2004-05-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38222.44311343" TITLE="Moving between windows" TIMEESTUNITS="H" PERSON="DP" COMMENTS="[#945076]" ID="214" PERCENTDONE="100" STARTDATE="38111.00000000" DONEDATESTRING="2004-08-23" POS="11" DONEDATE="38222.00000000"/> + <TASK STARTDATESTRING="2004-09-29" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.49864583" TITLE="build dependencies & assembler parser" TIMEESTUNITS="H" COMMENTS="[#1032599]" ID="431" STARTDATE="38259.00000000" POS="12"/> </TASK> <TASK STARTDATESTRING="2004-05-22" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38175.93368056" TITLE="Internal Scripting" TIMEESTUNITS="H" PERSON="None" COMMENTS="Added a scripting engine to AnyEdit for macros, commands, etc. etc. I believe there are a few nice open source libraries that can be plugged in an application and will provide most of the features we want - need to hunt through SourceForge a little for those. *************** *** 588,592 **** [LW] Guy do you know what is meant?" ID="349" STARTDATE="38229.00000000" POS="4"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38231.30278935" TITLE="Extra Save functionality when Project open." TIMEESTUNITS="H" PERSON="GH" COMMENTS="When saving a new file add it to the project. You can ask the user to add it (new dialog) or add an check box to the save dialog. Or maybe add a project menu, with add and remove?" ID="353" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-01" POS="5" DONEDATE="38231.00000000"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.37145833" TITLE="Project View Tooltip" TIMEESTUNITS="H" PERSON="GH" COMMENTS="[CS] The project view has a constant tooltip "AE_Doc" but I don't know where this text come from." ID="411" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-09-24" POS="6" DONEDATE="38254.37145833"/> </TASK> </TODOLIST> --- 594,598 ---- [LW] Guy do you know what is meant?" ID="349" STARTDATE="38229.00000000" POS="4"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38231.30278935" TITLE="Extra Save functionality when Project open." TIMEESTUNITS="H" PERSON="GH" COMMENTS="When saving a new file add it to the project. You can ask the user to add it (new dialog) or add an check box to the save dialog. Or maybe add a project menu, with add and remove?" ID="353" PERCENTDONE="100" STARTDATE="38229.00000000" DONEDATESTRING="2004-09-01" POS="5" DONEDATE="38231.00000000"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.... [truncated message content] |
From: Leon W. <moo...@us...> - 2004-09-29 12:43:51
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22744 Modified Files: AnyEdit.rc Log Message: Added User Tools to menu's so all id's can be associated with an accelerator. Index: AnyEdit.rc =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEdit.rc,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** AnyEdit.rc 27 Sep 2004 12:36:07 -0000 1.103 --- AnyEdit.rc 29 Sep 2004 12:43:25 -0000 1.104 *************** *** 152,156 **** POPUP "All &Tools" BEGIN ! MENUITEM "&User Tools", ID_USER_TOOL1 END MENUITEM "Stop Tool E&xecution", ID_TOOLS_STOPTOOLEXECUTION --- 152,165 ---- POPUP "All &Tools" BEGIN ! MENUITEM "User Tools &1", ID_USER_TOOL1, GRAYED ! MENUITEM "User Tools &2", ID_USER_TOOL2, GRAYED ! MENUITEM "User Tools &3", ID_USER_TOOL3, GRAYED ! MENUITEM "User Tools &4", ID_USER_TOOL4, GRAYED ! MENUITEM "User Tools &5", ID_USER_TOOL5, GRAYED ! MENUITEM "User Tools &6", ID_USER_TOOL6, GRAYED ! MENUITEM "User Tools &7", ID_USER_TOOL7, GRAYED ! MENUITEM "User Tools &8", ID_USER_TOOL8, GRAYED ! MENUITEM "User Tools &9", ID_USER_TOOL9, GRAYED ! MENUITEM "User Tools 1&0", ID_USER_TOOL10, GRAYED END MENUITEM "Stop Tool E&xecution", ID_TOOLS_STOPTOOLEXECUTION *************** *** 405,409 **** POPUP "All &Tools" BEGIN ! MENUITEM "&User Tools", ID_USER_TOOL1, GRAYED END MENUITEM "Stop Tool E&xecution", ID_TOOLS_STOPTOOLEXECUTION --- 414,427 ---- POPUP "All &Tools" BEGIN ! MENUITEM "User Tools &1", ID_USER_TOOL1, GRAYED ! MENUITEM "User Tools &2", ID_USER_TOOL2, GRAYED ! MENUITEM "User Tools &3", ID_USER_TOOL3, GRAYED ! MENUITEM "User Tools &4", ID_USER_TOOL4, GRAYED ! MENUITEM "User Tools &5", ID_USER_TOOL5, GRAYED ! MENUITEM "User Tools &6", ID_USER_TOOL6, GRAYED ! MENUITEM "User Tools &7", ID_USER_TOOL7, GRAYED ! MENUITEM "User Tools &8", ID_USER_TOOL8, GRAYED ! MENUITEM "User Tools &9", ID_USER_TOOL9, GRAYED ! MENUITEM "User Tools 1&0", ID_USER_TOOL10, GRAYED END MENUITEM "Stop Tool E&xecution", ID_TOOLS_STOPTOOLEXECUTION *************** *** 876,880 **** POPUP "All &Tools" BEGIN ! MENUITEM "&User Tools", ID_USER_TOOL1 END MENUITEM "Stop Tool E&xecution", ID_TOOLS_STOPTOOLEXECUTION --- 894,907 ---- POPUP "All &Tools" BEGIN ! MENUITEM "User Tools &1", ID_USER_TOOL1, GRAYED ! MENUITEM "User Tools &2", ID_USER_TOOL2, GRAYED ! MENUITEM "User Tools &3", ID_USER_TOOL3, GRAYED ! MENUITEM "User Tools &4", ID_USER_TOOL4, GRAYED ! MENUITEM "User Tools &5", ID_USER_TOOL5, GRAYED ! MENUITEM "User Tools &6", ID_USER_TOOL6, GRAYED ! MENUITEM "User Tools &7", ID_USER_TOOL7, GRAYED ! MENUITEM "User Tools &8", ID_USER_TOOL8, GRAYED ! MENUITEM "User Tools &9", ID_USER_TOOL9, GRAYED ! MENUITEM "User Tools 1&0", ID_USER_TOOL10, GRAYED END MENUITEM "Stop Tool E&xecution", ID_TOOLS_STOPTOOLEXECUTION |