Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novara754/chosha
A Notepad clone for Windows, written in C using the Windows API.
https://github.com/novara754/chosha
Last synced: 24 days ago
JSON representation
A Notepad clone for Windows, written in C using the Windows API.
- Host: GitHub
- URL: https://github.com/novara754/chosha
- Owner: novara754
- License: mit
- Created: 2019-09-02T11:50:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T02:05:16.000Z (about 5 years ago)
- Last Synced: 2024-01-14T23:13:16.509Z (10 months ago)
- Language: C
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chosha
A Notepad clone for Windows, written in C using the Windows API.
Inspired by [Roger Clark's](https://github.com/rogerclark) project ["typer"](https://github.com/rogerclark/typer).![screenshot](screenshot.png)
## Features
- Opening existing files
- Saving files
- Saving files under a different name
- Changing the editor's font
- Saving font and window last position/dimensions in .ini (%appdata%/chosha/config.ini)
- Warn about unsaved changes, and indicate them using an `*` in the title bar
- Standard functions like copy/paste, undo
- Common keyboard shortcuts## Known Bugs
- Issues with UTF-8/ASCII encoding
## License
Licensed under the [MIT License](LICENSE.md).