Main Menu

REM is turning into Rem by itself?

Started by SpellSword, January 06, 2008, 03:53:09 PM

Previous topic - Next topic

SpellSword

Huzzah! I've returned, and with a shiny new machine!  8)
(I've been gone for a while due to an unavoidable random SNAFU.)

My previous machine self-destructed :o, but I've finally managed to replace it and port all my Play Basic projects over to the new machine. Though, I'm encountering something strange that wasn't happening before.

The PB Editor is automatically changing the case of words as I scroll past them in my source code. (Example: 'REM' becomes 'Rem', 'ENDIF' becomes 'EndIf'. )

This wasn't happening before. I seem to remember turning something off in the Play Basic settings last time I installed it, but I can't recall what it was.

Does this sound familiar to anyone?  ???
When I dream,
I carry a sword in one hand,
a gun in the other...

blackmeadow

hmm, try going to Extra -> Preferences -> Editor and see if the live case correction or any other related settings are checked.

what version of pb are you using?

Big C.

u got the hint from blackmeadow...

exactly u have to do following...

- open preferences (under menu point Extra)
- change to tab Editor
- check under editor options Use Syntax Highlighter
- check Live Case Correction
- change Type from Default to Upper Case

For more Information do a click on the Button Help on Preferences Window :)

SpellSword

Thanks, that got it!
Quote from: blackmeadow on January 06, 2008, 11:31:49 PMwhat version of pb are you using?
Compiler Version V1.63n
IDE Version 1.1.5f

I know it's not the current version, but I plan to update after I complete my current project.

Quote from: Big C. on January 07, 2008, 10:50:53 AMFor more Information do a click on the Button Help on Preferences Window :)
Will do.
When I dream,
I carry a sword in one hand,
a gun in the other...

blackmeadow

QuoteCompiler Version V1.63n
IDE Version 1.1.5f

same here.  i'm finishing the project today and registering my pb tonight (woo!  ;D)