jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Moderator: gnozal
Re: Why is jaPBe so very slowly ?
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. ?
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..."
-
- 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]
Thanks ! With you code, I see what you mean.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.![]()
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:
Re: jaPBe 3.10.5 [IDE for PB 4.xx]
Small update (again) (v3.10.5.829)
Changes
- should fix the flickering issue posted by AL90
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).
Re: jaPBe 3.10.5 [IDE for PB 4.xx]
Oh yes, that works now 100% ok. Thanks you gnozal. 

Re: jaPBe 3.10.5 [IDE for PB 4.xx]
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
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..."
-
- New User
- Posts: 4
- Joined: Thu Sep 22, 2005 7:35 pm
- Location: Germany
Re: jaPBe 3.10.5 [IDE for PB 4.xx]
Purifier Flag would be great.. 
I like this Editor

I like this Editor
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-
_________________
Purebasic Windows 7 x64 & Linux (Ubuntu 10.04LTS) 4.50[x64|x86] User
_________________
Projects: -None-
-
- 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]
Menu -> Project -> Compile/Purifier (Shift+F6)Blackskyliner wrote:Purifier Flag would be great..
I like this Editor
Only present if detected PB version >= 4.50.
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:
Re: jaPBe 3.10.5 [IDE for PB 4.xx]
I don't have RC2 anymore, sorry.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
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:
Re: jaPBe 3.10.6 [IDE for PB 4.xx]
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
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).
-
- 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]
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.
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).
Re: jaPBe 3.10.7 [IDE for PB 4.xx]
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 


-
- 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]
Update (v3.10.7.846)
Changes :
- selection highlighting ; you may set a style in jaPBe.pref. 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.
Changes :
- selection highlighting ; you may set a style in jaPBe.pref.
Code: Select all
...
[General]
...
IndicSetStyle = 7
...
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).
- zxtunes.com
- 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]
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:

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:


-
- 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]
This is a Purebasic issue : it also happens with french accents.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:
![]()
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).
-
- 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]
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).
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).