Hello,
This is my first post here, sorry if it's not the right place.
Two months ago i downloaded Lazarus and immediately enjoyed the same feelings as with my good old Delphi5 20 years ago

. Congrats guys !
I seized the opportunity to write a Notepad clone application with auto-backup and unlimited undo/redo. Then I added a basic dark theme.
For this I had to specialize TMemo, TOpenDialog and TSaveDialog with Windows API. I also built a themed scrollbar component linked to the memo.
I wrote comments & explanations in the source code and created a few components to highlight the key points.
Here is the full source code (Application + Lazarus components) :
https://github.com/Air16/NotepadExDon't hesitate contacting me for any question/help.