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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
