- DocEdit C(S)E
- 20 Oct 2015 09:31:48 am
- Last edited by PT_ on 04 Feb 2016 12:23:50 pm; edited 3 times in total
Once my BallMaze Lite is ready, I'm going to work on some other projects. One is finishing ColorNote, the next is finishing my Flow Free. But as I said, I'm waiting for other people they get some finished, so I do have spare time for a new project. This is what I'm going to make:
DocEdit for the TI-84+CSE.
Of course not all the stuff; that would be too difficult. What I'm creating is an advanced document-editor, inclusive B, I, U, aligning and text coloring, even as saving it, and adding a symbol. The document is stored in an appvar and would look like this:
Code:
The result is this:
What I need to do:
What do you think about it? Probably I could implement images too, but that would being hard. Or even different font size.
Here's the program in action:
You may say "Oh, that looks like your ColorNote!". Yes I know, and this would kind of replace ColorNote. I will only release ColorNote, not making updates on it anymore. I use that code for my DocEdit. I hope you all like it!
DocEdit for the TI-84+CSE.
Of course not all the stuff; that would be too difficult. What I'm creating is an advanced document-editor, inclusive B, I, U, aligning and text coloring, even as saving it, and adding a symbol. The document is stored in an appvar and would look like this:
Code:
PETER <I>TIL<B>LEMA</B><U></I> <COLOR=25>MADE THIS</U> PROG</COLOR>RAM
The result is this:
What I need to do:
- - Saving the document
- Aligning
- Document-editing
- Adding symbols
- And probably more
What do you think about it? Probably I could implement images too, but that would being hard. Or even different font size.
Here's the program in action:
You may say "Oh, that looks like your ColorNote!". Yes I know, and this would kind of replace ColorNote. I will only release ColorNote, not making updates on it anymore. I use that code for my DocEdit. I hope you all like it!