Author Topic: TokenIDE - TI-BASIC IDE  (Read 73834 times)

0 Members and 1 Guest are viewing this topic.

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: Tokens
« Reply #120 on: November 21, 2010, 04:05:38 pm »
Hmm code highlighting? If you don't have that already that might be cool. I think Cooliojazz had this in his BASIC/Axe editor.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Tokens
« Reply #121 on: November 21, 2010, 04:06:14 pm »
Hmm code highlighting? If you don't have that already that might be cool. I think Cooliojazz had this in his BASIC/Axe editor.

It is in SourceCoder too :D

Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Tokens
« Reply #122 on: November 21, 2010, 04:08:39 pm »
It's planned, I just haven't gotten around to it yet. Work and personal issues have taken most of my energy, so I just wanted to get a release out.
Shaun

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Tokens
« Reply #123 on: November 21, 2010, 04:09:39 pm »
It's planned, I just haven't gotten around to it yet. Work and personal issues have taken most of my energy, so I just wanted to get a release out.

Yeah, highlighting is not very hard*, I managed to do it in C# one day :)
« Last Edit: November 21, 2010, 04:09:51 pm by ScoutDavid »

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: Tokens
« Reply #124 on: November 21, 2010, 04:18:07 pm »
Ah ok I see. I hope you find some more time to work on this soon.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Tokens
« Reply #125 on: November 22, 2010, 06:49:36 pm »
Ah ok I see. I hope you find some more time to work on this soon.

I think these things like Highlighters and Updates are cool, but what he has done so far is very good! I say this because I'm trying to do a compiler too and it's going incredibly hard :(

EDIT: 700th post ;)
« Last Edit: November 22, 2010, 06:49:52 pm by ScoutDavid »

Offline gangsterveggies

  • LV2 Member (Next: 40)
  • **
  • Posts: 36
  • Rating: +2/-1
  • Asm rules
    • View Profile
Re: Tokens
« Reply #126 on: November 22, 2010, 07:40:05 pm »
And what about the source? Will it be provided?
I'm waiting for someone to do a calc Farmville. Maybe one day I'll do it!

Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Tokens
« Reply #127 on: November 22, 2010, 09:37:13 pm »
Alright, here's the ticalc link!
http://www.ticalc.org/archives/files/fileinfo/433/43315.html
Source will not be provided, as this is not an open source project.

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: Tokens
« Reply #128 on: November 22, 2010, 11:15:21 pm »
Cool! I'M also glad ticalc.org got fixed (an error occured for about 2 days). This project is really cool :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Tokens
« Reply #129 on: December 02, 2010, 06:30:34 pm »
I saw on TiCalc that a new versiow was uploaded. It looks good. Nice to see you keep on working

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: Tokens
« Reply #130 on: December 05, 2010, 12:56:34 am »
I'm really starting to like this :w00t:

Some feature requests (sorry if they've been mentioned before):
  • Auto-completion or tabbing to commands like in Terminal
  • Having the project name be part of the window title
  • Having an option to compile as a protected program

Also, I found a bug with the hex display: When I type in the last line in the normal box, the hex box automatically shifts so that only the first row of pixels for the last line show up (the bug I mentioned on IRC).
« Last Edit: December 05, 2010, 12:56:47 am by Deep Thought »




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: Tokens
« Reply #131 on: December 05, 2010, 12:57:22 am »
Auto Completion of commands would be like in Microsoft Visual Basic, right? That would actually be cool.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: Tokens
« Reply #132 on: December 05, 2010, 12:59:25 am »
Auto Completion of commands would be like in Microsoft Visual Basic, right? That would actually be cool.

I've never tried that...

Oh, and just thought of a couple more: Find/Replace function (or at least Find), saving with Ctrl+S instead of F5 (unless you're planning to make them into projects), and a link to the readme in the About menu (if that's possible).
« Last Edit: December 05, 2010, 01:00:07 am by Deep Thought »




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: Tokens
« Reply #133 on: December 05, 2010, 01:02:17 am »
Auto Completion of commands would be like in Microsoft Visual Basic, right? That would actually be cool.

I've never tried that...
You type the beginning of a command then a drop down appears with commands starting with that prefix.

Find/Replace function (or at least Find)
And replace all.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Tokens
« Reply #134 on: December 05, 2010, 10:04:52 am »
I'm really starting to like this :w00t:

Some feature requests (sorry if they've been mentioned before):
  • Auto-completion or tabbing to commands like in Terminal
  • Having the project name be part of the window title
  • Having an option to compile as a protected program

Also, I found a bug with the hex display: When I type in the last line in the normal box, the hex box automatically shifts so that only the first row of pixels for the last line show up (the bug I mentioned on IRC).

Yes, I also agree with those, if this is improved seriously, it can get to be the best .8xp compiler, after SourceCoder. In fact, I think it already is!