When u paste piece of txt from some txt editor with difrent coloured fonts into QEDITOR it is still cool and fancy looking.
Why ther is no fonts and colour in MASM32 by itself.
*** it was piece of English ;) for me so dont :grin: or else i :(***
**FACE :stupid: TEST**
Why ther is no fonts and colour in MASM32 by itself.
*** it was piece of English ;) for me so dont :grin: or else i :(***
**FACE :stupid: TEST**
Thats because QEditor uses a Richedit control and does not convert the pasted data to CF_TEXT :)
Hutch, maybe you should add this as a (optional) feature.
drakoforma, if you want colored text in QEditor, look here:
http://www.asmcommunity.net/board/index.php?topic=8024
http://www.asmcommunity.net/board/index.php?topic=8020
http://www.asmcommunity.net/board/index.php?topic=8019
Hutch, maybe you should add this as a (optional) feature.
drakoforma, if you want colored text in QEditor, look here:
http://www.asmcommunity.net/board/index.php?topic=8024
http://www.asmcommunity.net/board/index.php?topic=8020
http://www.asmcommunity.net/board/index.php?topic=8019
Sven,
In the latest version I trap every combination to ensure that the WM_PASTESPECIAL message is used but I still have not found a way to defeat the OLE drag and drop that preserves the text colour attribute.
QE version 3.
Regards,
hutch@movsd.com
In the latest version I trap every combination to ensure that the WM_PASTESPECIAL message is used but I still have not found a way to defeat the OLE drag and drop that preserves the text colour attribute.
QE version 3.
Regards,
hutch@movsd.com
LOL i'll wait till good enought version
Sven,
In the latest version I trap every combination to ensure that the WM_PASTESPECIAL message is used but I still have not found a way to defeat the OLE drag and drop that preserves the text colour attribute.
QE version 3.
Regards,
hutch@movsd.com
Use a custom edit control? :grin:
i'm using "WORD" to edit. It is so great i can even attache some 10X10 tables insted of for example MYARRAYA db 100 dup (?).