regarding function-doc of harbour tree
Imo is better done by double click or pressing a function key (imo f1)  doc/
instead type(
because i need help reading already written source so i not type "("
can you give simular result also using  harbour language guide by
xharbour.com?
as i have previous written i use a macro in xmate for this works


regarding function of my program
Ctrl -t in xmate open function if is inside project



2010/2/27 Pritpal Bedi <bediprit...@hotmail.com>

>
>
> vouchcac wrote:
> >
> >     + Implemented: auto activating and displaying the function's
> > documentation
> >       you have currently finished typing opening brace. This feature
> >       is activated only when you have initialized the documentation
> >       browser by clicking on the "H" icon on the right toolbar.
> >
>
> Forgot to mention that function-doc will only be activated if that is
> available in Harbour documentation tree. Also function's opening brace
> must be the last character of the function, no spaces inbetween.
>
>   oWnd := QMainWindow ()  =>  will not popup document in the viewer.
>   oWnd := QMainWindow()   =>  will popup the document.
>
> A function is recognized by opening brace only and the word preceeding
> will attempt to locate the function in Document Viewer Tree.
>
> --
Massimo Belgrano
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to