Jiaqi Liu

Results 124 comments of Jiaqi Liu
trafficstars

Did you enable windows 10 hibernation? I knew some people might encounter it now and then but it is super rare and I do not know why this is happening....

Replacing the underline text edit component with a better one is the way to go if that's what you wish for. Like: [scintilla](https://www.scintilla.org/)

It's almost impossible to achieve this by using the current WinRT RichEdit control.

The feature is provided by the text component instead of the editor app. Monaco (VSCode uses) and Scintilla (notepad++ uses) support it but the rich edit control used in Notepads...

Notepads目前使用的rich edit control功能比较单一而且对大文本的支持不好。高亮是可以实现的但是带价非常高(性能上)。所以我后来就放弃了。除非以后notepads换成notepad++用的文本框[scintilla](https://www.scintilla.org/) 不然的话暂时是没可能实现。

I totally understand your need here. When I desgin and implemnt the session snapshot feature, I use a simple apraoch: write to one file and relying windows 10 APIs for...

> That's a great first milestone! I love notepads ( just like 1436 other germans ). And maybe it is so "big in germany" because a, more or less, bigger...

> You took Microsoft's great design principles, which they themselves are foolishly neglecting to implement very well, and are making something great. Thanks for doing this! I'd like to see...

Currently the text selection color is equal to the theme color which you can change in the settings. It is possible to do just in time color calculation, but I...

I think flipping the color of the selected text is a good option, but it should really be flipping the color and choose a close one by gray scale. Meaning...