Seite 1 von 1
Laden einer Datei *.PB und alle seine *.PBI[Resolved]
Verfasst: 15.10.2008 11:45
von kwai chang caine
Hallo
Ist dieser jemand hätte kombiniert, so dass, wenn man das eine Quelle der Erweiterung *.PB, alle Quellen in include in diesem *.PBI oder für mit
Ein wenig wie das Projekt VB und VC + +
Danke und guten Tag
Verfasst: 15.10.2008 12:08
von X0r
Versuchs mal auf Englisch.
Verfasst: 15.10.2008 12:44
von kwai chang caine
When i have a project with a *.pb and several file *.pbi, the problem is that is no good to open all the include file of the pb file
I'm ask to me, if is possible to load in one click all the include and the principal file *.pb
I have continued to search, and i have found this great code of Ts-Soft :
http://www.purebasic.fr/english/viewtop ... t=load+ide
It's exactly what i wanted.
The alone problem, if i am forced to check the option "Only one instance of IDE pureBasic".
Verfasst: 15.10.2008 12:49
von X0r
It's not possible with the standard PB IDE. But you could write a plugin which parses the main source file and loads automatically all included files.
Verfasst: 15.10.2008 13:40
von kwai chang caine
It's not possible with the standard PB IDE.
Yes, but the great TsSoft, have create this genial code
And it's work fine with the standard IDE.
Thanks at you and TsSoft
I wish you a good day
Verfasst: 15.10.2008 22:41
von KatSeiko
Out of curiosity... What's wrong with
http://www.purebasic.fr/english/ ?