0 Members and 4 Guests are viewing this topic.
<Token byte="$CE" string="If " /> <Token byte="$CF" string="Then" indentGroup="End Group" /> <Token byte="$D0" string="Else" /> <Token byte="$D1" string="While " indentGroup="End Group" /> <Token byte="$D2" string="Repeat " indentGroup="End Group" /> <Token byte="$D3" string="For(" indentGroup="End Group" /> <Token byte="$D4" string="End" indentGroup="End Group" indentGroupTerminator="true" />
Wow that's a nice idea actually. You can't imagine how hectic it was to count blocks in Illusiat 13 boss programs (which are 15 KB each). One suggestion would be to add optional color support for nested blocks, like in Cooliojazz's TI editor a few years ago, although it's up to you.
Syntax highlighting, it's always a good idea.
Block counting. Now that's one enormously useful feature for TI-BASIC. There've been plenty of times while editing a TI-BASIC program (or Axe program for that matter) in the calculator editor where I wished I had some way to quickly find that one missing End screwing up the flow of the entire program And the feature you just added to count tokens in a selection too—they're both really useful!
<Token byte="$CF" string="|~" />
<Token byte="$B0" string="~"> <Alt string="|-" /> <Alt string="⁻" /> </Token>
#define word kdisp "k"
#define word applesaucedisp "word"