Fix docs overwritten by mistake.

This commit is contained in:
No Time To Play 2022-12-25 08:34:55 +00:00
parent bcfd377ced
commit 0c5f4c1b21
2 changed files with 4 additions and 5 deletions

View File

@ -2,14 +2,13 @@
## Version 2.5 (25 December 2022)
Ported from Python.
Ported to Tcl/Tk.
### Added
* Application icon
* Full screen toggle
* Ability to name new files on the command line
* Optional console support where available
* Keyboard shortcut to show statistics
* Explicit Open Line command

View File

@ -16,7 +16,9 @@ It otherwise acts much like a simple text editor.
## System requirements
Running Scrunch Edit TT from source requires Tcl/Tk 8.6 with Tklib. Both are available on most Linux distributions, or else from the tcl-lang.org website.
Scrunch Edit requires a Python runtime. Python comes preinstalled on the Mac and most Linux distributions; Windows users can get it from the python.org website. You'll also need the Tkinter module, which is bundled with most Windows runtimes and preinstalled on the Mac. On Linux you might need to add it yourself: look in your package manager for something called "tkinter", "python-tk" or the like.
Python version 3.x is preferred, but 2.7 should work as well.
Recommended screen resolution: 800x600.
@ -24,8 +26,6 @@ Recommended screen resolution: 800x600.
Scrunch Edit 2.5 is the current version as of 25 December 2022.
This archive contains Scrunch Edit TT, a new port that enables easy bundling. It hasn't been tested as much as previous versions. Please back up your data.
## Usage notes
Scrunch Edit guesses formats based on file extensions. There's no other way short of separate "open" commands, since the same text file can be interpreted in different ways based on context.