[PR #9] [CLOSED] Add language support and new features #20

Closed
opened 2026-03-03 12:01:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ForLoopCodes/legacy-notepad/pull/9
Author: @nananankona
Created: 1/31/2026
Status: Closed

Base: mainHead: a


📝 Commits (3)

📊 Changes

18 files changed (+757 additions, -77 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 README.md (+1 -1)
📝 src/core/types.h (+1 -0)
src/lang/en.h (+118 -0)
src/lang/ja.h (+118 -0)
src/lang/lang.cpp (+75 -0)
src/lang/lang.h (+135 -0)
📝 src/main.cpp (+38 -1)
📝 src/modules/commands.cpp (+25 -4)
📝 src/modules/commands.h (+1 -0)
📝 src/modules/dialog.cpp (+56 -41)
📝 src/modules/editor.cpp (+3 -14)
📝 src/modules/file.cpp (+20 -13)
src/modules/menu.cpp (+133 -0)
src/modules/menu.h (+7 -0)
📝 src/modules/ui.cpp (+12 -3)
📝 src/notepad.rc (+7 -0)
📝 src/resource.h (+5 -0)

📄 Description

Pin Window: Pins the Notepad window to the front.
Language Support: Added new languages.
Don't Prompt if Empty: Does not display a confirmation message when saving an empty file without a title.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ForLoopCodes/legacy-notepad/pull/9 **Author:** [@nananankona](https://github.com/nananankona) **Created:** 1/31/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `a` --- ### 📝 Commits (3) - [`66b2a9f`](https://github.com/ForLoopCodes/legacy-notepad/commit/66b2a9ff86351b57a21926bc04c295b0060aec29) update - [`9a22365`](https://github.com/ForLoopCodes/legacy-notepad/commit/9a2236597c7f4e2262c9038062932790c87fb516) Update README with new features and improvements - [`9d6ab50`](https://github.com/ForLoopCodes/legacy-notepad/commit/9d6ab507c0343471c289f8774aabbc13997144fc) ate ### 📊 Changes **18 files changed** (+757 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `README.md` (+1 -1) 📝 `src/core/types.h` (+1 -0) ➕ `src/lang/en.h` (+118 -0) ➕ `src/lang/ja.h` (+118 -0) ➕ `src/lang/lang.cpp` (+75 -0) ➕ `src/lang/lang.h` (+135 -0) 📝 `src/main.cpp` (+38 -1) 📝 `src/modules/commands.cpp` (+25 -4) 📝 `src/modules/commands.h` (+1 -0) 📝 `src/modules/dialog.cpp` (+56 -41) 📝 `src/modules/editor.cpp` (+3 -14) 📝 `src/modules/file.cpp` (+20 -13) ➕ `src/modules/menu.cpp` (+133 -0) ➕ `src/modules/menu.h` (+7 -0) 📝 `src/modules/ui.cpp` (+12 -3) 📝 `src/notepad.rc` (+7 -0) 📝 `src/resource.h` (+5 -0) </details> ### 📄 Description Pin Window: Pins the Notepad window to the front. Language Support: Added new languages. Don't Prompt if Empty: Does not display a confirmation message when saving an empty file without a title. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:01:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/legacy-notepad#20
No description provided.