This is a migrated thread and some comments may be shown as answers.

Is JC doing this?

1 Answer 83 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 13 Jun 2011, 05:17 PM
I keep getting my code truncated to new lines...is this a JC thing or something in VS2010?

It's faily new so I assume JC...if so, how can I find the option to change the behaviour

foreach (var item in preLoadedItems) {
                detailsText.AppendLine("<div class='preLoaded_text'>");
                detailsText.AppendLine("    <h3>This rotation has been preloaded for you</h3>");
                detailsText.AppendLine(
                    String.Format("<p>You have been placed at {0}</p>",
                                  preLoadedItem.CpsSiteCapacityRule.CpsSiteCapacity.CommonLocation.LocationName));
                detailsText.AppendLine(
                    String.Format("<p>{0} to {1}</p>",
                                  preLoadedItem.Startdate.ToString("dddd MMMM dd yyyy"),
                                  preLoadedItem.Enddate.ToString("dddd MMMM dd yyyy")));
                detailsText.AppendLine("</div>");
            }

I would prefer if lines truncate to a new line every time


**EDIT**
I think I found it...is this Word Wrap?

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 16 Jun 2011, 03:31 PM
Hello Steve,

You're right, that's definitely the VS2010 Word wrap option (msdn).

Greetings,
Kaloyan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Kaloyan
Telerik team
Share this question
or