0x7c13 / Notepads

A modern, lightweight text editor with a minimalist design.
https://www.NotepadsApp.com
MIT License
8.68k stars 477 forks source link

[Bug] The app resizes very slowly, and stutters when resized #1146

Closed DavidRLTG closed 1 year ago

DavidRLTG commented 2 years ago

Describe the bug Basically: the app is very slow while being resized, and somehow it's just not as smooth as normal notepad when resized. it stutters, and slows down.

To Reproduce Simply, open a text file with over 40 lines, and start quickly resizing the window.

Expected behavior I did not expect stuttering during resizing.

Screenshots I can't screenshot that..

Desktop (please complete the following information):

Additional context I dunno D:

0x7c13 commented 1 year ago

This is expected if you have large chunks of text with word-wrap enabled.

DavidRLTG commented 1 year ago

Ah, I see. Could it somehow be improved in the future? not saying it has to be improved but, hmm!

0x7c13 commented 1 year ago

Notepads uses WinRT RichEdit control provided by MSFT, it is a black box and it can only be improved by Microsoft.

DavidRLTG commented 1 year ago

Ah, got it. Thanks for the explanation!