Copy As RTF
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.)
This also listed in http://www.flos-freeware.ch/development-releases/notepad2-FAQs.html#planned-features
Related issues:
- https://github.com/XhmikosR/notepad2-mod/issues/79
- https://github.com/XhmikosR/notepad2-mod/issues/114
Add issue #592 to track Export as HTML, RTF, PDF, LaTeX and XML.
Implemented by b718d0d48a60f69a2f23fe50b46b5ee1f15faa89 (however not works well for dark theme), feel free to test latest builds from main branch.
Support for default background color (e.g. dark theme) implemented by f60dd40b5b919797aeacd56d59c574f2a2f73c79.
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

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