dail8859

Results 336 comments of dail8859

I'm assuming it has to do with the specific font Windows uses for your locale. It looks fine for my setup. Not sure how Qt handle's this (possible Qt bug...

I do not have a Mac. Can you post a screenshot of the issue?

When I ported that code over from my BetterMultiSelection plugin for Notepad++ I now recall I never got around to implementing the copy/paste functionality 😄 https://github.com/dail8859/NotepadNext/blob/f95910f0388ecf8329297b7871fb4589e4318c01/src/NotepadNext/decorators/BetterMultiSelection.cpp#L120-L124

I looked deeper into this and just uncommenting those sections of code is not enough. The shortcuts registered to `Ctrl+C`, `Ctrl+V`, etc is consuming the keyboard input before this section...

I'm not familiar with fcitx, ibus, or dealing with any types of input methods. Not sure if this is something that needs adjusted in Qt or Scintilla currently.

@NichtsHsu Thanks for the info. Scintilla seems to have some sort of support for IME events, but not sure myself how to test it. Hopefully someone more familiar with it...

@imkos Thanks for looking into this! There isn't much information about fcitx and Qt, but the only thing I found was exactly what you suggested, and that is to [update...

@NichtsHsu Thanks! If/when this project moves to cmake then this might be the best solution. So what is the root cause of the need to package fcitx manually? Do Linux...

@NichtsHsu Thanks for the excellent info as always! > I'm not sure why, but they should have a reason for doing so. Agreed. This would seem to indicate that they've...

FYI I tweaked your post to show the XML tags...GitHub was discarding those. My initial quick test shows it is working correctly. ![image](https://user-images.githubusercontent.com/3694843/195388719-f355d0d4-bf74-430c-a321-4b71c367bf8b.png) Do you have other options selected on...