Skip to content

Apses98/TextEditor

Repository files navigation

AW Editor

This program is a simple text editor created using Windows Forms and C# programming language. It is capable of creating and editing plain text files with features such as saving and opening files, zooming in and out, word and character count, document information, and fullscreen mode. The program has a user-friendly interface with a menu bar and a bottom bar to display information.

Getting Started

Prerequisites

  • Windows Operating System
  • .NET Framework

Installation

  1. Clone this repository or download as a ZIP file.
  2. Open the project file in Visual Studio.
  3. Build and run the program.

Features

File Menu

  • New: Creates a new file.
  • Open: Opens an existing file.
  • Save: Saves the changes made to the file.
  • Save As: Saves the file with a new name or location.
  • Exit: Closes the application.

Tools Menu

  • Fullscreen Mode: Maximizes the window to occupy the entire screen.
  • Dark Mode: Changes the color scheme of the application to a darker tone.
  • Zoom In: Increases the font size of the text in the editor.
  • Zoom Out: Decreases the font size of the text in the editor.
  • Document Information: Displays the word count, character count (excluding and including spaces), and the number of lines in the file.

Help Menu

  • About AWEditor: Displays information about the text editor program.
  • Feedback: Opens a feedback form to send suggestions or report issues.

Bottom Bar Menu

  • Words: Displays the total number of words in the file.
  • Characters Excluding Spaces: Displays the total number of characters in the file excluding spaces.
  • Characters: Displays the total number of characters in the file.
  • Number of Lines: Displays the total number of lines in the file.

Contributing

This project is open to contributions. You can contribute by:

  • Reporting bugs or issues
  • Adding new features
  • Improving existing features
  • Fixing bugs or issues

About

Text editor the same as windows native notepad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages