Page 1 of 1

Notepad written in ahk V2

Posted: 12 Mar 2023, 13:44
by AHK_user
As an exercise to learn the ahk V2 Gui, I have recreated Notepad in ahk V2 with most of the functions.

- Zoom text
- Changing the font
- open, close, drop files
- menus
- Statusbar
- Replacing text

I added some icons to the menus, as is was else impossible to see the difference between the original Notepad.

Feel free to spot and note some bugs, or add improvements.

Current differences:
- Print and Page setup Gui are just simulated, and the listview is not the same
- Printing is currently disabled
- Added icons in the menu to have a simple difference to recognize the ahk version
- The font gui
- No possibility to set the Encoding when opening a file (I love to find a solution for this, If anybody has an idea...)

Printing does not work, but I simulated the print Guis.

https://github.com/dmtr99/Notepad
bttcpbzuKe.jpg
bttcpbzuKe.jpg (15.7 KiB) Viewed 906 times

Re: Notepad written in ahk V2

Posted: 12 Mar 2023, 16:25
by oldbrother
Thank you for sharing!

Re: Notepad written in ahk V2

Posted: 13 Mar 2023, 22:55
by guest3456
well done

Re: Notepad written in ahk V2

Posted: 17 Mar 2023, 13:19
by kunkel321
Really nice!