jaPBe 3.13.4 [IDE for PB 4 and PB 5]

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

Moderator: gnozal

sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

Post by sverson »

gnozal wrote:jaPBe disables the MSDN checkbox if 'ms-help://ms.msdn' is not foud in '#HKEY_CURRENT_USER, "Software\Microsoft\MSDN\8.0\Help"'. Why you don't have this string after proper installation, I don't know.
I added "ms-help://MS.MSDNQTR.v80.en" to "HKEY_CURRENT_USER\Software\Microsoft\MSDN\8.0\Help" - now it works! (SDK and MSDN)

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

Post by gnozal »

sverson wrote:I added "ms-help://MS.MSDNQTR.v80.en" to "HKEY_CURRENT_USER\Software\Microsoft\MSDN\8.0\Help" - now it works! (SDK and MSDN)
:D
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 »

Sub-Routine wrote:I had a jaPBe freeze yesterday. I copied a block (~30 lines), pasted it, accidentally pasted it again, hit Ctrl+Z (undo) and jaPBe froze. Task Manager showed 50% use (I have a dual P4) and I finally had to end the process.
I use the automatic backup and do plenty of saves so I didn't lose much :)
Rand
Could you test the new beta 3.6.6 ? It should fix the paste freezing problem (at least with my tests).

Download BETA 3.6.6 [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).
sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

Post by sverson »

sverson wrote:I added "ms-help://MS.MSDNQTR.v80.en" to "HKEY_CURRENT_USER\Software\Microsoft\MSDN\8.0\Help" - now it works! (SDK and MSDN)
Now its getting adventurous :evil: :!: :? :?: :cry:

...it works!... until i ask for QueryPerformanceCounter_()!

After pressing F1 there comes an error:
Image
and then - of course - compiling is disabled in menu:
Image

BUT after pressing F1 again I get the information I want.
QueryPerformanceCounter_() SDK and MSDN info is found.

After restarting the compiler from jaPBe menu the error comes again.
QueryPerformanceCounter_ is the only function I found where this error appears. (until now)

jaPBe v3.6.5 and BETA 3.6.6

THX for all your help!
;-) sverson
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

sverson wrote:
sverson wrote:I added "ms-help://MS.MSDNQTR.v80.en" to "HKEY_CURRENT_USER\Software\Microsoft\MSDN\8.0\Help" - now it works! (SDK and MSDN)
Now its getting adventurous :evil: :!: :? :?: :cry:

...it works!... until i ask for QueryPerformanceCounter_()!

After pressing F1 there comes an error:
Image
It 's a Purebasic bug. Try the same in PB IDE ...
It's because no Purebasic keyword begins with a 'Q'.

Check added in jaPBe beta : http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

Post by sverson »

gnozal wrote:Check added in jaPBe beta : http://people.freenet.de/gnozal/jaPBeForPB400_beta.zip
@speedy gonzales
THX a lot! - No error with beta 3.66 :)

;-) sverson
sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

Post by sverson »

...two more issues

1st - possibly a bug
  • after pressing [F7][Enter] very quick the compiler runs forever - - - until restart...
    Image
    it seems like save has not finished when the compiler starts (thread problem?)
2nd - it would be nice...
  • ...to have a subdir for backups to keep the projectdir clear.
    Image
THX :wink: sverson
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

1st - possibly a bug
  • after pressing [F7][Enter] very quick the compiler runs forever - - - until restart...
    Image
    it seems like save has not finished when the compiler starts (thread problem?)
Apparently, sometimes jaPBe doesn't get the #PB_MSG_Compilation_Finished message from the compiler. I don't know why (yet?)
2nd - it would be nice...
  • ...to have a subdir for backups to keep the projectdir clear.
    Image
Done (reload beta).
Last edited by gnozal on Thu Jun 08, 2006 7:41 am, edited 1 time in total.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
inc.
Enthusiast
Enthusiast
Posts: 406
Joined: Thu May 06, 2004 4:28 pm
Location: Cologne/GER

Post by inc. »

Hi gnozal,

a very big "please" to you if you could implement the mod of "Le Soldat Inconnu" to your firther releases where the user can set via jaPBes's Preferences individual indention keywords?
As I did recognise there you can just add the auto indention, but maybe you or he can also support the "bold" highlightning and folding of such settet keywords.
That would be grrrrreat :D
Post: http://www.purebasic.fr/english/viewtop ... 748#144748
Source: http://perso.wanadoo.fr/lesoldatinconnu/bazar.htm
Check out OOP support for PB here!
sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

Post by sverson »

@gonzal:
2nd - it would be nice...
  • ...to have a subdir for backups to keep the projectdir clear.
Done (reload beta).
Great - Thanks!

;-) sverson
sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

Post by sverson »

@gonzal:
Apparently, sometimes jaPBe doesn't get the #PB_MSG_Compiler_Ready message from the compiler. I don't know why (yet?)
I'm just guessing - - for me it looks like this:
When i press [F7] and press [Enter] after a second or two there is no problem. :)
When i press [F7][Enter] the system is still saving when the compiler tries to open the file. The file is locked for saving -> the compiler (bug?) can't handle this and goes to nirvana. :?

I hope it helps a little.

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

Post by gnozal »

I'm just guessing - - for me it looks like this:
When i press [F7] and press [Enter] after a second or two there is no problem. :)
When i press [F7][Enter] the system is still saving when the compiler tries to open the file. The file is locked for saving -> the compiler (bug?) can't handle this and goes to nirvana. :?
I still don't know why sometimes jaPBe doesn't get the #PB_MSG_Compilation_Finished message from the compiler. I can't reproduce this on Win98SE, only on WinNT4, and it does not seem related to saving.
Anyway, I have added some 'TimeOut' fix : could you try the beta again ?
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 »

Hi gnozal,

a very big "please" to you if you could implement the mod of "Le Soldat Inconnu" to your firther releases where the user can set via jaPBes's Preferences individual indention keywords?
As I did recognise there you can just add the auto indention, but maybe you or he can also support the "bold" highlightning and folding of such settet keywords.
That would be grrrrreat :D
Post: http://www.purebasic.fr/english/viewtop ... 748#144748
Source: http://perso.wanadoo.fr/lesoldatinconnu/bazar.htm
LSI stopped developping his modification for now ( http://purebasic.forum-gratuit.com/view ... 4&start=61 ) and it's still missing highlighting.
I thought adding the modification when it is complete and stable, because it's a huge change in jaPBe internals. Maybe I will have a look when I have some time.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

Post by sverson »

@gonzal:
I have added some 'TimeOut' fix : could you try the beta again ?
It might be just a workaroud - but on my XP pro it's running now. :)
Thanks very much. Now I don't need to restart the compiler every second F7.

;-) sverson

P.S.
When i have some time I'll install PB&jaPBe on several VMs - then i can test it on WIN95,98,ME,NT,... - - but as you can guess this will take some hours which i don't have at the moment.
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.6 released


- Bugs fixed (and new bugs added)
- added 'Insert Declarations' in Project Menu [language file entries 528 - 529]
- added optional backup directory
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply