PureBasic 4.60 beta 4

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: PureBasic 4.60 beta 4

Post by electrochrisso »

Great work PB team and thanks very much. :D I have done a bit of testing, everything running great and have only notice one small bug still existing for me so far... Color Picker still mess up the RGB HSL boxes when switching between RGB Panel and the other ones when using in a separate window, but is ok when used in the ToolsPanel.
I love the feature of being able to have the help in ToolsPanel too, saves a lot of window switching. :D A great added feature would be to be able to toggle between two ToolsPanel display widths so to quickly expand and decrease the view of the help and code areas.
PureBasic! Purely the best 8)
User avatar
kenmo
Addict
Addict
Posts: 2033
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 4.60 beta 4

Post by kenmo »

Just noticed the "View Changes" and "Compare Files" tools in the IDE... nice addition, more thanks!
ColeopterusMaximus
User
User
Posts: 66
Joined: Fri Oct 29, 2010 11:29 am

Re: PureBasic 4.60 beta 4

Post by ColeopterusMaximus »

Sweeet!
Little John
Addict
Addict
Posts: 4777
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 4.60 beta 4

Post by Little John »

Thank you very much! Time for a donation. :-)

Best regards, Little John
Wladek
User
User
Posts: 98
Joined: Mon Feb 23, 2009 4:01 pm
Location: Poland
Contact:

Re: PureBasic 4.60 beta 4

Post by Wladek »

Image
Why ?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PureBasic 4.60 beta 4

Post by ts-soft »

Wladek wrote:Why ?
Old incompatible UserLib!
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Wladek
User
User
Posts: 98
Joined: Mon Feb 23, 2009 4:01 pm
Location: Poland
Contact:

Re: PureBasic 4.60 beta 4

Post by Wladek »

ts-soft wrote: Old incompatible UserLib!
Thanks, and sorry
User avatar
kenmo
Addict
Addict
Posts: 2033
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 4.60 beta 4

Post by kenmo »

No need to apologize! :)

PushListPosition() and PopListPosition() are so useful, especially for making some procedures (which use lists) very self-contained and modular.

I just want to add even more thanks for these small but valuable new features!
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: PureBasic 4.60 beta 4

Post by blueznl »

kenmo wrote:No need to apologize! :)

PushListPosition() and PopListPosition() are so useful, especially for making some procedures (which use lists) very self-contained and modular.

I just want to add even more thanks for these small but valuable new features!
Aaaaaaah! I overlooked those, they will really come in helpful when doing recursive stuff, or reusing the same list over and over again, as I've done in some code...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Re: PureBasic 4.60 beta 4

Post by Foz »

Yup already replaced a bunch of pointer assigning and ChangeCurrentElement!

That and the Canvas Gadget are probably the most useful additions to this release - well, for me anyway!
Post Reply