Simple Text Editor Changelog

What's new in Simple Text Editor 0.1.5 Alpha

Apr 13, 2012
  • It can now write multiple lines at the same time when creating or editing a text files.

New in Simple Text Editor 0.1.4 Alpha (Jul 13, 2011)

  • It can now write a full sentence to a file thanks to getline.

New in Simple Text Editor 0.1.3 Alpha (Jul 8, 2011)

  • It now uses strings instead of char arrays.
  • It also can read the whole text file now instead of just the first word thanks to getline.

New in Simple Text Editor 0.1.2 Alpha (Jul 8, 2011)

  • It now checks to see if it can open the file before trying to write to it.

New in Simple Text Editor 0.1.1 Alpha (Jul 8, 2011)

  • Main options done. It can view, open and create text files.