Viktor Szakáts wrote:
> 
>> Have you experimented a little with the "Environments" concept
>> recently introduced ? This addresses the above issue. Infact,
>> I am never comfortable to start hbIDE from some already 
>> configured environment. Just play with it and let me know 
>> if it works as intended or not OR some more work is required.
>> 
>> Viktor, I have introduced the placeholder in "Properties" dialog
>> under "Environments" tab which holds this variable by default 
>> if one is assigned, or, you can override if you want another one.
>> But then I ran into troubles when I used hbMK2 from this path.
>> I do not know what went wrong, so I included 
>>   {content} set PATH=_to_my_harbour_bin;%PATH%
>> and everything went fine. May be we need to tune it further.
> 
> Thank you, I've found it. If I'm not mistaken this 
> is per project setting, is HBIDE_DIR_HBMK2 envvar still 
> available to set this option globally for all projects?
> A global GUI setting could also be fine.
> 

No, this is global setting, but still I have not invoked it.
See, ideprojmanager.prg [1181-1186 ]

      #if 0                           /* This does not works - reason being
it picks up hbmk2 from fixed location */
      cExeHbMk2  := hbide_pathFile( ::oProject:cPathMk2, "hbmk2" )
      #else                           /* This works properly */
      cExeHbMk2 := "hbmk2"            /* Needs that path is already set
before calling hbmk2 */
      #endif

Pritpal Bedi


-- 
View this message in context: 
http://old.nabble.com/hbIDE---Requested-Thought-of-Features-Tracking-tp27313368p27315826.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to