Author Topic: Typing TI-BASIC/AXE in TokenIDE  (Read 7341 times)

0 Members and 1 Guest are viewing this topic.

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Typing TI-BASIC/AXE in TokenIDE
« on: May 25, 2011, 06:24:05 am »
how do you type this on TokenIDE?
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #1 on: May 25, 2011, 09:18:21 am »
~D->D




Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #2 on: May 25, 2011, 09:28:32 am »
~D→D

As Deep Thought said, you can check the AxeTokens.xml or the Tokens.xml files to see how to type stuff.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #3 on: May 25, 2011, 11:16:43 am »
Nope, it's ->, not →.




Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #4 on: May 25, 2011, 11:18:33 am »
Nope, it's ->, not →.

They are both correct for TokenIDE, it reads them as the same.....

Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #5 on: May 25, 2011, 11:28:17 am »
→ is an alternative for ->, so as Scout said they both work. However, -> is the main symbol, since that's the one that's easiest to type in the keyboard, that means when it's opening a program it'll show it as ->, even if you put →.

It might be a good idea for me to have some sort of look up.

Also note that if you want to actually use a tilde, you'll want to use the string:
Code: [Select]
|~If you actually want a vertical bar and then a tilde, you can use backslash to escape it, but then you need to include the bar for a tilde:
Code: [Select]
|\||~
You should also update to the most recent version of tokens:
http://merthsoft.com/Tokens.zip
I don't know which version you're using, but some improvements have been made. Specifically the "Tokens" pane when editing a file which helps show how it's actually getting converted for the calc:


This reminds me that I need to update the Tokens thread here, someone should make sure I do that when I get home.
Shaun

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #6 on: May 25, 2011, 11:29:13 am »
It's just *way* easier for me to type → than ->, it takes less than half of the time, so I just type that all the time.

Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #7 on: May 25, 2011, 11:33:33 am »
That's fair. It's going to be different for different keyboards/users, that's why I added the "alt" in there. You can, of course, edit the xml to your liking and make → the main.
Shaun

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #8 on: May 25, 2011, 11:34:37 am »
That's fair. It's going to be different for different keyboards/users, that's why I added the "alt" in there. You can, of course, edit the xml to your liking and make → the main.

Ah that's great, thanks I didn't know that :)

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #9 on: May 25, 2011, 08:02:43 pm »
cool. is the one on ticalc.org not the most recent? possibly as it was updated march 2011

Yeah this one's much better, has the characters in brackets
« Last Edit: May 25, 2011, 08:09:53 pm by jhgenius »
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #10 on: May 25, 2011, 10:41:31 pm »
Nope, it's ->, not →.

They are both correct for TokenIDE, it reads them as the same.....

Ah, didn't know that, sorry :)

And that token panel looks cool! Can it be optionally disabled?




Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #11 on: May 26, 2011, 12:29:18 am »
Ok then I'll try and sum up the differences for beginners like me:

Tell me if there's any mistakes
30/05 version 6

« Last Edit: May 29, 2011, 08:20:38 pm by jhgenius »
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #12 on: May 26, 2011, 11:22:13 am »
... that token panel looks cool! Can it be optionally disabled?
It can't be disabled, but that's because there's no real reason to do so. Maybe if someone is using a REALLY slow machine they'd notice a performance hit. If it comes up as an issue, and I can turn off the auto-update.

Ok then I'll try and sum up the differences for beginners like me:

Tell me if there's any mistakes
Ah, that's wonderful, I should definitely include that in the download, you'll be credited. Thanks!
Shaun

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #13 on: May 29, 2011, 08:07:34 pm »
Thank you so much. It is an incomplete list tho, i'll see if i can update it and simplify it to just include the commands that can be confusing!
Eg: I have already separated the commands that require square braces (eg: [sigmax]) from the rest

also about the panel. it can be very slow once you insert a long string for example a picture, each command takes about a second to update. maybe you could set it so that it wouldn't automatically update the tokens every time you type a character but there's a refresh button if you want to see the updated token/hex code?

Anyway this is kinda going off topic, well i mean this stuff should be in the official TokenIDE thread, if there is one. if there isn't one (except for this thread) then never mind what i just said.
« Last Edit: May 29, 2011, 08:11:05 pm by jhgenius »
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Typing TI-BASIC/AXE in TokenIDE
« Reply #14 on: May 31, 2011, 06:05:51 pm »
Thank you so much. It is an incomplete list tho, i'll see if i can update it and simplify it to just include the commands that can be confusing!
Eg: I have already separated the commands that require square braces (eg: [sigmax]) from the rest

also about the panel. it can be very slow once you insert a long string for example a picture, each command takes about a second to update. maybe you could set it so that it wouldn't automatically update the tokens every time you type a character but there's a refresh button if you want to see the updated token/hex code?

Anyway this is kinda going off topic, well i mean this stuff should be in the official TokenIDE thread, if there is one. if there isn't one (except for this thread) then never mind what i just said.

That thread is right here.