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

https://github.com/yanglr/TinyNotepad

TinyNotepad, developed with Windows Froms in C#, generate related installer
https://github.com/yanglr/TinyNotepad

csharp geekplayer geekzl notepad winforms

Last synced: over 1 year ago
JSON representation

TinyNotepad, developed with Windows Froms in C#, generate related installer

Awesome Lists containing this project

README

          

# TinyNotepad
TinyNotepad is developed with Windows Froms in C# with basic functionalities of **Windows Notepad**, finally we can generate related installer.


欢迎访问作者的个人网站: [极客中心](https://www.geekzl.com)

**MainUI:**

![Main Page](https://raw.githubusercontent.com/yanglr/TinyNotepad/master/screenshots/MainUI.png)

## Main functionalities:

**File:** contain options - Open, Save, Save as, Close, Exit

**Format:** Font

The selected font can be seen below the text content, user can also see the current time.

**Notify Icon** in the Taskbar: contain options - Hide, Back to Main, Blinking switch, Exit

![NotifyIcon](https://raw.githubusercontent.com/yanglr/TinyNotepad/master/screenshots/IconInTaskbar.png)

The notifyIcon can blink if user clicks the switch option.

Main UI can scale, click "X" in the right top corner can also close the program.

## Generate related installer

[Inno Setup](http://www.jrsoftware.org/isdl.php) is adopted to generate related installer.

![step1](https://raw.githubusercontent.com/yanglr/TinyNotepad/master/screenshots/Inno-shot1.png)

![step2](https://raw.githubusercontent.com/yanglr/TinyNotepad/master/screenshots/Inno-shot2.png)

![step3](https://raw.githubusercontent.com/yanglr/TinyNotepad/master/screenshots/Inno-shot3.png)

![step4](https://raw.githubusercontent.com/yanglr/TinyNotepad/master/screenshots/Inno-shot4.png)

The result installer: [TinyNotepad-Setup.exe](https://raw.githubusercontent.com/yanglr/TinyNotepad/master/Output/TinyNotepad-Setup.exe)

### ToDo:

- Open Recent
- Word wrap
- Show current line number of mouse cursor

**Email:** legege007#126.com