Don HO

Results 387 comments of Don HO

@chcg @ElliotNB Here are 2 needed API: ``` #define NPPM_GETEDITORDEFAULTFOREGROUNDCOLOR (NPPMSG + 90) // INT NPPM_GETEDITORDEFAULTFOREGROUNDCOLOR(0, 0) // Return: current editor default foreground color. You should convert the returned value...

That's a good idea. But how?

@chcg > What I currently have in mind is to start n++ with the plugin to test and check that the startup doesn't result in a coredump/crash by a appveyor...

@chcg I have debugged HexEdit for fixing the crash. However, it's just a mess in the code and I don't even understand why it crashed on a null pointer. HexEdit...

@chcg > As this is just taken over by me to keep it usable to some degree I do not plan to do a major rewrite. I would concentrate on...

@chcg Please ping me when the crash is fixed, I'll revert the following PR: https://github.com/notepad-plus-plus/notepad-plus-plus/commit/219dfda6b35af56753402c3b481804c6ed7085d1 Thank you in advance

@fml2 > Do I understand it correctly that the crash only happens if some manipulations with views are made? I.e. that the crash does not happen if I just use...

@doug1234 During rebasing your PR, I've got the conflict, shown following: ``` $ git rebase -i error: could not apply d9b37771... Added the ability to turn off selecting text when...

toolbar truncated chevron not visible in dark mode: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10103

@xomx Thank you for the PR. However, the added option makes UI more confusing and I'm not sure this feature is really needed. Let's see if the same request coming...