poedit icon indicating copy to clipboard operation
poedit copied to clipboard

preliminary Diff implementation for #230 (draft)

Open Fat-Zer opened this issue 5 years ago • 5 comments

TODO:

  • [ ] wxStaticText resizing (and text rewrapping) should be reimplemented.
  • [ ] Add settings for colour of diff text background in UI (people with dark UI theme will likely want to change those).
  • [ ] Add context menu option to copy old source text.

Note: It assumes dtl is installed system-wide during build. Feel free to change it if you are going to package it with tarballs.

Fat-Zer avatar Feb 25 '21 18:02 Fat-Zer

OK, I think I give up on trying to make static text work; as referred to in the other issue, the only path forward seems to be to use read-only wxTextCtrl as you suggested initially.

vslavik avatar Apr 04 '21 16:04 vslavik

does this PR support msgmerge's --previous flag?

cooljeanius avatar Apr 18 '22 12:04 cooljeanius

My previous comment was not off-topic; msgmerge's --previous flag is an existing way for marking differences between translation strings that should be considered when implementing a new diff implementation, such as this PR attempts to do.

cooljeanius avatar Apr 02 '23 19:04 cooljeanius