Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).