This repository contains a simple Windows Forms application inspired by the Windows 10 Notepad. Please note that not all functionalities are implemented.
- New.
- New window.
- Basic text editing functionalities like typing, deleting, selecting text.
- File operations such as opening and saving files.
- Undo functionality.
- Copy, cut and paste.
- Select All.
- Insert date/time.
- Word wrap.
- Font selection.
- Zoom.
- Show status bar.
- About.
- Go to.
- Page setup and print.
- Find, find next, find previous.
- Replace.
- Clone this repository to your local machine.
- Open the project in Visual Studio or other IDE for Windows development.
- Build the project to generate the executable file.
Due to Windows Forms RichTextBox limitations line ending is always LF and encoding is UTF-8.