Forums Updates [December 14, 2005]

Over the past two days, the Microsoft Forums team has been deploying updates to our existing Forums. These changes include:

  • New rich text editor box. We are now using the same message box that the MSN Spaces team uses. Thanks to the Spaces team for sharing code!
  • We now support 9 languages and users will begin to see non-English forums popping up. Languages include (French, German, Italian, Spanish, Korean, Simplified Chinese, Traditional Chinese,Japanese)
  • Removed C# and VB code buttons
  • IE 7 now supported
  • Bug fixes: Too many too mention

Ensuring all parts of Forums are supported by the 8 additional languages is a lot more work than meets the eye. I want to thank my team for excellent work. We only had 3 weeks in which to do this project.

Thank you to all who use our Forums whether via the Web site or through the VS 2005 IDE or SQL Server Help.

Thanks

Jana Carter

Forums Product Manager

[1112 byte] By [Jana] at [2008-3-5]
# 1

First of all its great that there are constant updates, great work!

A couple of things, though:

1. Why were the code buttons removed? I know that you still hand code the code elements, but it so much easier to have buttons for this.

2. The default font of the editor is too large and when it is output to the page it is too small.

3. There are no margins when editing the post, so text hugs the very left side of the editor.

4. Any chance of changing the editor to use a white background?

Cheers

David

DavidM.Kean at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 2

Agree to all 4 topics.

I just posted similar here:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=169335&SiteID=1

MartinRichter at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 3
What was the code for inserting C# code again? I need it :)
jvanderbeek at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 4

Start with [ code language="c++" ] end with [ /code ]
This is the way I place C++ code. I don't know how to do it in C# <bg>



//My code

MartinRichter at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 5

hehe... that didn't help, I just see a block of code now :)

it was:bracket open code language=c# bracket closed

bracket open /code bracket closed

hah you edited it ;) thx.

jvanderbeek at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 6

Didn't know there was a C++ version, let's try

C++ code block:



int
long
double

Update: Thats seems to work. Now it would be great if there was buttons for this.

DavidM.Kean at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 7

Let's see if they fixed the comment bug as well:



public void Method()
{
// This line should be green
int myInt = 10;
}

Update: Hmm... they have seemed to remove functionality, int is no longer seen as a keyword and comments aren't made green.

DavidM.Kean at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 8

It was always possible to use C++ as a language in the code block. There was only no button!

Lets see if there is still the index i problem


j = aIdea; // Should show no bulb

U???cks. Inside the code blocks there is still a replacement of the shortcuts. Bug is not fixed!

MartinRichter at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 9

I see that the new forums site for German is already present: http://forums.microsoft.com/msdn-de

But! If I click now on the "My Threads" page. I see an empty page.
I am bilingual, like most of the "non-American" programmers (SCNR), why is the "My Threads" page empty when I have over 800 posts in the http://forums.microsoft.com/msdn area?

MartinRichter at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 10
David M. Kean wrote:

2. The default font of the editor is too large and when it is output to the page it is too small.

3. There are no margins when editing the post, so text hugs the very left side of the editor.

4. Any chance of changing the editor to use a white background?

I agree with all of David's points, quoted here.

BrianKramer at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 11

Joke for Martin:

What do you call someone who speaks three languages?

Trilingual.

What do you call someone who speaks two languages?

Bilingual.

What do you call someone who speaks only one language?

American.

:)

Brian

BrianKramer at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 12

I have no idea what their talking about , when they talk about

codes. I know that it has to do with comands. But I liked your joke, good

punch line.

djartsinc at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...
# 13

hi,

i agree the code button should be added again and may be add a different backgroundcolor for exceptions, at least as just back ground color like quoting without any code editors and to copy from the IDE to this code box

best regards

shakalama at 2007-10-7 > top of Msdn Tech,Feedback for forums and MSDN websites,Announcements...