jaPBe 3.13.4 [IDE for PB 4 and PB 5]

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

Moderator: gnozal

Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Another bug, this is 100% latest jaPBe bug, hangs when using (F6) with the code found @ http://www.purebasic.fr/english/viewtop ... 889#144889 I have mistakenly listed it as a PB bug, when infact it's a jaPBe bug (unfortunately). Notice, the referenced code works perfectly with the PB code editor.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Beta update

- Imported functions [Import/EndImport] now also have tooltips

Some restrictions due to detection method :
. detection when loading file = Import[C]/EndImport block
. detection when editing = As keyword
So only imports with 'As' are detected while editing, but all imports are detected while file loading (this feature assumes there is one imported function per line).

Download Last BETA [EXE only] http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip
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 »

Shannara wrote:Another bug, this is 100% latest jaPBe bug, hangs when using (F6) with the code found @ http://www.purebasic.fr/english/viewtop ... 889#144889 I have mistakenly listed it as a PB bug, when infact it's a jaPBe bug (unfortunately). Notice, the referenced code works perfectly with the PB code editor.
Sorry, can't test it right now (I am under NT4).
Note that jaPBe uses the external debugger and the PE IDE usually the internal debugger. Did you try the PB IDE with external debugger ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

Great job, let me know if you're open to suggestions :)

Because I have a nice feature list which would add a lot to the IDE (been adding them myself for private builds but you are far away from that, so, better add to it).

They are not bloat though!, I made the list since the first time I put my eyes on JaPBe.


Name suggestion: JaPB3 !
:lol:
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

dagcrack wrote:Great job, let me know if you're open to suggestions :)
Because I have a nice feature list which would add a lot to the IDE (been adding them myself for private builds but you are far away from that, so, better add to it).
I am always open to suggestions... but I cannot promise to implement everything (it's only a hobby, I am no professional programmer, and I am sometimes short on time).
This was also my private build, but as jaPBe is open source I decided to make it public.
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.5 released


Bug fix release
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post by chen »

gnozal wrote:jaPBe 3.6.5 released

Is this the link for the realease: http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip?

Or it is missing :?
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Post by oryaaaaa »

What is Codepage?

>Procedure MenuItemAlt(id,Text$)

When this procedure is executed, it is sure to become Codepage=0.
It is Codepage=0 to execute this Procedure even when Japanese(932) is set.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

oryaaaaa wrote:What is Codepage?

>Procedure MenuItemAlt(id,Text$)

When this procedure is executed, it is sure to become Codepage=0.
It is Codepage=0 to execute this Procedure even when Japanese(932) is set.
Some infos :
The variable CodePage is the CodePage of the actual source (it is what you see in 'Project Options' [F8]).
The variable DefaultProject\CodePage is the default CodePage for a new source (it is what you see in 'Preferences' [CTRL+P]).

Could you test http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip and tell me what you think ?
Last edited by gnozal on Fri May 19, 2006 2:43 pm, edited 1 time in total.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

dagcrack's suggestion of a slight name change is a good idea. If JaPBe and JaPBe_EX could become two different installable products it would, I think, be neat. I would have both installed and use (old) JaPBe for 3.94 maintenance on progs not worth converting but may need modding/fixing.

But just a passing thought.
@}--`--,-- A rose by any other name ..
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Dare2 wrote:dagcrack's suggestion of a slight name change is a good idea. If JaPBe and JaPBe_EX could become two different installable products it would, I think, be neat. I would have both installed and use (old) JaPBe for 3.94 maintenance on progs not worth converting but may need modding/fixing.
But just a passing thought.
The version number is V3 (the old jaPBe was V2).
Or do you mean rename the EXE ? Why ? I already have them installed (jaPBe V2 and V3) in two different directories without any problem.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Yeah, the EXEs. I was just thinking it would just make for a visual and obvious difference. Running Gnozal_JaPBe and JaPBe for example is more obvious than running two JaPBe's.

But really not important, it was just a thought.
@}--`--,-- A rose by any other name ..
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Dare2 wrote:Yeah, the EXEs. I was just thinking it would just make for a visual and obvious difference.
The icon is not the same :wink:

That's visual :D
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

:D
@}--`--,-- A rose by any other name ..
Post Reply