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.

-----
                 enjoy hbIDEing...
                    Pritpal Bedi 
_a_student_of_software_analysis_&_design_
-- 
View this message in context: 
http://n2.nabble.com/SF-net-SVN-harbour-project-14007-trunk-harbour-tp4643694p4643706.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to