SimpleText

An extremely simple plain text editor.

simpletext-cover

Download

Windows:

macOS:

Older Versions:

Installation

Windows:

macOS:

System Requirements

Windows:

macOS:

Usage

Interface

The user interface consists of three parts - the title bar, the menu bar, and the editor:

Windows:
user-interface-windows

macOS:
user-interface-mac

App Menu

The App menu (called SimpleText in the menu bar) provides options for managing the application:

File Menu

The “File” menu provides options for loading and saving files:

Edit Menu

The “Edit” menu provides options to perform operations on text in the editor:

Format Menu

The “Format” menu provides options to specify the layout of the text in the editor:

View Menu

The “View” menu provides options to configure the display of the application:

Help Menu

The “Help” menu has only one option:

Building

Source Code

Windows - 32 Bit

  1. Download the source code as a zip and extract, or clone the repository.
  2. Install Visual Studio on a Windows machine, with the “.NET desktop development” workflow:
    visual-studio-modules
  3. Open win32/SimpleText.sln from the project folder in Visual Studio.
  4. Choose “Release” in the target configuration:
    visual-studio-modules
  5. Open the “Build” menu and choose “Build Solution”:
    visual-studio-modules
  6. Once the build is completed, the executable can be found at win32/bin/Release/SimpleText.exe in the project folder.

macOS

  1. Download the source code as a zip and extract, or clone the repository.
  2. Install Xcode on a macOS machine.
  3. Open macOS/SimpleText.xcodeproj from the project folder in Xcode.
  4. Open the “Product” menu and choose “Archive”:
    xcode-product-menu
  5. Once building is complete, select the created archive and choose “Distribute App”.
  6. Choose “Copy App” and select a location to export the zip file to.
  7. Extract the zip file to find the executable SimpleText.app.

Credits

Icon by Joseph Hutchinson

Ganesh H