What is TextRoom?

TextRoom is a free (as in freedom and free beer) full screen text editor developed especially writers in mind.

TextRoom and all other similar editors share one goal: to get you writing right away by providing distraction free environment to your liking, as well as familiar set of keyboard shortcuts to control its behavior. If you don't feel comfortable already with your editor of choice, you may find it useful.

The Features

Version 0.4.2

Requirements

Qt4.3 (or later) development libraries for everything, SDL 1.2.13 (or later) and SDL-mixer 1.2.8 (or later) development libraries for typing sounds. Windows Installer package contains the necessary dlls, so Windows users don't have to install anything else than TextRoom.

Installation

On Linux:

After download, open up a terminal, cd to the directory which contains the downloaded file and to uncompress, type:

tar -xzvf ./textroom-xxx.tar.gz (xxx is the version number)

Then cd to the directory created

cd ./textroom-xxx

And execute

qmake-qt4
make
make install (as root)

You can start TextRoom by clicking on the menu entry or typing

textroom

On Windows:

Just double click the downloaded .msi file and follow the instructions.