text-formatting Questions

8

I have a very weird problem. After writing this: for (File f : currentFile.listFiles()) { if (f.isDirectory()){ System.out.println(f.getName()+"\t"+"Dir\t"+Command.getpremission(f)+"\t"+f.getTo...
Repudiate asked 14/5, 2011 at 8:59

1

Solved

I am given the an excel file which contains some text formatting. Some can be bold, some italic, some are supercase1, and some other formats (but not as many as the three mentioned). Examples: K...
Schuyler asked 20/4, 2016 at 11:23

5

Solved

I want to unwrap text in Vim. When I join lines I get an additional space between sentences. Why is that?
Tiro asked 16/10, 2009 at 16:0

10

Solved

Can anyone recommend a framework for templating/formatting messages in a standalone application along the lines of the JSP EL (Expression Language)? I would expect to be able to instantiate a an o...
Detective asked 18/9, 2008 at 11:15

2

I am using Visual Studio 2010 and have statements that look like this: a = 1; ab = 12; abc = 123; etc... which I would very much like to turn into this: a = 1; ab = 12; abc = 123; etc... with...
Secularism asked 22/10, 2014 at 11:37

2

Solved

I'm using textual protobuf files for system configuration. One problem I have with this is that the serialized protobuf format does not support comments. Is there any way around this? I'm talking a...
Socioeconomic asked 6/9, 2011 at 8:40

5

Solved

Is there any way to take an xml string in .net and make it easyer to read? what i mean is can i convert this: <element1><element2>some data</element2></element1> to this:...
Roomy asked 26/2, 2009 at 10:17

5

Solved

I have a text field in an iphone app and i would like to implement the input similar to an atms input where all you have to do is enter digits (no decimal character input required). I want to be ab...
Hawkeyed asked 18/2, 2011 at 15:7

2

Solved

I want to create a button. This button contains a letter with a size of 22pixels and some letters to the right of it with a size of 16 pixels. Like this: How can I achieve this? At the momen...
Antonantone asked 30/8, 2012 at 9:27

6

Solved

Is there a way to prepend leading zeros to numbers so that it results in a string of fixed length? For example, 5 becomes "05" if I specify 2 places.
Bagpipe asked 8/6, 2010 at 15:28

1

Solved

I'm attempting to align a text-based list of items for an e-mail. Basically the problem I have is that it only works with fixed-width (monospaced) fonts - I'd like a script that somehow can align i...
Crabber asked 6/2, 2012 at 20:21

3

HTML Tidy has this infuriating habit of putting a newline before the closing tag. For example: <p>Some text</p> becomes <p>Some text </p> How do I tell Tidy to keep th...
Norty asked 22/3, 2010 at 11:9

1

Solved

I would like to find a way to format a NSString like this: Name: John Location: Unknown Type: Unknown Status: Unknown Right now I'm using this code to do it but the result is quite different: T...
Revamp asked 14/7, 2011 at 21:6

4

Solved

I have file with a lot of text, what I want to do is to remove all alphanumeric words. Example of words to be removed: gr8 2006 sdlfj435ljsa 232asa asld213 ladj2343asda asd!32 what is th...
Mcnew asked 13/12, 2010 at 20:30

4

How do you write a URL in Latex? The subscripts and everything else make the font look very strange when it compiles.
Serilda asked 24/5, 2010 at 4:18

5

Solved

Let's say I have a list of elements @list=(1,2,3); #desired output 1,2,3 and I want to print them as comma separated values. Most importantly, I do not want the last element to have a comma afte...
Phototype asked 21/5, 2010 at 15:48

3

I have a LaTeX file. I'm experimenting with trying to reduce the font size (this is related to my other question here LaTeX - Changing the font size for a document, but in the preamble, not t...
Jilolo asked 15/4, 2010 at 9:34

3

Solved

SimpleDateFormat formatter = new SimpleDateFormat("ddMMyyyy_HHmmSS"); String strCurrDate = formatter.format(new java.util.Date()); String strfileNm = "Cust_Advice_" + strCurrDate + ".txt"; Stri...
Fissirostral asked 6/4, 2010 at 13:58

2

Solved

Is there a way to export the settings defined in Window > Preferences Dialog under XML > XML Files > Editor in Eclipse 3.5 Galileo (Java EE Package)? And where do Eclipse stores these sett...
Laomedon asked 11/3, 2010 at 10:26

2

Solved

What is the most common way people preserve basic formatting elements like bold emphasis and italics when copying to a textarea from an MS Word document. I noticed that Gmail does this well and Sta...
Serene asked 23/2, 2010 at 18:54

5

Solved

Or, to be more clear, how can I format a block of text (in my case, to be included within a tooltip) such that some portions of the text come from bound values. In plain C# I would use: _toolTip....
Fronde asked 15/1, 2009 at 14:52

1

Solved

I was wondering if there was any way using only CSS, (and this CAN be browser specific CSS) to convert all uppercase text to words that are only initially capitalized for example: I YELL WITH MY K...
Esmond asked 25/1, 2010 at 18:41

4

Solved

I'm trying to create coloumns of text for a C# app that will be running on MSN Messenger. I'm having trouple getting everything to line up. Here's an example of the output that I want: 1) Pizza ...
Parvis asked 2/3, 2009 at 22:24

5

Solved

Anyone got a ready made function that will take an XML string and return a correctly indented string? eg <XML><TAG1>A</TAG1><TAG2><Tag3></Tag3></TAG2>&lt...
Pleo asked 24/10, 2008 at 15:38

4

Solved

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 headings and such. I have...
Zobkiw asked 2/10, 2008 at 17:29

© 2022 - 2024 — McMap. All rights reserved.