Tagged Questions

4
votes
4answers
234 views

Wiki style text formatting

Hi, I'm looking for some kind of text-parser for ASP.NET that can make HTML from some style of text that uses a special format. Like in Wiki's there is some special syntax for hea …
3
votes
3answers
101 views

Safe Web Text Formatting

I am building a web application that will need to allow users to save formatted text to a database. Basically they just need to be able to change font color, font background color, …
1
vote
5answers
428 views

How do I format an Integer using current locale in Delphi.

var i : integer; i := 1234567; Given the above, I want the string "1,234,567" as output (assuming UK locale). IntToStr just gives me "1234567". I'm sure there's a one-liner for …
1
vote
4answers
231 views

Is there a C# auto formatter that I can use to define custom rules for formatting?

My group has a source analysis tool that enforces certain styles that we have to comply with. I can't change it, and some of the rules are just a pain. One example is that all pr …
0
votes
2answers
22 views

Trying to pass TextFormat into other Classes, getting error

Happy Tuesday everyone :) I noticed I was using the same fonts over again in several of my Sub Classes, so I figured I'd just make a Fonts Class to handle all those. Anyways I' …
0
votes
2answers
148 views

Why does Vim add spaces when joining lines?

I want to unwrap text in Vim. When I join lines I get an additional space between sentences. Why is that?
0
votes
1answer
53 views

Outline/Stroke the formatted text

Hi, I am rendering the FormattedText with different foreground color to different character(fore example first two red, next 2 yellow like..), now i have to display outline surroun …
0
votes
1answer
70 views

Visual Studio HTML designer adds a <p></p> every time I switch to design view, I end up with a gazillion lines

I use split view, whenever I change the HTML code and switch to design view (clicking that popup "Design view is out of source view blah blah") VS adds 3 lines to the HTML. event …
0
votes
0answers
277 views

Combining Word Documents Without Losing the Individual Formatting

The Word documents I am trying to combine all have Headers and Footers, and I'm trying to combine them into one file while keeping the individual formatting of each document intact …
0
votes
2answers
344 views

Why does “%.3i” print leading zeros?

There was a bit of a surprise with some code today. I was compiling it on AIX, with the warning level set to anal to see what rogue issues might be lurking. Something new crawle …
0
votes
1answer
710 views

How to change Word.Range text without losing format

Hi, Anyone knows how can I change the text of a Word.Range object but still keeping it's format? For example if I have "this text" and I change it to "that txt", txt will still be …