Page 5 of 5

Posted: Tue Jun 07, 2005 10:46 pm
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?

Posted: Wed Jun 08, 2005 2:26 am
by Dreglor
whats this libary subsystem thats in the compiler options? it unsurported now but what will it do when it is?

Posted: Wed Jun 08, 2005 8:38 am
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?

Posted: Fri Jun 10, 2005 9:18 am
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

Posted: Fri Jun 10, 2005 9:50 am
by DoubleDutch
Shouldn't this be in bugs?

Posted: Fri Jun 10, 2005 11:11 am
by CSAUER
Thanks for the hint. I posted in Bugs as well.

Regards
CSauer

Posted: Tue Jun 14, 2005 4:25 pm
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.