#99399# Added help IDs for some IDE controls.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: helpid.hrc,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: tbe $ $Date: 2002-05-02 13:40:32 $
|
||||
* last change: $Author: sb $ $Date: 2002-07-09 14:48:01 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -106,6 +106,9 @@
|
||||
#define HID_BASICIDE_WATCHWINDOW (HID_BASICIDE_START + 29)
|
||||
#define HID_BASICIDE_STACKWINDOW (HID_BASICIDE_START + 30)
|
||||
#define HID_BASICIDE_TABBAR (HID_BASICIDE_START + 31)
|
||||
#define HID_BASICIDE_WATCHWINDOW_EDIT (HID_BASICIDE_START + 32)
|
||||
#define HID_BASICIDE_WATCHWINDOW_LIST (HID_BASICIDE_START + 33)
|
||||
#define HID_BASICIDE_STACKWINDOW_LIST (HID_BASICIDE_START + 34)
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: baside2b.cxx,v $
|
||||
*
|
||||
* $Revision: 1.24 $
|
||||
* $Revision: 1.25 $
|
||||
*
|
||||
* last change: $Author: sb $ $Date: 2002-07-09 13:25:21 $
|
||||
* last change: $Author: sb $ $Date: 2002-07-09 14:49:03 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -1322,6 +1322,7 @@ WatchWindow::WatchWindow( Window* pParent ) :
|
||||
{
|
||||
nVirtToolBoxHeight = aXEdit.GetSizePixel().Height() + 7;
|
||||
|
||||
aTreeListBox.SetHelpId(HID_BASICIDE_WATCHWINDOW_LIST);
|
||||
aTreeListBox.EnableInplaceEditing( TRUE );
|
||||
aTreeListBox.SetSelectHdl( LINK( this, WatchWindow, TreeListHdl ) );
|
||||
aTreeListBox.SetPosPixel( Point( DWBORDER, nVirtToolBoxHeight ) );
|
||||
@@ -1494,7 +1495,7 @@ StackWindow::StackWindow( Window* pParent ) :
|
||||
aTreeListBox( this, WB_BORDER | WB_3DLOOK | WB_HSCROLL | WB_TABSTOP ),
|
||||
aStackStr( IDEResId( RID_STR_STACK ) )
|
||||
{
|
||||
|
||||
aTreeListBox.SetHelpId(HID_BASICIDE_STACKWINDOW_LIST);
|
||||
aTreeListBox.SetPosPixel( Point( DWBORDER, nVirtToolBoxHeight ) );
|
||||
aTreeListBox.SetHighlightRange();
|
||||
aTreeListBox.Show();
|
||||
|
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: basidesh.src,v $
|
||||
*
|
||||
* $Revision: 1.70 $
|
||||
* $Revision: 1.71 $
|
||||
*
|
||||
* last change: $Author: sb $ $Date: 2002-07-08 07:47:42 $
|
||||
* last change: $Author: sb $ $Date: 2002-07-09 14:49:04 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -1806,6 +1806,7 @@ String RID_STR_SEARCHALLMODULES
|
||||
};
|
||||
Edit RID_EDT_WATCHEDIT
|
||||
{
|
||||
HelpId = HID_BASICIDE_WATCHWINDOW_EDIT ;
|
||||
Border = TRUE ;
|
||||
SvLook = TRUE ;
|
||||
Size = MAP_APPFONT ( 80 , 12 ) ;
|
||||
|
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: hidother.src,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: tbe $ $Date: 2002-05-02 13:41:52 $
|
||||
* last change: $Author: sb $ $Date: 2002-07-09 14:48:44 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -73,3 +73,5 @@ hidspecial HID_BASICIDE_BREAKPOINTWINDOW { HelpID = HID_BASICIDE_BREAKPOINTWI
|
||||
hidspecial HID_BASICIDE_WATCHWINDOW { HelpID = HID_BASICIDE_WATCHWINDOW; };
|
||||
hidspecial HID_BASICIDE_STACKWINDOW { HelpID = HID_BASICIDE_STACKWINDOW; };
|
||||
hidspecial HID_BASICIDE_TABBAR { HelpID = HID_BASICIDE_TABBAR; };
|
||||
hidspecial HID_BASICIDE_WATCHWINDOW_LIST { HelpID = HID_BASICIDE_WATCHWINDOW_LIST; };
|
||||
hidspecial HID_BASICIDE_STACKWINDOW_LIST { HelpID = HID_BASICIDE_STACKWINDOW_LIST; };
|
||||
|
Reference in New Issue
Block a user