jaPBe 3.13.4 [IDE for PB 4 and PB 5]

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

@Chen:
Just write your code and hit F6 (Compile/Debug) or F5 (Compile/Run).
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post by chen »

thanks :wink:
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

@gnozal: thank you very much. nice to see how the things looking up :)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- some fixes
- updated definition files

Approaching final release (I hope).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

Merci Gnozal.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

Thanks again :D
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kiffi
Addict
Addict
Posts: 1486
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Post by Kiffi »

[size=0]
x
x
x
[/size]
merci beaucoup! Image

Greetings ... Kiffi
remi_meier
Enthusiast
Enthusiast
Posts: 468
Joined: Sat Dec 20, 2003 6:19 pm
Location: Switzerland

Post 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 :wink:
Athlon64 3700+, 1024MB Ram, Radeon X1600
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- Deutsch.txt updated
- keyword 'CompilerError' added
- optimized (Un)Fold All
- new icon (hope you like it)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post 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.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Shannara wrote:Nice icon :) Could use transparency for the background instead of white ...
I tried transparency. I prefer white :D
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 :shock:
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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- some fixes
- update for beta 7
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply