Author Topic: TFE - Resurrection (TI-File Editor)  (Read 22595 times)

0 Members and 1 Guest are viewing this topic.

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: TFE - Resurrection (TI-File Editor)
« Reply #15 on: June 07, 2010, 01:20:18 am »
Ok, well I updated quite a bit of stuffs.  The "Save As..." should be working now, file properties works now, new files work, as long as you remember to set the properties before saving, things like copy etc. work now.  And it's less buggy.  And there's a couple aesthetic touchups.  At this point, I might say it's feasible to actually use... except no symbol table yet =P (-> is Alt+0252 if you want it) So here... Please report bugs =D
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

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: TFE - Resurrection (TI-File Editor)
« Reply #16 on: June 07, 2010, 01:23:09 am »
cool glad you work it working ^^

I tried save as and it effectively works!

Do you think you could eventually add a feature to convert weird characters so we can copy/paste the source code on forums?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: TFE - Resurrection (TI-File Editor)
« Reply #17 on: June 07, 2010, 01:26:00 am »
You can pretty much already post all the characters on the forum. As far as I know the only one you can't really is the inverted equal sign.

On topic: Sweet. I'll have to try this out :)
Spoiler For Spoiler:



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

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: TFE - Resurrection (TI-File Editor)
« Reply #18 on: June 07, 2010, 04:52:14 am »
Nah I tried and a lot turned into stuff like û or ü :(

TI-Graph Link did the exact same thing.

That said, it would also be good to implement CTRL+C/V shortcuts in next version :P

The ability to drag and drop a file on the TFE icon to open them would be nice, too
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: TFE - Resurrection (TI-File Editor)
« Reply #19 on: June 07, 2010, 05:17:26 am »
Is saving implemented yet? I created a new file and typed in my code. When I try to save it brings up a window to save, but when I click save it gives me this error message:
Code: [Select]
Unhandled exception has occurred in your application. If you click
Continue, the application will ignore this error and attempt to continue. If
you click Quit, the application will close immediatley.

Object reference not set to an instance of an object.

Hitting continue allows the program to continue executing, but does not save the file. I assume there is no syntax checking or a table of tokens yet either, as I couldn't trigger any syntax highlighting nor could i find a token table.

*edit* Just tested saving with someone else's existing file. I opened the file and saved it under a different name and it worked fine. It doesn't seem to like the file I hand typed. I guess it doesn't convert my hand typed ASCII to tokens (yet)?

*edit 2* Oh and as Omni said, some characters appeared as ü or Á or other odd things. I saw this when I opened an actual 8xp file and then re-saved it.
« Last Edit: June 07, 2010, 05:20:50 am by Art_of_camelot »

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: TFE - Resurrection (TI-File Editor)
« Reply #20 on: June 07, 2010, 01:00:12 pm »
@DJ Omnimaga: CRTL-C/V is implemented...
@Art_of_camelot: 1. I mentioned this, but i guess didn't explain it: when creating a new file, you have to go to File>File Properties and set the file name (calculator name) and comment, otherwise, you will get what happened to you, which is a null string error, since it has not been set yet.  Something I meant to do (Make it set to a default value) but forgot. I'll do it in the next version. 2. See 1. for reason yours didn't save.  3.  Do you have the TI83P-PC font installed on your computer?  Cause it should show everything fine... unless it resorts to a standard font =P
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: TFE - Resurrection (TI-File Editor)
« Reply #21 on: June 07, 2010, 01:21:02 pm »
Ah, ok. I wondered what that box was for, I thought it seemed out of place. And no, I don't have a TI83 font installed. I just kind of assumed the program would support those characters or if it needed an extra font that it would have it included. (I don't really program BASIC on PC).
I'll see if I can test it a bit more later. :)

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: TFE - Resurrection (TI-File Editor)
« Reply #22 on: June 07, 2010, 01:36:16 pm »
@DJ Omnimaga: CRTL-C/V is implemented...
Strange, on my Windows 7 (64 bit) computer it does nothing at all...
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: TFE - Resurrection (TI-File Editor)
« Reply #23 on: June 07, 2010, 01:38:14 pm »
Huh, odd... Does clicking them from the menu bar up top do anything?
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

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: TFE - Resurrection (TI-File Editor)
« Reply #24 on: June 07, 2010, 01:41:20 pm »
It does, same for right clicking. Just the keyboard shortcuts do nothing
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: TFE - Resurrection (TI-File Editor)
« Reply #25 on: June 07, 2010, 01:43:48 pm »
Huh, well... No clue... Does it list the keyboard shortcuts next to the menu items?
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

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: TFE - Resurrection (TI-File Editor)
« Reply #26 on: June 07, 2010, 01:49:42 pm »
Yeah it does.

ALso selecting File->New does nothing, same for CTRL+N. I need to use the icon below the menu bar.

Also selecting all with CTRL+A or from the top menu causes an error similar to what Art_Of_Camelot reported. Right-click then choosing "Select all" works fine, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: TFE - Resurrection (TI-File Editor)
« Reply #27 on: June 07, 2010, 01:52:40 pm »
Well, I don't know... I'll look into that...  And yeah, I don't think I added that one yet, I'll do that too... And that doesn't work?... x.x
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: TFE - Resurrection (TI-File Editor)
« Reply #28 on: June 07, 2010, 06:17:53 pm »
Ok, all the Ctrl shortcuts and the other new button *should* work now. I also added a symbol palate. (under tools) Yes, I know, there's no logical organization. (Well, technically there is, i guess just not useful organization) I also cleaned up a couple of other routines.  And DJ, you should be able to drag and drop to open. I have no clue when that stopped working... x.x I also stuck the font it needs in there for you who dont have it... :P
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

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: TFE - Resurrection (TI-File Editor)
« Reply #29 on: June 08, 2010, 12:48:09 am »
It seems to work fine now ^^

Just one thing, though, I am not sure if Texas Instruments allows to redistribute their fonts with your program without their permission.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)