PureBasic Windows 3.94 beta 1 released!

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

My sources have always compiled within a second or so, even on the slowest of machines, the new version is no different. There must be something else wrong?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Post by Dreglor »

whats this libary subsystem thats in the compiler options? it unsurported now but what will it do when it is?
~Dreglor
akee
Enthusiast
Enthusiast
Posts: 496
Joined: Wed Aug 18, 2004 9:52 am
Location: Penang, Malaysia

Post by akee »

Any chance to have the quick compile option create the executable in the same folder as the source rather than in C:\Program Files\PureBasic\Compiler?
CSAUER
Enthusiast
Enthusiast
Posts: 188
Joined: Mon Oct 18, 2004 7:23 am
Location: Germany

Post by CSAUER »

I figured out following display-problems with the new code-editor:

- Code lines starting with a command (which are bold) have not the same X-position as the lines starting with a variable-name (which are non bold). So the have different indent (only a few pixels)

- I have got refresh problems. If I set a breakpoint and would like to remove it, the dot icon will be there until I tab within the programs. Another refresh problem is: When I set a breakpoint to a procedure call, and when I step through the procedure and come back to the next line after the procedure call, it displays only the breakpoint line and the line after, all others are just grey until I scroll the gadget.

- After breaking on a breakpont, switching between IDE and program should be enable to refresh the program window, else I cannot trace the changes been made between each program step

- Comment text-color and breakpoints background-color should be different

- Marking a text-area with "SHIFT" + "ARROWS" works stange if you will reach the last displayed row (it will be reset to the starting row)

- If the debugger reaches a breakpoint, it should switch automatically to the IDE window to see that it stops on a breakpoint and to step through

Best Regards

CSauer
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Shouldn't this be in bugs?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
CSAUER
Enthusiast
Enthusiast
Posts: 188
Joined: Mon Oct 18, 2004 7:23 am
Location: Germany

Post by CSAUER »

Thanks for the hint. I posted in Bugs as well.

Regards
CSauer
User avatar
J. Baker
Addict
Addict
Posts: 2181
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Post by J. Baker »

If I use the 3.93 IDE in newer versions of PB (3.94 and so forth), will I have any issues? Seems to work fine so far but didn't know if there were any small changes that the IDE had to go through with each update.
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef


Even the vine knows it surroundings but the man with eyes does not.
Post Reply