Top "Text-formatting" questions

How to align text to the right with notepad++?

I have text like this: 1;a;3;; 2;abc;4;; 3;abcde;5;; I want to align texts to the right with notepad++, so become …

regex notepad++ text-formatting
Why would LaTeX ignore the font size in the documentclass

I have a LaTeX file. I'm experimenting with trying to reduce the font size (this is related to my other …

text latex formatting text-formatting
Apply multiple font colors to the text in a single Google Sheets cell

I am trying to format a cell to have multiple font colors using a function in Google Apps Script. I …

google-apps-script google-sheets text-formatting
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 …

vim text-formatting
Comments in textural protobuf?

I'm using textual protobuf files for system configuration. One problem I have with this is that the serialized protobuf format …

configuration comments protocol-buffers text-formatting
Java change system new-line character

On Windows, using System.out.println() prints out \n\r while on a Unix system you would get \n. Is …

java windows unix newline text-formatting
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". …

delphi text-formatting
Hardcoding Text and formatting

I am sending an email with C# and hardcoding all the data needed for this to include in my Body. …

c# text-formatting mailmessage
Export the Eclipse XML Formatting Rules?

Is there a way to export the settings defined in Window > Preferences Dialog under XML > XML Files > …

eclipse eclipse-wtp text-formatting xml-formatting
How to know the preferred display width (in columns) of Unicode characters?

In different encodings of Unicode, for example UTF-16le or UTF-8, a character may occupy 2 or 3 bytes. Many Unicode applications …

unicode text-formatting character-properties mbcs