ikarago / Notepad

A Fluent-style Notepad-application because Microsoft doesn't make it.
MIT License
118 stars 14 forks source link

Missing select all icon #15

Closed MarcAnt01 closed 5 years ago

MarcAnt01 commented 5 years ago

I have tried to make the required changes, but cannot find the right click menu in Notepad/NotepadRs4/NotepadRs4/Views/

ikarago commented 5 years ago

For anything running 1809 or newer they should get the new TextBox ContextMenu containing that option already build-in there.

I'm not planning on adding it for older versions, (I just use the stock options right now) but if you really want to build it in yourself you can do so by toying around with the ContextMenu of the main TextBox on the Views/MainPage.xaml. ;)