Feature #68
Add copy as RTF
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
07/17/2017
Due date:
% Done:
0%
Description
Unfortunately this functionality is not in the basic scintilla control.
The SciTE editor however has this feature. It can be found in file SciTEWin.cxx under
void SciTEWin::CopyAsRTF()
It would be marvellous if we can somehow port this to our editor.
Need to investigate.