|
Fizgar Magician
Joined: 07 Feb 2002 Posts: 333 Location: Central Virginia
|
Posted: Mon Nov 01, 2010 11:55 am
[3.31] BUG: Copying colors from output window to the text editor |
If I have a trigger, something like:
Code: |
#TR {It is pitch black.} {#co bold,red} |
or
Code: |
#TR {It is pitch black.} {#co {#ff0000}} |
After the trigger fires and I copy the text from my main session window into the editor, the color is copied with the text (the color is a bit different than what is shown in the main session window) but the color does copy at least.
Now if I use one of the following triggers NO color is copied into the editor with the text:
Code: |
#TR {It is pitch black.} {#co dodgerblue} |
or
Code: |
#TR {It is pitch black.} {#co {#1e90ff}} |
It seems kind of odd that we can choose a vast array of colors from within the editor using the color picker but similar colors won't copy over from the main session. |
|
_________________ Windows Vista Home Premium SP2 32-bit
AMD Athlon Dual Core 4400+ 2.31 GHz
3 GB RAM
CMUD 3.34 |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Nov 01, 2010 5:20 pm |
It's because the copy/paste is only copying ANSI color values and not proper MXP color values. I'll add this to the wish-list for a future version to try and improve it.
|
|
|
|
|
|