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.
- Windows Operating System
- .NET Framework
- Clone this repository or download as a ZIP file.
- Open the project file in Visual Studio.
- Build and run the program.
- 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.
- 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.
- About AWEditor: Displays information about the text editor program.
- Feedback: Opens a feedback form to send suggestions or report issues.
- 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.
This project is open to contributions. You can contribute by:
- Reporting bugs or issues
- Adding new features
- Improving existing features
- Fixing bugs or issues