mirror of
https://github.com/ForLoopCodes/legacy-notepad.git
synced 2026-04-26 12:25:50 +03:00
[PR #9] [CLOSED] Add language support and new features #20
Labels
No labels
bug
bug
documentation
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/legacy-notepad#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ForLoopCodes/legacy-notepad/pull/9
Author: @nananankona
Created: 1/31/2026
Status: ❌ Closed
Base:
main← Head:a📝 Commits (3)
66b2a9fupdate9a22365Update README with new features and improvements9d6ab50ate📊 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.