An extremely simple plain text editor.
Windows:
macOS:
Older Versions:
Windows:
- Open the downloaded setup file and follow instructions to install
- Open
SimpleText
from the start menu
macOS:
- Extract the downloaded zip file with archive utility
- Drag
SimpleText.app
into theApplications
folder - Open
SimpleText
from the launchpad
Windows:
- Windows 10 (1903+), Windows 11
- Windows 7, Windows 8 with .NET Framework 4.8 Runtime installed
macOS:
- macOS 10.12 Sierra or later
- OSX 10.9 Mavericks or later
The user interface consists of three parts - the title bar, the menu bar, and the editor:
- Title Bar - The title bar at the top of the window provides the standard options to minimize, change the size, and close the application window. If an existing file has been opened in the application, it's name is shown in the title bar.
- Menu Bar - The menu bar is used to carry out various operations to the document, separated into six sections. In Windows, the menu bar is located at the top of each window, while in macOS the menu bar is located at the top of the screen. Keyboard shortcuts to perform the options are shown in the option's button (if applicable).
- Editor - The editor is where text information can be written or edited. Just click inside it and start writing.
- The cursor (blinking line) indicates the position at which new characters will be inserted.
- A selection can be made to perform operations to specific text in the editor. To select some text, click the mouse down, drag over it and release the mouse. Selected text will be highlighted in blue. To cancel the selection, click in the editor outside the highlighted area.
The App menu (called SimpleText in the menu bar) provides options for managing the application:
- About - Opens a window showing the application version and credits.
- License - Opens the application's license and terms of use in a web browser.
- Check for Updates - Opens a page where new versions of the application are published, in a web browser.
- Report Bug - Opens the application's issue tracker page in a web browser, where bugs and issues can be reported.
- Quit - Closes all instances of the application, including other windows.
The "File" menu provides options for loading and saving files:
- New - Opens a new instance of the program to create/work with multiple documents independently.
- Open - Allows a text file to be chosen from the file system, to be loaded into the editor. By default only files with the
.txt
extension are shown, but the filter can be changed to show All Files to open other plain text formats, such as.ini
and.md
. - Save - Allows the text document in the editor to be saved into a file.
- If an existing document is being edited, it will be over-written with the contents in the editor.
- If a new document is being edited, a window will open to choose a location in the file system to save the document, and to give it a file name.
- Save As - Allows the document to be saved to the file system with a specific name or location.
The "Edit" menu provides options to perform operations on text in the editor:
- Undo - Reverses the last action performed in the editor.
- Redo - Re-applies the last action that was "undone".
- Cut - Removes the selected text from the editor, and places it in the clipboard.
- Copy - Places the selected text from the editor onto the clipboard, without removing it from the editor.
- Paste - Adds the text-content in the clipboard (if any) to the editor at the location of the cursor.
- Delete - In the editor:
- If text is selected, the selected text is erased.
- If text is not selected, the character to the right of the cursor is erased.
- Select All - Selects all text content in the editor.
The "Format" menu provides options to specify the layout of the text in the editor:
- Font - Opens a window to select a typeface and text size for text displayed in the editor.
- Word Wrap - Specifies whether text content that goes outside of the window horizontally should be "wrapped" underneath. The tick indicates whether this option is enabled.
The "View" menu provides options to configure the display of the application:
- Zoom In - Increases the size of text in the editor.
- Zoom Out - Decreases the size of text in the editor.
- Reset Zoom - Sets the size of the text in the editor to the default value.
- Dark Background - Applies a dark background to the program. This option is enabled by default if your Operating System is set to use the Dark Theme. This option only works on macOS 10.14 Mojave or later.
The "Help" menu has only one option:
- View Help - Opens the usage instructions for the application in a web browser.
- Repository: ganeshh123/SimpleText
- Zip Download: SimpleText-main.zip
- HTTPS Clone:
https://github.com/ganeshh123/SimpleText.git
- SSH Clone:
git@github.com:ganeshh123/SimpleText.git
- Download the source code as a zip and extract, or clone the repository.
- Install Visual Studio on a Windows machine, with the ".NET desktop development" workflow:
- Open
win32/SimpleText.sln
from the project folder in Visual Studio. - Choose "Release" in the target configuration:
- Open the "Build" menu and choose "Build Solution":
- Once the build is completed, the executable can be found at
win32/bin/Release/SimpleText.exe
in the project folder.
- Download the source code as a zip and extract, or clone the repository.
- Install Xcode on a macOS machine.
- Open
macOS/SimpleText.xcodeproj
from the project folder in Xcode. - Open the "Product" menu and choose "Archive":
- Once building is complete, select the created archive and choose "Distribute App".
- Choose "Copy App" and select a location to export the zip file to.
- Extract the zip file to find the executable
SimpleText.app
.
Icon by Joseph Hutchinson