CnPack Forum » CnWizards IDE Wizards » Bug in "Search For Usages..."


2012-7-12 04:02 forum1
Bug in "Search For Usages..."

1. First declar variable like this

var
  asyncHelper : TAsyncCallsHelper;

implementation


2. constructor in initialization part,like this

initialization
  asyncHelper := TAsyncCallsHelper.Create;

finalization
  asyncHelper.Free;
  asyncHelper := nil;

3. Set all cnpack enhanced - enable

4. select asyncHelper and chose "Search For Usages...". it is appear window like this

[IMG]http://i45.tinypic.com/2gxoeop.jpg[/IMG]

when click on constructor line in dialog "Search For Usages..." , editor not locate text.

页: [1]
查看完整版本: Bug in "Search For Usages..."


Powered by Discuz! Archiver 5.0.0  © 2001-2006 Comsenz Inc.