Author Topic: TI Basic Editor  (Read 19891 times)

0 Members and 1 Guest are viewing this topic.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: TI Basic Editor
« Reply #90 on: May 22, 2010, 12:56:00 pm »
Default cursor as in when you are just in empty space?  Or are you suggesting i make the character 2 spaces thinner in general?
Empty space. :)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: TI Basic Editor
« Reply #91 on: May 22, 2010, 01:37:30 pm »
Ah, well in that case i can just change the width of the ending character and everything will fix itself :) Note that the cursor will be 2 pixels wider when it is over 4 pixel width characters, since it leaves a 1 pixel space to either side.  So if you move the cursor from empty space onto text it will get bigger.  Unfortunately the conj()r command is making it very difficult to implement editing, i might have to just use a For loop.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: TI Basic Editor
« Reply #92 on: May 23, 2010, 10:20:14 am »
Ah, okay. :)  I think the width of the ending character should be 6 then. :D

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: TI Basic Editor
« Reply #93 on: May 24, 2010, 11:03:44 pm »
Wewt, I have added basic editing to my program! Right now it only supports tokens that are found directly on the calculator keys, and without pressing 2nd or Alpha.  There is also no Deleting or clearing lines yet, although you can add data onto the end of a line making it bigger.  However, it will not resize the program, which means it cuts of data from the end of the program.  This is how it will have to work until i can get the memory management thing working :P

Here is a fun screenie showing the new features!

I am also starting work on implementing 2 byte tokens, which is proving to be a bit tricky.  As of now they just look appear as random symbols ;D

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: TI Basic Editor
« Reply #94 on: May 24, 2010, 11:07:51 pm »
wow awesome! And I like how it looks with the cursor. Some people who disliked the BASIC editor due to not showing enough code in the screen will like this. I also think the inverted cursor is a good idea definitively. Keep up the good work!
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: TI Basic Editor
« Reply #95 on: May 24, 2010, 11:08:40 pm »
awsome dude cant wait to see 2byte token support

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: TI Basic Editor
« Reply #96 on: May 24, 2010, 11:14:05 pm »
That looks really cool :)
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: TI Basic Editor
« Reply #97 on: May 25, 2010, 08:57:49 am »
Very nice work! I'd also agree that the inverted cursor looks great as well. =D

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: TI Basic Editor
« Reply #98 on: May 25, 2010, 08:20:30 pm »
This looks really nice!  Excellent job on this, I can't wait for more! ;D

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: TI Basic Editor
« Reply #99 on: May 25, 2010, 08:48:28 pm »
Beautiful!

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: TI Basic Editor
« Reply #100 on: May 26, 2010, 07:04:09 am »
This is coming along nicely. Keep up the good work! :)
"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.