EditorGadget should add #PB_Editor_Rtf

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
gurj
Enthusiast
Enthusiast
Posts: 693
Joined: Thu Jan 22, 2009 3:48 am
Location: china
Contact:

EditorGadget should add #PB_Editor_Rtf

Post by gurj »

EditorGadget should add #PB_Editor_Rtf
if use #PB_Editor_Rtf,when load text,to display RTF
if not use #PB_Editor_Rtf,when load text,to display text
my pb for chinese:
http://ataorj.ys168.com
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: EditorGadget should add #PB_Editor_Rtf

Post by IdeasVacuum »

+1
Would be useful. Currently, I load the editor from the RTF file, use GetGadgetText() to collect the content as text only, then SetGadgetText().
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Post Reply