Change of Naming?

Working on new editor enhancements?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by pbdep.


Hello IDE Team,

Is it possible to change (PurebasicIDE.pb)
procedure (Compilerun)

MessageRequester("Error", "The compiler isn't ready... Please try again.", #MB_ICONWARNING)

change into

MessageRequester("Error", "PureBasic/Compiler is already running... Please close previous session and try again.", #MB_ICONWARNING)


Its a little confusing the first error, but mainly it looks if
the compiler is already running.

Regards,
Norman.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by PB.

The first error doesn't make it look like the compiler isn't running.
It's stating that it isn't ready for compilation, which is true. All
you need to do is wait a second or two more and then it's ready to go.
Post Reply