Re: [Harbour] Re: hbide and character case

2010-05-18 Thread Guy Roussin
Hi Pritpal, Now I need to know which action is causing. When i click on the name of the source file, hbide try to open the prg file but it can't because the path is wrong ... This is the reason I suggested to always use HB_FILEMATCH() when doing any comparison. So if you lookup and change a

Re: [Harbour] Re: hbide and character case

2010-05-17 Thread Viktor Szakáts
>> I don't understand your confusion. There is _no_ >> context when changing the casing of a filename >> is right. If you change the casing it's the exact >> same thing is if you added "foobar" in the middle >> of the filename. IOW casing matters the same way >> as the actual characters. >> >

[Harbour] Re: hbide and character case

2010-05-17 Thread Pritpal Bedi
Viktor Szakáts wrote: > > I don't understand your confusion. There is _no_ > context when changing the casing of a filename > is right. If you change the casing it's the exact > same thing is if you added "foobar" in the middle > of the filename. IOW casing matters the same way > as the act

Re: [Harbour] Re: hbide and character case

2010-05-17 Thread Viktor Szakáts
>>> Which revision you are using? >>> How do you add a file to the project ? >> >> Last fix was not enough. See hbide_pathNormalized() >> where you convert dir/path to lowercase at about >> 40-50 different places in HBIDE. >> > > It may be broken for sure, but I need to know > which action ha

[Harbour] Re: hbide and character case

2010-05-17 Thread Pritpal Bedi
Viktor Szakáts wrote: > >> I believe I had fixed this issue. >> >> Which revision you are using? >> How do you add a file to the project ? > > Last fix was not enough. See hbide_pathNormalized() > where you convert dir/path to lowercase at about > 40-50 different places in HBIDE. > It may

Re: [Harbour] Re: hbide and character case

2010-05-17 Thread Viktor Szakáts
>> With hbide on linux, i add sources (prg) on my project >> from (/homeL/guy/devhb/proj). But hbide refuse to open >> them "File not found" : /homel/guy/devhb/proj/t3.prg >> >> Notice that hbide changes homeL with homel ! >> > > I believe I had fixed this issue. > > Which revision you are usin

[Harbour] Re: hbide and character case

2010-05-17 Thread Pritpal Bedi
Guy Roussin wrote: > > With hbide on linux, i add sources (prg) on my project > from (/homeL/guy/devhb/proj). But hbide refuse to open > them "File not found" : /homel/guy/devhb/proj/t3.prg > > Notice that hbide changes homeL with homel ! > I believe I had fixed this issue. Which revision yo