CWS changehid: #i111784#: rework keyword search
This commit is contained in:
@@ -258,7 +258,7 @@ void __EXPORT EditorWindow::RequestHelp( const HelpEvent& rHEvt )
|
|||||||
if ( rHEvt.GetMode() & HELPMODE_CONTEXT )
|
if ( rHEvt.GetMode() & HELPMODE_CONTEXT )
|
||||||
{
|
{
|
||||||
String aKeyword = GetWordAtCursor();
|
String aKeyword = GetWordAtCursor();
|
||||||
Application::GetHelp()->Start( aKeyword, this );
|
Application::GetHelp()->SearchKeyword( aKeyword );
|
||||||
bDone = TRUE;
|
bDone = TRUE;
|
||||||
}
|
}
|
||||||
else if ( rHEvt.GetMode() & HELPMODE_QUICK )
|
else if ( rHEvt.GetMode() & HELPMODE_QUICK )
|
||||||
|
Reference in New Issue
Block a user