#SI

Working on new editor enhancements?
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

#SI

Post by Dare2 »

Whenever I start a constant with #Si, eg, "#Simple" it automatically converts to uppercase #SI, eg, "#SImple" before the third letter (4th char) can be typed.

Any way I can stop this? Is there a list somewhere I can disable the #SI (I am not sure what it relates to).


Edit: I see it also does it with #PI. Now I know what #PI is - what is #SI?
@}--`--,-- A rose by any other name ..
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

Dunno about stopping it, but it's the ascii code for SHIFT IN. It indicates that the code combinations which follow will be interpreted according to the standard character set.
BERESHEIT
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Thanks, netmaestro.

I usually have my constants begin "#_" but got lazy (to type one shifted character - that is really lazy!) and ran into this case change.

I can live with this. :)
@}--`--,-- A rose by any other name ..
Post Reply