Page 4 of 8
Re: PureBasic 5.72 LTS Beta 1 is available !
Posted: Mon Feb 24, 2020 2:55 pm
by microdevweb
Thanks at all team
Re: PureBasic 5.72 LTS Beta 1 is available !
Posted: Thu Mar 05, 2020 12:49 pm
by nsstudios
I keep getting an error/crash with 32 bit ide on Windows:
An Error has been detected in the IDE!
Error: Invalid memory access
File :
C:\purebasic\svn\v5.70\GitHub\purebasic\PureBasicIDE\Scintill
aHilightning.pb
Line : 3095
IDE build on 01/31/2020 [16:48] by Fred
Branch: master Revision: aef0ce01b41b
It sometimes happens when opening a file from file/recent, or file requester, but never when opening from explorer.
It also happens when closing current tab with Control+W.
It doesn't happen with the 64 bit one...
I use JAWS screen reader, so perhaps it's doing something to the ide that it doesn't like?
Btw, it would be very nice if one of the secondary compilers could be set as default, so if I use e.g., 32 bit ide and wish to compile most of my programs with the 64 bit compiler, that there was a way to set the 64 bit compiler as default, so that I didn't have to make every script use the 64 bit one individually.
It may not seem like something that would matter to a lot of people, but on certain systems, some people who use screen readers get accessibility problems with the 64 bit ide (menues or scintilla not being read), so they have to use 32 bit ide.
Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Fri Mar 06, 2020 6:02 pm
by Fred
The beta 2 is available !
Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Fri Mar 06, 2020 8:11 pm
by skywalk
Thanks PB Team!
My apps work fine.

Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Fri Mar 06, 2020 8:46 pm
by mk-soft
A very big thanks.
Session History works again on macOS

Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Sat Mar 07, 2020 10:05 am
by wayne-c
Fred wrote:especially statically linked libs which wasn't updated since a long time
Appreciated very much, thank you! No more need to attach external curl libraries in my project

Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Sat Mar 07, 2020 4:06 pm
by box_80
Thanks for the update.

Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Sat Mar 07, 2020 9:19 pm
by marcoagpinto
Thanks, Fred and team!
Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Sun Mar 08, 2020 11:20 am
by Psychophanta
Nice!
Beta 2 is posted on january !!!

Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Sun Mar 08, 2020 11:29 am
by Lord
Psychophanta wrote:...
Beta 2 is posted on january !!!

No.
Fred announced it on Fri Mar 06, 2020 6:02 pm.
See 6 posts above.
Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Mon Mar 09, 2020 9:11 am
by stevie1401
My program code is larger than 16000 lines.
If I click on a procedure in the procedure list and then write something in the editor field then use ENTER or the arrow keys, the IDE still crashes without comment.
Tested with 572 Beta2 and various Linux distributions.
Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Fri Mar 20, 2020 5:49 pm
by Fred
beta 3 is available ! Check first post for the IDE improvement by the community !

Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Sat Mar 21, 2020 9:05 am
by wayne-c
A long waited feature - but how can I activate this? It is not done automatic...

Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Sat Mar 21, 2020 11:57 am
by pf shadoko
special thanks to kenmo for the word chars selection
I can finally get "*" as a separator
I've been waiting a long time for this.
Re: PureBasic 5.72 LTS Beta 2 is available !
Posted: Sat Mar 21, 2020 1:51 pm
by Sicro
pf shadoko wrote:special thanks to kenmo for the word chars selection
I can finally get "*" as a separator
Based on your statement we have a confirmation that we have chosen the right solution to make the chars adjustable.
Setting the "*" character as a separator is also useful if the code contains structures that have pointer variables as structure fields:
Code: Select all
Structure ExampleStruc
*value.i
EndStructure
Define.ExampleStruc example
; ...
Debug example\value
With the default setting, only one "value" is marked.
Each setting has advantages and disadvantages, so everyone should find the right setting for himself.