Page 12 of 104
Posted: Mon Mar 06, 2006 11:37 pm
by einander
@Chen:
Just write your code and hit F6 (Compile/Debug) or F5 (Compile/Run).
Posted: Tue Mar 07, 2006 1:25 am
by chen
thanks

Posted: Thu Mar 09, 2006 2:01 pm
by gnozal
Update
Changes :
- updated Constant Explorer list
- adapted Visual Designer plugin
- updated Ref-Purebasic.txt
- added context constant autocompletion : only the pertinent constants are shown (only for PB functions) [language file entry 491]
Example : for ContainerGadget(), only #PB_Container_BorderLess / #PB_Container_Flat / #PB_Container_Raised / #PB_Container_Single / #PB_Container_Double are shown
Posted: Thu Mar 09, 2006 2:26 pm
by dige
@gnozal: thank you very much. nice to see how the things looking up :)
Posted: Sat Mar 11, 2006 10:50 am
by gnozal
Update
Changes :
- some fixes
- updated definition files
Approaching final release (I hope).
Posted: Sat Mar 11, 2006 11:35 am
by Flype
Merci Gnozal.
Posted: Sat Mar 11, 2006 1:03 pm
by Droopy
Thanks again

Posted: Tue Mar 14, 2006 11:40 am
by gnozal
Update
Changes :
- the null byte to separate source code and jaPBe options in the saved file is now optional [language file entry 492]
- another step toward final version : jaPBe for PB4 is now an autoextractible archive ; it contains all you need to use jaPBe (no need to install the old jaPBe).
Posted: Tue Mar 14, 2006 12:26 pm
by Kiffi
[size=0]
x
x
x
[/size]
merci beaucoup!
Greetings ... Kiffi
Posted: Tue Mar 14, 2006 6:05 pm
by remi_meier
Don't know if I have the newest one (you're just too fast), but it seems
that
CompilerError is missing as a keyword

Posted: Wed Mar 15, 2006 8:57 am
by gnozal
Hm, it's not in the index of the official help file ... Ah, it's in the readme !
Ok, fixed for the next release.
Posted: Wed Mar 15, 2006 12:45 pm
by gnozal
Update
Changes :
- Deutsch.txt updated
- keyword 'CompilerError' added
- optimized (Un)Fold All
- new icon (hope you like it)
Posted: Wed Mar 15, 2006 11:33 pm
by Shannara
Nice icon

Could use transparency for the background instead of white ...
Also, the newest jaPBe doesnt work with the newest Pure Basic 4 Beta 6. It gives a fake error of the following whenever pressing F6 ....
Your settings can't be saved !!
The file 'C:\Program Files\PureBasic\PureBasic.prefs' cannot be created.
A temporary work around this bug is to create an empty file in that directory called, PureBasic.prefs. Then jaPBe will work correctly.
Posted: Thu Mar 16, 2006 8:51 am
by gnozal
Shannara wrote:Nice icon

Could use transparency for the background instead of white ...
I tried transparency. I prefer white
Shannara wrote:Also, the newest jaPBe doesnt work with the newest Pure Basic 4 Beta 6. It gives a fake error of the following whenever pressing F6 ....
No problems here using beta 6 or beta 7
It's a debugger error : the pb debugger needs Purebasic.prefs for the syntax coloring options. And so does the new Visual Designer. So just execute the official editor 1 time to set your syntax coloring options.
I will add a warning in jaPBe.
Posted: Thu Mar 16, 2006 1:32 pm
by gnozal
Update
Changes :
- some fixes
- update for beta 7