notepad4 icon indicating copy to clipboard operation
notepad4 copied to clipboard

Copy As RTF

Open zufuliu opened this issue 7 years ago • 2 comments

Currently the Copy As RTF menu (in Edit -> Copy to Clipbaord) is grayed out and not implemented.

SciTE already has a C++ based implementation, may worth porting it to Notepad2, along with other export functions (Export as PDF, RTF, HTML, TeX, etc.)

zufuliu avatar Aug 03 '18 12:08 zufuliu

This also listed in http://www.flos-freeware.ch/development-releases/notepad2-FAQs.html#planned-features

zufuliu avatar Aug 03 '18 12:08 zufuliu

Related issues:

  • https://github.com/XhmikosR/notepad2-mod/issues/79
  • https://github.com/XhmikosR/notepad2-mod/issues/114

zufuliu avatar Aug 29 '18 14:08 zufuliu

Add issue #592 to track Export as HTML, RTF, PDF, LaTeX and XML.

zufuliu avatar Jan 12 '23 23:01 zufuliu

Implemented by b718d0d48a60f69a2f23fe50b46b5ee1f15faa89 (however not works well for dark theme), feel free to test latest builds from main branch.

zufuliu avatar Jan 19 '23 10:01 zufuliu

Support for default background color (e.g. dark theme) implemented by f60dd40b5b919797aeacd56d59c574f2a2f73c79.

zufuliu avatar Jan 30 '23 12:01 zufuliu

I think this feature is completed, screenshot for "Copy as RTF" pasted into LibreOffice Writer and WordPad: https://github.com/zufuliu/notepad2/blob/8f6ad30c320795fcc80a9af769ddc43ec4e9afcb/locale/Locale.py#L26-L39 CopyAsRTF

zufuliu avatar Jan 30 '23 13:01 zufuliu

eolfilled is implemented by 294b71bce761cb01dbf83b5648c1789f16c4b42d, only overline remains unimplemented (no RTF equivalent).

image

zufuliu avatar Feb 02 '23 23:02 zufuliu