Kaydet (Commit) a1f5f61d authored tarafından Mathias Bauer's avatar Mathias Bauer

CWS changehid: #i111784#: rework keyword search

üst 0b00bc90
...@@ -258,7 +258,7 @@ void __EXPORT EditorWindow::RequestHelp( const HelpEvent& rHEvt ) ...@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment