Msx Vi Versions Save

A small vi clone text editor clone for the MSX 8-bit home computer

v0.1.0

5 years ago
  • First beta release!
  • Implemented delete until end of file

v0.0.6-alpha

6 years ago
  • Implemented 'w', 'e' and 'b' to move along words.
  • Fixed file size when saving files smaller than original one.
  • Implemented :n to go to line number

v0.0.5-alpha

6 years ago
  • Fixed bugs with lines longer than 80 chars
  • Improved horizontal scrolling

v0.0.4-alpha

6 years ago
  • Implemented more commands
    • I and A to insert
    • x and X to delete chars
    • backward and forward search
    • G and gg to move to first and last line
    • dd to delete line
    • d0 and d$ to delete until the end or beginning of line
    • r to replace current char
    • :x to save and exit
    • H M and L to move cursor on the screen
  • When file doesn't exist, create it when saving

v0.0.3-alpha

6 years ago
  • Opening files is much faster now
  • Fix: Saving files properly now
  • Fix: Error message is shown when exiting
  • Implemented color command to change screen color. Usage example: color 15 1 1
  • Interface improvements

v0.0.2-alpha

6 years ago
  • Speed increase
  • Using inverted text for status bar
  • Bugfixes

v0.0.1-alpha

6 years ago

First release. Still work in progress.