Common code sequences are translated into emoticons

Please consider some emoticon encoding that doesn't interfer with common code samples: E.g. in System:Tongue Tiedtring the colon and S are translated toTongue Tied.

How about enclosing the emoticons in []. So only [<colon>S] translates toTongue Tied

Bye,
SvenC

[451 byte] By [SvenC] at [2008-2-6]
# 1
the system is turning too much stuff into emoticons: look at the second reply here, where a method of the string class gets partially converted to an emoticon.

WM_FYI
thomas woelfer
http://www.die.de/blog

thomaswoelfer at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 2

Good bug! Tongue Tied I merged these two threads since they are the same report.

JoshLedgard at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 3
Ewww, that is a bad bug! We're working on a fix. While we're in Beta mode, we'll be doing monthly updates to the site so we'll plan to get this patched with our first update at the end of the month.
LisaAmblerMSFT at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 4
Hey Lisa, when the upates go live you guys should send them my way and we can add them in the weekly announcement. We could let people know what issues they reported were fixed. :-)
JoshLedgard at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 5
Absolutely.
LisaAmblerMSFT at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 6
This bug should now be fixed.
LisaAmblerMSFT at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 7

This bug is not fixed yet. I see it around different uses of brackets, such as Idea and No.

My workaround is to change fonts or do something to disrupt the rendering of sequences as emoticons. E.g., [i] and [n].

Also, what earthly effect does the "This post contains a code sample" have?

- Dennis

orcmid at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 8
Lisa Ambler wrote:
This bug should now be fixed.
As of 11-jul-06 this issue still persists:

int[] intArray = new int[10];
for(int i = 0; i < intArray.Length; ++i)
{
intArrayIdea = i;
}

PeterRitchie at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 9
Hi Peter - does this still repro with the latest text editor?
PennyP at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 10

Outside of code snippets, yes it still repos:

Object obj = myArrayIdea;

PeterRitchie at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 11
I think it will be addresed in the next version but I will make ure the RTE team knows. Thanks!
PennyP at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 12
One thing that is common on other forums is the ability to disable emoticons for the post. It would be nice if you allowed it to be toggled like that. Any hints as to how it'll be addressed?
IsshouFuuraibou at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 13
I'm not exactly sure what the exact implementation will be but the RTE team has confirmed that it will be addressed in the next release.
PennyP at 2007-8-21 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...