jaPBe 3.13.4 [IDE for PB 4 and PB 5]

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

Moderator: gnozal

dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Why is jaPBe so very slowly ?

Post by dige »

I have a similar problem. jaPBe is fast at startup, but after some time of coding,
it will become slower and slower. My guess was the synchlist, but I'm not sure.

May be there is a linkedlist inside japbe, which will longer and longer without
ClearList etc. ?
"Daddy, I'll run faster, then it is not so far..."
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.10.5 [IDE for PB 4.xx]

Post by gnozal »

AL90 wrote:BTW: For the other problems, I have cut some parts of my source code. If you scroll this part you can now better
see the effect what I mean. (Procedure-Explorer) Please scroll it up or down and see the right side. In addition to it,
open/close the first procedure (SetDefaultLanguage) and look at the Procedure-Explorer's header to see the
flicker effect. (In the complete code, the waiting time is 2-3 x higher before the procedure is opened or closed)
I hope I can so help you for better find the problem. :wink:
Thanks ! With you code, I see what you mean.
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:

Re: jaPBe 3.10.5 [IDE for PB 4.xx]

Post by gnozal »

Small update (again) (v3.10.5.829)

Changes
- should fix the flickering issue posted by AL90
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
AL90
Enthusiast
Enthusiast
Posts: 217
Joined: Fri Sep 16, 2005 7:47 pm
Location: Germany
Contact:

Re: jaPBe 3.10.5 [IDE for PB 4.xx]

Post by AL90 »

Oh yes, that works now 100% ok. Thanks you gnozal. :D
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: jaPBe 3.10.5 [IDE for PB 4.xx]

Post by dige »

jaPBe crashes (or quits) if the compiler crashes. you can try it
with PB 4.50 RC2 and this code: http://www.purebasic.fr/english/viewtop ... =4&t=42490
"Daddy, I'll run faster, then it is not so far..."
Blackskyliner
New User
New User
Posts: 4
Joined: Thu Sep 22, 2005 7:35 pm
Location: Germany

Re: jaPBe 3.10.5 [IDE for PB 4.xx]

Post by Blackskyliner »

Purifier Flag would be great.. :(

I like this Editor :thumbsup:
Every post I do is not finally. It could be possible that I change the text right after posting it to avoid dobule-posting.
_________________
Purebasic Windows 7 x64 & Linux (Ubuntu 10.04LTS) 4.50[x64|x86] User
_________________
Projects: -None-
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.10.5 [IDE for PB 4.xx]

Post by gnozal »

Blackskyliner wrote:Purifier Flag would be great.. :(
I like this Editor :thumbsup:
Menu -> Project -> Compile/Purifier (Shift+F6)
Only present if detected PB version >= 4.50.
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:

Re: jaPBe 3.10.5 [IDE for PB 4.xx]

Post by gnozal »

dige wrote:jaPBe crashes (or quits) if the compiler crashes. you can try it
with PB 4.50 RC2 and this code: http://www.purebasic.fr/english/viewtop ... =4&t=42490
I don't have RC2 anymore, sorry.
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:

Re: jaPBe 3.10.6 [IDE for PB 4.xx]

Post by gnozal »

Update (v3.10.6.830)

Changes
- fixed an issue with the F1 help function and some PB keywords
- added a workaround for the PB4.50 final linked list help bug
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:

Re: jaPBe 3.10.6 [IDE for PB 4.xx]

Post by gnozal »

Update (v3.10.7.844)

Changes :
- added selection highlighting : if a word is selected, all identical words in the source with the same style are highlighted.
  Block highlighting needs to be enabled in Preferences.
  Thanks Erix14.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
X
Enthusiast
Enthusiast
Posts: 311
Joined: Tue Apr 04, 2006 6:27 am

Re: jaPBe 3.10.7 [IDE for PB 4.xx]

Post by X »

Sorry it took so long :( Using jaPBe with the 64bit compiler works great on Windows 7 64bit. I'll have to try it on the Windows 2008 64bit at lunch time at work tomorrow :)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.10.7 [IDE for PB 4.xx]

Post by gnozal »

Update (v3.10.7.846)

Changes :
- selection highlighting ; you may set a style in jaPBe.pref.  

Code: Select all

...
  [General]
 ...
  IndicSetStyle = 7
 ...
  Available styles (from Scintilla documentation) :
  0 Underlined with a single, straight line.
  1 A squiggly underline.
  2 A line of small T shapes.
  3 Diagonal hatching.
  4 Strike out.
  5 An indicator with no visual effect.
  6 A rectangle around the text (default)
  7 A rectangle with rounded corners around the text using translucent drawing with the interior more transparent than the border.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
zxtunes.com
Enthusiast
Enthusiast
Posts: 375
Joined: Wed Apr 23, 2008 7:51 am
Location: Saint-Petersburg, Russia
Contact:

Re: jaPBe 3.10.7 [IDE for PB 4.xx]

Post by zxtunes.com »

Bug:

Do I have Russian Windows. User name written in Russian letters. As a result, when I compile a program in debug mode and click on "Quit", every time there is stalking the window:

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

Re: jaPBe 3.10.7 [IDE for PB 4.xx]

Post by gnozal »

zxtunes.com wrote:Bug:
Do I have Russian Windows. User name written in Russian letters. As a result, when I compile a program in debug mode and click on "Quit", every time there is stalking the window:
Image :(
This is a Purebasic issue : it also happens with french accents.
I posted the issue some time ago (PB4.30 !) : http://www.purebasic.fr/english/viewtop ... =4&t=35437
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
ozzie
Enthusiast
Enthusiast
Posts: 443
Joined: Sun Apr 06, 2008 12:54 pm
Location: Brisbane, Qld, Australia
Contact:

Re: jaPBe 3.10.7 [IDE for PB 4.xx]

Post by ozzie »

Sometimes when I'm editing code and possibly adding and/or removing Procedures, jaPBe seems to lose some of the 'Book' links. For example, if I click on an entry under 'Book' it will either take me to the wrong line or it will take me back to the start of the file. The only way I've found to fix this is to close and reopen the file I'm working on (or close and reopen jaPBe).

If it's not easy to track down what causes this error, what would be helpful is a menu item or toolbar button to refresh the lists for the current file.

I'm using jaPBe 3.10.7.846 and PB 4.51 RC1 (x86).
Post Reply