Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Aleeng730/penquill-cpp-notepad
A simple Notepad clone created in C++ and WinForms.
https://github.com/Aleeng730/penquill-cpp-notepad
c-plus-plus cpp dotnet-framework visual-cpp visual-studio visual-studio-code windows-forms winforms winforms-application
Last synced: 2 months ago
JSON representation
A simple Notepad clone created in C++ and WinForms.
- Host: GitHub
- URL: https://github.com/Aleeng730/penquill-cpp-notepad
- Owner: Aleeng730
- Created: 2022-12-20T03:53:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T04:02:50.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:59:51.270Z (5 months ago)
- Topics: c-plus-plus, cpp, dotnet-framework, visual-cpp, visual-studio, visual-studio-code, windows-forms, winforms, winforms-application
- Language: C++
- Homepage:
- Size: 805 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PenQuill - A Simple Notepad Clone in C++
PenQuill is a simple Notepad clone created in C++ and WinForms. This is meant to emulate Windows Notepad's more advanced saving and opening file systems.This includes:
- The application taking note of whenever the user had inputted new text and if it needs to be saved.
- The application's title changing depending on the filename and path.
- Error handlers and save dialogsThis will be missing the Edit section in the header, mainly because the textbox already has copy, cut, paste, etc. functionality. It had felt like a waste to add something like that in the name of exact similarity.