jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Moderator: gnozal
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
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
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).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
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).
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).
-
- Enthusiast
- Posts: 468
- Joined: Sat Dec 20, 2003 6:19 pm
- Location: Switzerland
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Hm, it's not in the index of the official help file ... Ah, it's in the readme !
Ok, fixed for the next release.
Ok, fixed for the next release.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Update
Changes :
- Deutsch.txt updated
- keyword 'CompilerError' added
- optimized (Un)Fold All
- new icon (hope you like it)
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).
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 ....

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 ....
A temporary work around this bug is to create an empty file in that directory called, PureBasic.prefs. Then jaPBe will work correctly.Your settings can't be saved !!
The file 'C:\Program Files\PureBasic\PureBasic.prefs' cannot be created.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
I tried transparency. I prefer whiteShannara wrote:Nice iconCould use transparency for the background instead of white ...

No problems here using beta 6 or beta 7Shannara 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 ....

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).