[Lazarus] Help system questions
Reinier Olislagers
reinierolislagers at gmail.com
Sun Sep 14 16:10:43 CEST 2014
On 13/09/2014 07:00, Reinier Olislagers wrote:
> However, after a couple of seconds (which suggests a timeout error in
> the IPC communication) the IDE starts the Code Browser, looking for the
> identifier.
Posting for reference:
After a good night's sleep, some logging found this probable location:
ide\idehelpmanager.pas
function TIDEHelpManager.ShowHelpForSourcePosition(const Filename: string;
const CodePos: TPoint; var ErrMsg: string): TShowHelpResult;
which tries to show context-sensitive help, and on failure shows the
code browser
More information about the Lazarus
mailing list