LazNotepad

LazNotepad
Login

LazNotepad

This was a toy project to help me practice using Free Pascal and Lazarus, it was abandoned in May 2025 before becoming feature complete. The notable features missing are find+search and the About dialog, and probably quite a few more niceties (like asking for confirmation when selecting File→New).

It has one simple goal: clone Microsoft Notepad from Windows XP. The text editor in Windows XP is still fairly simple, but reached a point that Microsoft did not feel a need to add further features until Windows 11's Notepad where it was rewritten to have tabs, session auto-saving, CoPilot integration, Microsoft 365 subscriptions, and Markdown rendering.

I did not want any of this. If I want a plain, simple text editor, I want the Windows XP Notepad. Nothing more, nothing less.

Downloading

Version 0.1.0 is available as:

How it looks

Microsoft Windows XP

LazNotepad on Windows

Linux (KDE environment) with GTK+ 2

LazNotepad on Linux, GTK+ 2

Linux (KDE environment) with Qt 6

LazNotepad on Linux, Qt 6