Massimo Belgrano wrote:
> 
> How can i add a files who is not included in hbmk2 project like a
> txt/asci files ?
> 
> I Possible store info of project function lookup  (loaded each times
> that i open project) in hbp so if i open from different hbide is
> allways updated?
> 

Because hbMK2 does not filter sources by extention.
To achieve it following are the options:
   1. hbIDE retains its own project definition and construct .hbp
      and supply it to hbMK2 ( which was the situation at the begining )
   2. hbIDE introduces yet another method to accept non-compiler files 
      and retains them inside .hbp under <-3rd=> switch, but present 
      them in the "Project Tree" as regular files ( a really cumbersome
method )
   3. hbMK2 just get rid of the file types not supported by compilers
      ( which it does, but only for .hbc/.hbm and family ) ( the most easy
way )
   4. You create another panel say "Logs" and open such ancilliary files
there.
      ( This is the way I use currently and by far the most suited method )



> Why not open topic :
> ::execTool( "hh.exe","C:\xHB\Doc\xHarbour Language Reference
> Guide.chm" +":" + ":" + cTopic )
> instead work fine from old xmate the follow row?
> HtmlHelpTopic( ::hWnd, "C:\xHB\Doc\xHarbour Language Reference
> Guide.chm", cTopic )
> 

For some strange reasons <cTopic> never gets opened via command line,
though it is documented to behave like it. xMate calls the proper API 
function so succeeds. 


-----
     enjoy hbIDEing...
        Pritpal Bedi 
http://hbide.vouch.info/
-- 
View this message in context: 
http://harbour-devel.1590103.n2.nabble.com/Question-regardin-the-good-hbide-tp5040280p5041174.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