Skip to content

Releases: bkrug/Emu-Writer

v0.3

18 May 22:53
Compare
Choose a tag to compare
  • Increase the potential size of a document from around 16,000 characters to over 20,000 characters.
  • Fix a bug. When the user moved the cursor to the beginning of a long paragraph and pressed enter four or five times very quickly, some of the new (empty) paragraphs would have the same word wrap data that came from the original paragraph. This would cause the document to be displayed incorrectly.
  • Fix a bug. When the cursor was located at the end of the last paragraph in the document, and pressing enter resulted in an out-of-memory error, the cursor used to move down to a non-existent paragraph, which resulted in display errors.
  • Add Page Down/Page Up buttons (FCTN+4/FCTN+6)
  • Add Next Window button, for windowed-mode only (FCTN+5)
  • Add Beginning of Line/End of Line buttons (FCTN+L/FCTN+semicolon)
  • When moving the cursor vertically from a long line, to a short line, and to another long line, the program will try to keep the cursor at the same horizontal position as it was in the first line.

v0.2.1

19 Nov 19:18
Compare
Choose a tag to compare
  • Fixed a bug sometimes seen when rendering the screen immediately after switching from vertical to windowed mode.

v0.2

17 Nov 18:21
Compare
Choose a tag to compare

Added support for

  • margins
  • page width (in characters)
  • page height (in lines)
  • indents (both first-line and hanging).

v0.1

24 May 22:59
Compare
Choose a tag to compare
  • User can insert new text without having to use FCTN+2 and CTRL+2
  • Vertical Mode is available in which the paragraphs wrap across 39 columns so that the user can just move up and down through the document, rather than left and right.
  • Save, Load, and Print are all supported.
  • Print algorithm assumes a fixed left margin of 10 characters.