Author Topic: Lower-case letters on the nspire?  (Read 4631 times)

0 Members and 1 Guest are viewing this topic.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Lower-case letters on the nspire?
« on: June 21, 2010, 02:53:34 pm »
I know that only specific OS versions have it, but is it available on the nspire? I might be missing an option to turn it on or something. Anybody know if this is possible? I'd really like lowercase, it makes axe programs look much nicer, especially in app form.

Offline Silver Shadow

  • Beta Tester
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +27/-7
    • View Profile
Re: Lower-case letters on the nspire?
« Reply #1 on: June 21, 2010, 03:18:13 pm »
Lowercase isn't enabled by default. This applies to any version of TI's OS, including the Nspire ones. To enable it, you need asm programs, but a lot of apps can do that for you, including DCS and Axe Parser. To enable lowercase from the Axe Parser app, go into its option menu.
Former Coder of Tomorrow


Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Lower-case letters on the nspire?
« Reply #2 on: June 21, 2010, 07:00:03 pm »
Thanks! I originally thought that was to tell it to compile using lowercase!

This gives me fond memories of my 86....

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Lower-case letters on the nspire?
« Reply #3 on: June 21, 2010, 11:21:00 pm »
It is really retarded that TI made it impossible to enable lowercase without the help of apps and ASM programs when the option is already available on the calc. Back then I was sure it was a MirageOs hook, then I discovered it was already a feature.
* DJ Omnimaga stabs Texas Instruments again >.>
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Lower-case letters on the nspire?
« Reply #4 on: June 22, 2010, 09:56:42 am »
It is definitely annoying. The corresponding getkey codes (ASM, not Axe or BASIC) are in the include file! I mean, it couldn't be that hard to expand the mode menu by one item, would it? They probably have a slight reason for doing it: lowercase letters are two bytes each. (Why they can't be one-byte tokens, I don't know. Silly TI, there are probably 26 rarely used math functions that people would be okay with becoming two-byte tokens.) Of course, the two-bytes thing is TI's fault anyway.
[/endrant]
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Lower-case letters on the nspire?
« Reply #5 on: June 22, 2010, 12:41:21 pm »
yeah true, the two bytes thing is retarded too. I got caught when working on some games before. I decided to make everything lowercase and ended up running out of RAM. I had to find excuses to fit every possible caps sentence where I could, for example, making bosses yell in Illusiat 12.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)