Skip to content

Commit 9d6ab50

Browse files
committed
ate
1 parent 9a22365 commit 9d6ab50

3 files changed

Lines changed: 4 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
[![Build and Release](https://github.com/nananankona/legacy-notepad-add-lang/actions/workflows/build.yml/badge.svg)](https://github.com/nananankona/legacy-notepad-add-lang/actions/workflows/build.yml)
2-
31
# Legacy Notepad
42

53
A lightweight, 25x fast, Windows notepad alternative built with C++17 and Win32 API which I made because microsoft wont stop adding AI bloatware to notepad.exe.
64

7-
<img width="797" height="595" alt="image" src="https://github.com/user-attachments/assets/c29c1cf5-1b4f-4638-b9f0-4fb6d0d7ac0e" />
8-
9-
<img width="743" height="101" alt="image" src="https://github.com/user-attachments/assets/3c771eba-5570-4ead-ba49-73666b00f051" />
5+
<img width="752" height="242" alt="image" src="https://github.com/user-attachments/assets/bca18796-b088-4488-a445-649a549ddace" />
106
<img width="738" height="243" alt="image" src="https://github.com/user-attachments/assets/e9ba9361-d1ea-41ee-a18d-f38fb9bdb546" />
117

128
## Features
@@ -16,12 +12,6 @@ A lightweight, 25x fast, Windows notepad alternative built with C++17 and Win32
1612
- **Backgrounds**: optional image with tile/stretch/fit/fill/anchor modes and opacity control. (known issues)
1713
- **Printing**: print and page setup dialogs.
1814

19-
## Added Features
20-
21-
- **Pin Window**: Pins the Notepad window to the front.
22-
- **Language Support**: Added new languages.
23-
- **Don't Prompt if Empty**: Does not display a confirmation message when saving an empty file without a title.
24-
2515
## Requirements
2616

2717
- Windows 10/11 with Win32 and GDI+ (desktop apps)
@@ -83,4 +73,4 @@ MIT License — see [LICENSE](LICENSE).
8373

8474
## Queries
8575

86-
[x.com/forloopcodes](https://x.com/forloopcodes)
76+
[x.com/forloopcodes](https://x.com/forloopcodes)

src/lang/en.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ inline LangStrings g_langEN = {
9898
L"Cannot open file.",
9999
L"Cannot save file.",
100100
L"Error",
101-
L"Legacy Notepad v1.1.0\n\nA fast, lightweight text editor.\n\nBuilt with C++ and Win32 API.\n\nModify by 0x2o.net",
101+
L"Legacy Notepad v1.1.1\n\nA fast, lightweight text editor.\n\nBuilt with C++ and Win32 API.\n", //\nModify by 0x2o.net",
102102

103103
// Status bar
104104
L" Ln ",

src/lang/ja.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ inline LangStrings g_langJA = {
9898
L"ファイルを開けません。",
9999
L"ファイルを保存できません。",
100100
L"エラー",
101-
L"Legacy Notepad v1.1.0\n\n高速で軽量なテキストエディタ。\n\nC++ Win32 API で構築。\n\nModify by 0x2o.net",
101+
L"Legacy Notepad v1.1.1\n\n高速で軽量なテキストエディタ。\n\nC++ Win32 API で構築。\n",//\nModify by 0x2o.net",
102102

103103
// Status bar
104104
L" 行 ",

0 commit comments

Comments
 (0)