Work in Progress

Advanced Text Editor

2

was8bit 2020-05-27 05:37 (Edited)

... has a long way to go...


Will be used with the Text Formatter and Viewer in a program that will be used to create and or play your own "choose your adventure" games :)

Currently I am attempting to add a functional "Overwrite/Insert" mode...

V0.2= added KEYBOARD image to clarify in keyboard mode
......... type the % character to get out of keyboard mode...
V0.3= added arrow graphic to fill up empty space..
V0.40 = fixed DEL key to auto scroll (overwrite mode only)
.... fixed page scroll to work with changes made by DEL scroll
V0.41 fixed downward scroll to work when typing exceeds bottom of screen
V0.51 tweaked graphics...

To do...
... as currently it functions as "overwrite" mode, regardless of button setting... i need to improve the overwrite function to auto scroll as you exceed the visible upper/lower lines...

... THEN the hard part of the INSERT mode, which will finish this program... :)


was8bit 2020-05-30 17:35 (Edited)

I am thinking that DEL and ENTER keys should behave normally despite different modes OVERWRITE/INSERT...

The OVERWRITE/INSERT mode should only affect when typing letters, etc....

... does this sound right?


Log in to reply.