simple text editor
mpark
Posts: 1,305
Here's a little full-screen text editor. It's like Notepad (in Windows) with word-wrap off, so typing long lines causes everything to scroll sideways.
It understands the following commands:
Requires HYDRA, NTSC TV, PS/2 keyboard, SDMAX SD card interface (conversion to non-HYDRA platforms should be straightforward).
It understands the following commands:
- ENTER(CR) Carriage return
- BKSP Delete to the left
- DEL Delete to the right
- ←, →, ↑, ↓ Cursor movement
- HOME Start of line
- CTRL-HOME Start of file
- END End of line
- CTRL-END End of file
- CTRL-O Open a file (on SD card)
- CTRL-S Save to a file (on SD card)
- CTRL-ALT-DEL Reboot
Requires HYDRA, NTSC TV, PS/2 keyboard, SDMAX SD card interface (conversion to non-HYDRA platforms should be straightforward).
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Airspace V - international hangar flying!
www.airspace-v.com/ggadgets for tools & toys
Having tried to create something like this myself I can really appreciate what you have done!
Is there enough memory left to incorporate Doug's 40x23 text driver? AiGeneric might be
a little large, but perhaps his original driver?
How large a file can you edit with this?
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Check out: Protoboard Introduction , Propeller Cookbook 1.4 & Software Index
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
I don't know anything about the other drivers you mentioned. Anyone who wants to hack the code has my blessing, but if you do, please post what you come up with.
WOW - This is great news. Should be useable on a quite a few projects so I have added it to my thread index. Might be usable on heater's ZiCog and my TriBladeProp. Also with PropDOS.
I have plenty of memory available (SRAM) on the TriBladeProp board.
Certainly lots of apps starting to appear. Now who is going to do a spreadsheet??? (supercalc anyone???)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBladeProp, SixBladeProp, website (Multiple propeller pcbs)
· Prop Tools under Development or Completed (Index)
· Emulators (Micros eg Altair, and Terminals eg VT100) - index
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
Post Edited (Cluso99) : 3/8/2009 7:12:07 PM GMT
Attached is a version which incorporates AiGeneric 2.1 with the ATARI font.
You'll now get 40x23 text. I'm pretty sure you should have the same amount of
editor space.
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Check out: Protoboard Introduction , Propeller Cookbook 1.4 & Software Index
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
Now can you get homespun to run on either the prop (native) or else z80/8080 (for emulation on prop) easily???
We are almost there for a self-contained prop sbc
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBladeProp, SixBladeProp, website (Multiple propeller pcbs)
· Prop Tools under Development or Completed (Index)
· Emulators (Micros eg Altair, and Terminals eg VT100) - index
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm