Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

DynAggelos/Tether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tether

Author: Joshua Gerrity

Tether is a simple text editor, which will serve as a front-end for specialized text processing tools. These tools will originate in the The Textual Toolbox Suite. Tether is written in C++, using the wxWidgets library.

At the time of this writing, Tether is a school project.

Works On: Linux

Requires: libwxgtk-media3.0-0v5, libwxgtk-webview3.0-0v5, and libwxgtk3.0-0v5

Features

  • Clear ("New")
  • File Input/Output (Open, Save, Save As)
  • Undo/Redo
  • Tabs and Multiline Indenting/Unindenting (TAB/SHIFT+TAB)
  • Left-Column Line Count
  • Wordwrap by Default
  • Unicode Support

Future Features

  • Default 4-Space Tab
  • Default Dark Background for Ease on Eyes
  • Default Windows Newline (for Cross-Platform Files)
  • Options Menu for Changing Default Settings
  • Advanced Find and Replace
  • Greek Text Processor and Converter
  • Possible HTML/CSS Highlighting