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
AL90
Enthusiast
Enthusiast
Posts: 217
Joined: Fri Sep 16, 2005 7:47 pm
Location: Germany
Contact:

Post by AL90 »

@gnozal

Superb. Thanks for support this great Product. :wink:

question:

How can I change the default view for 'Book' on the right side ?
On first start it will be show to 'Var' as default. :cry:

Some Bug reports and Tips.

1)

If I turn off the addition of a $00-Byte, then will the Editor remove
the Return (0D0A) at the last Line of Sourcecode.

2)

If I press F1 on a string like 'Test$' jaPBe will not view a list with all lines
of this string, but with variables works fine.

3)

Tip: If I use a Procedure with optional Params, jaPBe will view it in
original Syntax. (e.g. X, Y, Z = 0) I think it is usefully when jaPBe
will show the optional params in [] e.g. ( X, Y, [Z] )

Again thanks for this great update. :wink:
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

Some current bugs:

- jaPBe always starts with active "Var" Panel. (seems not remember my
own settings ... I used "Book" )

- at first start, the code is'nt correct colored until mouse click

- is there a "new" ( unsaved ) code, the Include-Browser does not
work correct

- sometimes heavy flickering ( although disabled "win95 redraw" )

@gnozal: hope that helps :)
DataMiner
User
User
Posts: 25
Joined: Mon Mar 28, 2005 1:29 pm
Location: Germany

Post by DataMiner »

Sorry, i've got some more: If you clicks on an entry in the Tab "Proc" unfortunately to the appropriate Procedure is not jumped.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

AL90 wrote:How can I change the default view for 'Book' on the right side ? On first start it will be show to 'Var' as default.
Fixed. Bookmark is now default.
AL90 wrote:1)
If I turn off the addition of a $00-Byte, then will the Editor remove the Return (0D0A) at the last Line of Sourcecode.
Should be fixed in next release
AL90 wrote:2)
If I press F1 on a string like 'Test$' jaPBe will not view a list with all lines of this string, but with variables works fine.
The variable finder only works for variables. You may use the Find feature
AL90 wrote:3)
Tip: If I use a Procedure with optional Params, jaPBe will view it in original Syntax. (e.g. X, Y, Z = 0) I think it is usefully when jaPBe will show the optional params in [] e.g. ( X, Y, [Z] )
Ok for the next release
AL90 wrote:If you clicks on an entry in the Tab "Proc" unfortunately to the appropriate Procedure is not jumped.
Not a bug, look in the manual. To jump to procedure use the Bookmark tab.
dige wrote:is there a "new" ( unsaved ) code, the Include-Browser does not work correct
What do you mean ?
dige wrote:- at first start, the code is'nt correct colored until mouse click
Cannot reproduce it here. Maybe you don't wait jaPBe is completly initialized (Message 'Welcome to jaPBe...' in log) ?
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 »

jaPBe 3.6.4 release candidate 2

Miscellaneous fixes
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Hades
Enthusiast
Enthusiast
Posts: 188
Joined: Tue May 17, 2005 8:39 pm

Post by Hades »

Great work. :D

One request though. :oops:

Would it be possible to get the same help functionality for Macros as for Procedures (Displaying parameters and maybe the comment if the cursor is inside of the brackets)?
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

jaPBe fully started:

Image
- wrong colors -


After mouseclick inside:
Image
- correct colors -
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Hades wrote:Would it be possible to get the same help functionality for Macros as for Procedures ?
Maybe. If I find out how to do it ...
dige wrote:- at first start, the code is'nt correct colored until mouse click
Thanks for the screens, but I cannot reproduce the (focus?) problem. I have uploaded a new version with a little tweak. Could you test it ?
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 »

Yap, that fix that problem! thanks gnozal!
User avatar
AL90
Enthusiast
Enthusiast
Posts: 217
Joined: Fri Sep 16, 2005 7:47 pm
Location: Germany
Contact:

Post by AL90 »

Superb. Thanx for the fixes and the new update. :wink:
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

jaPBe 3.6.4 release candidate 3

- compile : specify the opengl subsystem first, then the nt4 subsystem
- add source directory to %PATH% before initializing compiler, and source path to %PATH% if Import()/ImportC() used in current source and source not in source directory (and reinitialize compiler before compiling)
This should fix some import libraries issues.
- fixed editor focus problem at start
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 »

thank you again and again :P
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
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

uh! Cant start jaPBe anymore ..

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

Post by gnozal »

dige wrote:uh! Cant start jaPBe
I started it 20 times, no crash ...
I have uploaded a new version, could you try it ?
If it still crashes, please download the sources and compile it with debugger (with PB3.94 and old jaPBe).
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 »

Crashed at Compiler.pbi Linie 189.

I've increased the value to 1024 ... that solves the problem.
Post Reply