result.CleanText="There are some .private files"+System.Environment.NewLine+System.Environment.NewLine+
"Do not panic, these are copies Plastic creates to preserve files it can't overwrite."+System.Environment.NewLine+System.Environment.NewLine+
"Suppose you have a private file \"src / foo.c\", then switch your workspace to a branch where someone added \"src / foo.c\". Plastic downloads the new file because it is under source control and yours is not. But, it can't delete yours, so it renames it as .private.0."+System.Environment.NewLine+System.Environment.NewLine+
"* You have some files ready to be added to version control"+System.Environment.NewLine+
"* Are you missing any changes?"+System.Environment.NewLine+
"* Tips to work with Visual Studio projects."+System.Environment.NewLine+System.Environment.NewLine+
"This is just text after links (like this help link -> content2) to verify that the format is preserved."+System.Environment.NewLine+System.Environment.NewLine+
"And then that another link at the end works, with some bold text at the end, final!!";
// IMPORTANT! We need single EOL chars to calculate the positions,
Position=result.CleanText.IndexOf("bold text at the end"),
Length="bold text at the end".Length
});
returnresult;
}
internalstaticHelpDataGetSample2()
{
HelpDataresult=newHelpData();
result.CleanText="Alternative title to confirm that all is working"+System.Environment.NewLine+System.Environment.NewLine+
"This is just another help example to ensure that the panel replaces the helps dynamically."+System.Environment.NewLine+System.Environment.NewLine+
"If you're reading this text, means that the help changed its content dynamically, so we can navigate between help tips by clicking hyperlinks"+System.Environment.NewLine+System.Environment.NewLine+