CE-Programming / CEmu

Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
https://ce-programming.github.io/CEmu/
Other
1.07k stars 76 forks source link

TI-Basic editing #116

Open mateoconlechuga opened 7 years ago

mateoconlechuga commented 7 years ago

Since we already have the ti_vars_lib integrated; making a simple editor for basic shouldn't be too much of a challenge... Would be kind of nice to be able to write things directly and then test them.

adriweb commented 7 years ago

Yeah, I can probably take care of that.

adriweb commented 6 years ago

Alright, this should be much easier now that we removed the basically pointless -fno-exceptions...

theryjo commented 1 year ago

I like the syntax-highlighted program viewer! See this issue is old, so guessing editing not forthcoming. Any suggestions on practical alternatives? I'm guessing program file transfer on/off the emulator, however I was noticing the file format for exported program files didn't seem very amenable to editing.

adriweb commented 1 year ago

Hmm, yes, it hasn't really been a priority ; it might come back on the TODO list when the rewrites are finished (currently, both core and GUI are undergoing exciting rewrites).

In the meantime, you can use any editor you'd like as long as it (or you, manually) can export to an 8xp.

theryjo commented 1 year ago

Great, thank you!