2011/7/10 Bernd <[email protected]>:
> 2011/7/9 Bernd <[email protected]>:
>> happens with an empty project (type Program):
>
> now it also happens with the unsaved empty project.

It dumps things to the console:

if i press ctrl_space (after "get") it dumps this:

TSourceEditCompletion.ccExecute nil
TFPDocHintProvider.ReadLazDocData Identifier=get_frame
TFPDocHintProvider.ReadLazDocData FAILED no node
TFPDocHintProvider.UpdateHintControl FHTMLControl=:TSimpleHTMLControl
FHTMLProvider=:TLazIDEHTMLProvider


and after pressing "m" it dumps this:

TSynBaseCompletionForm.UTF8KeyPress END UTF8Key=""
TFPDocHintProvider.ReadLazDocData Identifier=Getmem
TCodeHelpManager.GetFPDocFilenameForSource Hint: file without owner:
/home/bernd/lazsvn/fpc/rtl/linux/system.pp
TFPDocHintProvider.UpdateHintControl FHTMLControl=:TSimpleHTMLControl
FHTMLProvider=:TLazIDEHTMLProvider

and when i finally press Down which triggers the errors in the list it
won't wite anything to the console. (it seems to me it is already
broken at the very moment after I have pressed "m")

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to