Re: [Harbour] Re: SF.net SVN: harbour-project:[14007] trunk/harbour

2010-02-27 Thread Viktor Szakáts
> > > Custom list of external commands. If you need to pass > > some values, you can add support for macros. (f.e. {TOPIC} > > means cTopic), and then call the external command. Most > > of the things can be solved using them. > > > > Yes I am aware but for this particular purpose {TOPIC} > needs t

[Harbour] Re: SF.net SVN: harbour-project:[14007] trunk/harbour

2010-02-27 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Custom list of external commands. If you need to pass > some values, you can add support for macros. (f.e. {TOPIC} > means cTopic), and then call the external command. Most > of the things can be solved using them. > Yes I am aware but for this particular purpose {TOP

Re: [Harbour] Re: SF.net SVN: harbour-project:[14007] trunk/harbour

2010-02-27 Thread Viktor Szakáts
> > Massimo Belgrano wrote: > > > > |cTopic| > > IF( Empty( cTopic := ::GetText() ), cTopic := ::GetWord(.F.) ), > > HtmlHelpTopic( ::hWnd, "c:\harbour\xhdoc\xHarbour Language > > Reference Guide.chm", cTopic ) > > > > HtmlHelpTopic( ::hWnd, "c:\harbour\xhdoc\xHarbour Language > Reference Guide.chm

[Harbour] Re: SF.net SVN: harbour-project:[14007] trunk/harbour

2010-02-27 Thread Pritpal Bedi
Massimo Belgrano wrote: > > |cTopic| > IF( Empty( cTopic := ::GetText() ), cTopic := ::GetWord(.F.) ), > HtmlHelpTopic( ::hWnd, "c:\harbour\xhdoc\xHarbour Language > Reference Guide.chm", cTopic ) > HtmlHelpTopic( ::hWnd, "c:\harbour\xhdoc\xHarbour Language Reference Guide.chm", cTopic ) Invo

Re: [Harbour] Re: SF.net SVN: harbour-project:[14007] trunk/harbour

2010-02-27 Thread Massimo Belgrano
2010/2/27 Pritpal Bedi > > > Massimo Belgrano wrote: > > > > > > Yep, double click is required, implementing. > With "(" it is added advantage. Agree! > > > > How you are using macro, show me code example. > I can assume, though may be wrongly, that it will be Windows only solution. > > yey i

[Harbour] Re: SF.net SVN: harbour-project:[14007] trunk/harbour

2010-02-27 Thread Pritpal Bedi
Massimo Belgrano wrote: > > 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 "(" > Yep, double click is required, implementing. With "(" it

Re: [Harbour] Re: SF.net SVN: harbour-project:[14007] trunk/harbour

2010-02-27 Thread Massimo Belgrano
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 w

[Harbour] Re: SF.net SVN: harbour-project:[14007] trunk/harbour

2010-02-26 Thread Pritpal Bedi
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 r