Search found 5 matches

by gamparono
Tue Apr 15, 2025 9:40 am
Forum: Bugs - IDE
Topic: PB 6.03 - Win X64 - Stuck highlighting.
Replies: 18
Views: 3384

Re: PB 6.03 - Win X64 - Stuck highlighting.

Image
please, fix this to

// Edit: fixed broken image link (Kiffi)
by gamparono
Tue Feb 18, 2025 7:27 am
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 76809

Re: PureBasic 6.20 is out !

IsPack() is fully missing in 6.20, added only to online manual(.chm file also missing whole page)

P.S. btw, would someone be able to fix IDE syntax highlight please?
P.P.S. Also figuring out occasional IDE crashes(freezes) after 6.10 release, can't get specific steps...
by gamparono
Thu May 30, 2024 7:48 pm
Forum: Bugs - Documentation
Topic: [Done]PB v6.1x CalendarGadget and PB_Calendar_Bold
Replies: 4
Views: 1960

Re: PB v6.1x CalendarGadget and PB_Calendar_Bold

It was a useful feature i was missing to... Need some open source for libraries.
by gamparono
Fri Feb 02, 2024 6:39 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 344
Views: 107729

Re: PureBasic 6.10 beta 4 is out !

Quin wrote: Sun Jan 21, 2024 6:21 pm What kind of increase are we talking here? It may be completely worth it, especially because we could possibly get MP3 like discussed above.
What about the size jump in beta from 5KB to 140KB on empty .exe? library size is not much to that :)
by gamparono
Tue Nov 14, 2023 6:43 pm
Forum: Bugs - IDE
Topic: PB 6.03 - Win X64 - Stuck highlighting.
Replies: 18
Views: 3384

Re: PB 6.03 - Win X64 - Stuck highlighting.

Another related Redo bug, follow instruction in comment
leave_me=1
move_me_up=2 ; MoveLineUp(Ctrl+Shift+Up) > Undo(Ctrl+Z) > Redo(Ctrl+Y)
leave_me=3
Now the manipulated line loose syntax highlight(black in my theme). This happens with any qty of lines and with Cut(Ctrl+X) in similar conditions ...