Page 2 of 2
Posted: Wed Jan 25, 2006 4:45 pm
by wcardoso
another interesting feature of JaPBE is the named style of colors, fonts, etc. who enable personalize the IDE.

Posted: Wed Jan 25, 2006 4:54 pm
by gnozal
blueznl wrote: ... some of them i've solved with an external tool (codecaddy) some of them will have to wait for the next ide release...
Yes, I also have an external tool (PureBUILD) but I'd rather use jaPBe

I am new but allso like JaPBE
Posted: Thu Jan 26, 2006 5:06 am
by John Duchek
Is there any possibiliity of incorporating those better features into the PB editor and get a unifiied development?
John
Posted: Thu Jan 26, 2006 8:54 am
by blueznl
well, we don't have the source to the pb ide
anyway, codecaddy 'hooks up' with the ide, all you have to do is mess a little with the 'external tools' menu, and you're done, it then sits quietly in the background and does its thing
Posted: Fri Jan 27, 2006 1:19 pm
by Dräc
I have just found the reason of my FindInFile problem.
In fact my preference file was corrupted.
For the coordinates of the FindInFile window, the values were exactly the following ones:
FindInFileX = 1103
FindInFileX = 1103
FindInFileWidth = 551
FindInFileHeight = 599
Thus very large, out of the screen.
Noticed a jaPBe bug which mentions twice FindInFileX instead of FindInFileX and FindInFileY...
I decide to fix as follows:
FindInFileX = -1
FindInFileY = -1
FindInFileWidth = 551
FindInFileHeight = 599
Posted: Sat Feb 04, 2006 8:30 am
by gnozal
I just compiled some apps with jaPBe and PB400 beta 1 : jaPBe still works !
Of course the new compiler options (like /THREAD or /UNICODE) need to be implemented ...
Posted: Sat Feb 04, 2006 9:33 am
by ts-soft
gnozal wrote:I just compiled some apps with jaPBe and PB400 beta 1 : jaPBe still works !
Of course the new compiler options (like /THREAD or /UNICODE) need to be implemented ...
Unicode only works with UTF8 in the IDE
Posted: Sat Feb 04, 2006 9:44 am
by Dare2
Hi ts-soft.
Is JaPBe a candidate for PBOSL?
How does the maintenance of code in PBOSL work? The original authors only? Teams with a co-ordinator?
Thanks!
Posted: Sat Feb 04, 2006 9:45 am
by gnozal
ts-soft wrote:gnozal wrote:I just compiled some apps with jaPBe and PB400 beta 1 : jaPBe still works !
Of course the new compiler options (like /THREAD or /UNICODE) need to be implemented ...
Unicode only works with UTF8 in the IDE
OK, I have Win98 anyway.
Posted: Sat Feb 04, 2006 11:01 am
by ts-soft
Dare2 wrote:Hi ts-soft.
Is JaPBe a candidate for PBOSL?
Sorry, isn't a lib
Dare2 wrote:
How does the maintenance of code in PBOSL work? The original authors only? Teams with a co-ordinator?
Thanks!
Mostly, when available, the author. The PBOSL-TEAM testing and correct some mistakes.
For Groupworks, we have a CVS (webPM), also for other projects like jaPBe.
Send me a pm, i create a account for you or for the group
Posted: Sat Feb 04, 2006 11:13 am
by Dare2
Hi ts-soft,
Thanks for the info!
Also, thanks for the offer of the account. I don't need an account, was just curious as I have an idea I am toying with. However, if it moves beyond the idea stage it wouldn't be a lib either.
Glad you guys are looking after the OS libs. So thanks for that as well, it is a really useful resource.
