PB_Compiler_EditorOutput.pb

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

PB_Compiler_EditorOutput.pb

Post by Trond »

Either save the last compiled file somewhere, or stop the IDE from crashing. Before there was a PB_Compiler_EditorOutput.pb, now I can't find it anywhere.

Edit: Now I can find it. But when the IDE crashed, then it was gone.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

This is so annoying. When the IDE hasn't crashed, the file is there. Every time it crashes, the file disappears! :evil:
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Maybe you could tell me how you are making the IDE crash... then i could fix that.
quidquid Latine dictum sit altum videtur
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Thanks. Just press Alt+V (happens when I try to press Alt+B).
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

I agree. The Alt bug is pretty annoying at times.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

works here as it should: calls the 'Visual Designer'
SPAMINATOR NR.1
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

On v4.2 lots of Alt key combinations crash the editor - at least for me.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
UserOfPure
Enthusiast
Enthusiast
Posts: 469
Joined: Sun Mar 16, 2008 9:18 am

Post by UserOfPure »

DoubleDutch wrote:On v4.2 lots of Alt key combinations crash the editor - at least for me.
Here's a reproducable one: start the IDE, press Alt by itself, then press Backspace. Result:

Code: Select all

---------------------------
Error
---------------------------
An attempted read or write to/from an address to which that process isn't allowed
---------------------------
OK
---------------------------
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

confirmed :)
SPAMINATOR NR.1
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Can you try with the Scintilla.dll from 4.10 (in the compilers folder) ?
quidquid Latine dictum sit altum videtur
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

I don't have that DLL anymore - can you upload it somewhere?

I've tried it with the latest 1.76 dll and it still fails with the Alt key problem too - but my program that uses the same dll doesn't.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Post Reply