Hi

vszakats wrote:
> 
>   * contrib/hbide/idemisc.prg
>     + hbide_PathProc()
>       This function can combine relative paths together so it's
>       the key to avoid macros dealing with placing paths to their
>       intended location. It can replace current method of
>       <IdeSrc> = hb_dirBase(). F.e.:
>           hbide_PathProc( "src/mysource_in_project.prg", "projects_dir/" )
> ->
>                   "projects_dir/src/mysource_in_project.prg"
>           hbide_PathProc( "projects/myproject.hbi", hb_dirBase() ) ->
>                   "C:/harbour/contrib/hbide/projects/myproject.hbi"
>       Please use it.
> 

Seems perfect. I am looking into how it can be encapsulated in meta-data 
automatically, unless Vailton has not done it already.



>     ; TOFIX: Since hbide seems to intend to support a hbrun-like
>              command prompt, maybe it's a good idea to prefix all
>              public functions with hbide_, otherwise there will
>              be problems when name collision occurs with user code.
>              If this is not the goal, we can leave it.
> 

Wise direction. I will it in next commit after merging with Vailton's 
announced major changes.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13439--trunk-harbour-tp26994977p26995934.html
Sent from the Harbour - Dev 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