A generic term meaning the process by which text transformed into a more meaningful or clearer output. A typical example would be the transformation of a decimal into a particular currency format with the correct number of decimal places.

learn more… | top users | synonyms

3
votes
0answers
39 views

scanf format specifier to read zero or more characters from a set of characters

I need to be very strict in regard to the characters that can be in a read string. I have a series of whitespace followed by a character followed by a series of whitespace. Examples: " c ", "c" , "", ...
2
votes
0answers
128 views

C++ output formatting error

I was working on output formatting on C++ when I came across this weird error. Here is a sample of my code used to print info contained in an array: int store; while(table[i]!=NULL) { ...
2
votes
0answers
53 views

Which code does google use for formatting email (it is not bbcode)

Once i tried to send email to myself (webmaster@mydomain_name.com.np) from gmail. I got the email in which, bold was surrounded by "**" sign, im sure that it wasn't bbcode, it was similar to those ...
2
votes
0answers
791 views

How do I avoid merging cells vertically in excel?

I'm tired of merged cells. They just don't work. So I found a way to avoid merging cells horizontally, when I just need my text to be centered across multiple columns. That's: ...
2
votes
0answers
265 views

How to generate a human-readable string that represents a rrule object?

My app allows users define scheduling on objects, and they is stored as rrule. I need to list those objects and show something like "Daily, 4:30 pm". There is something available that "pretty formats" ...
2
votes
0answers
1k views

Jasper Reports - custom format factory does not use defined formatter classes

I'm working with Jasper Reports, version 3.7.5. I'm trying to use a custom FormatFactoy implementation to handle the case of an empty string representation ( "" ) of the XML data for a date field. I ...
2
votes
0answers
111 views

How to remove formatting from Google Table Visualization

I want to add a bar formatter on the sorted column of Google table viz. So when sorting changes from one column to another I need to remove formatting from my previous sorted column and put it on the ...
1
vote
0answers
25 views

ICustomFormatter usage

Assume we have an ICustomFormatter designed to provide intrinsic support for a type, in this case a PersonName. Most of the MSDN docs have code similar to the snippet below when it comes to handling ...
1
vote
0answers
26 views

Cursor placement when calling a method with void parameters

This is a fairly straight forward question but I am unable to find an answer about this specific type of formatting. I'm looking for a way to modify where eclipse places the cursor after using its ...
1
vote
0answers
40 views

How do I compose format=flowed emails that include hanging indents with vim?

Is there a good way to configure vim to send format=flowed emails that include hanging indents? My complete vimrc (for testing purposes) is: set nocompatible set fo+=awn set tw=72 set ai I'm ...
1
vote
0answers
135 views

WPF Formatting Issues for Fonts Between Windows 8 and Windows 7

I have written a basic WPF VB.net application, in Visual Studio 2012 in Windows 8. The program basically takes over the full screen and displays text that is supplied from a XML it is meant to fill ...
1
vote
0answers
62 views

Aspose.Cells - Set Border For Range

I'm currently working with Aspose.Cells. I've largely managed to do what I need to do however one issue remains; I can't see an easy way to apply a border to a defined range. I can for a cell, however ...
1
vote
0answers
269 views

Phone number formatter UI Hint MVC4

I am trying to format the return value of some string in my model to look more like a phone number... (000)-000-0000 I thought I would use a UIHint attribute to accomplish this. The only thing is ...
1
vote
0answers
123 views

PhoneNumberFormattingTextWatcher is not working

I am trying to use PhoneNumberFormattingTextWatcher but there is nothing happening as if the code is not there here is the code @Override protected void onCreate(Bundle savedInstanceState) ...
1
vote
0answers
60 views

Formatting Address in locale and getting second line

I am using Android's Address class to represent an address and trying to format it and pretty-print it. I can do all the formatting logic myself (example for the second line of a US address only): ...
1
vote
0answers
51 views

Code editor with arbitrary text formatting?

Is there a code editor (standalone, or a part of an IDE) that allows developer to arbitrarily change the text formatting? For example make an individual phrase in the comment appear in bold typeface, ...
1
vote
0answers
44 views

How do I push data onto multiple lines in a MySql table row?

I have a table containing user reviews. one of the fields is very long and I would like to display it over multiple lines so as to keep the formatting of the table nice. For example, I would like to ...
1
vote
0answers
48 views

How to Custom Format Custom Data WPF 4.5?

I am developing some software that generates reports from event data collected from some devices. The data is stored in a database. I want the user to be able to template the output filename of the ...
1
vote
0answers
568 views

Excel Cell Formatting with C# changed

I have a C# program. One method of it is to create an excel sheet, fill it with data, format the data and save as xls file. For formatting I used code like oSheet.get_Range("F1", ...
1
vote
0answers
350 views

Show Amount upto two decimal places without rounding off in DataGrid

Say for example i have a large number 12345678.88 right now when i display it in the Datagrid with the use of <asp:Label ID="txtlineAmt" runat="server" ReadOnly="true" Text='<%# ...
1
vote
0answers
64 views

Backspace on Currency-Formatted EditText Causing Issues

All- I have an edittext that is formatted for currency like so: The problem is when the user backspaces so there is only one numeral and than the dollar sign ($5) and than hits backspace one more ...
1
vote
0answers
13 views

dynamically altering an inline in win8

I want to make a sort of typing game; as the user types the textbox/textblock/contentcontrol should highlight(turn into bold) the specific word that the user is supposed to be typing. From what I've ...
1
vote
0answers
49 views

How to make a html text ends with 3 dots in JLabel

By default, JLabel do this formatting for simple text. setText("Hello World!"); setMaximumSize(new Dimension(30, 20); This will be displayed like: Hello Wo... But in case we're using html ...
1
vote
0answers
151 views

reading unformatted data, intel ifort vs Ibm xlf

I'm trying to shift from intel ifort to IBM xlf, but when reading "unformatted output data"(unformatted I mean they are not the same length), there is problem. Here is an example: program main ...
1
vote
0answers
56 views

Line breaks (text wraps) in Action Script 3

I have an RSS reader built in Flash using AS3 which displays three headlines from a site which open up their respective pages when clicked. The issue I'm having is that the XML titles are not wrapping ...
1
vote
0answers
64 views

I want to copy the format of one Spreadsheet in google docs do another spreadsheet. Is this possible?

I'm working on a feedback system for my math students and have a matrix that shows what points they have gotten on a test. I have several sheets in this document with one sheet per student. I have ...
1
vote
0answers
120 views

JQuery Mobile - Dynamically Populated Nested List Formatting Issue on Subsequent Access

I am running into an issue with formatting a dynamic list. I believe I am making the correct calls to JQM for it to re-stylize things as it appears correctly on the first access. If I then go back ...
1
vote
0answers
273 views

How to highlight text using string indexes in WPF RichTextBox?

I'm working on a custom RichTextBox which highlights certain words typed in it. (more like highlight certain strings, because I intent to highlight strings that are not separated by spaces) I search ...
1
vote
0answers
278 views

Printing Apache Commons XML Configuration pretty

I am trying to work with the Apache Commons Configuration XML class and I think I have a basic configuration writer working. Now I need to have the XML output indented correctly. I have tried ...
1
vote
0answers
125 views

How to get date/time formatting specified in the Control Panel's Region and Language settings

I'm trying to format dates and times exactly as specified by the user on the "Region and Language" page of the Windows Control Panel. This works semi-automatically for most selections the user makes ...
1
vote
0answers
150 views

Django : sanitize HTML and Textile

I would like to be able to sanitize the HTML tags of an input (from a form for instance, so that users don't mess up with HTML tags), but allow users to do some formatting through Textile ...
1
vote
0answers
55 views

Is there a pattern for creating escape characters in string?

I am creating a string formatter in javascript that uses backslashes for escapes. Creating the formatter itself has been pretty easy. My issue is finding the escape characters, and doing the escapes ...
1
vote
0answers
53 views

What is the best practice for formatting parameters in web service operations?

If a operation in a given web service accept a parameter, which can be in more than one given formats, what is the best practice of handling this scenario (at where do we format the parameter) ? ...
1
vote
0answers
116 views

Eclipse: how to format all xml files in workspace?

I greatly appreciate the functionality of Eclipse to apply code formatter to all projects in workspace, however it works only for Java files, I'd like now to apply formatter to all XML files. And ...
1
vote
0answers
124 views

Javascript code formatter does not work (Indigo SR2 Java EE - 64 bit)

I do not why Indigo does not want to format my javascript pages. I can see the format properties in Preferences > Javascript > code style > formater but nothing happen (menu : Source > format or ...
1
vote
0answers
36 views

Unable to research FreeText (reporting) applications

I am writing an class library that will format free text. The free text I receive is not completely random, there are categories with basic patterns and additional meta data with criteria (eg Season, ...
1
vote
0answers
71 views

Visual Studio 2010 loses JS formatting rules

As the title says, Visual Studio just forgive my formatting options selection. In Tools > Options > Text editor > JScript > Formatting I just disabled all the four Automatic formatting. ...
1
vote
0answers
39 views

Format numbers to two decimal places with KVC?

The code below connects a slider output to a label in a window. The connection works. But, I have not been able to format the numerical display. For example I'd like to display only two decimals. I ...
1
vote
0answers
47 views

I have two files that have the same character ('\n' or 10 in ASCII) but display differently. Why is this?

They're both .iif files, except one is generated by QuickBooks and the other is generated by an application I wrote. I've looked at the binary, and as far as I can tell there is no reason why they ...
1
vote
0answers
298 views

SSRS VS 2008 Excel Export Formatting Issue

I have an SSRS VS 2008 report project. I have several text boxes that contain variable lenght text data. The "Allow to resize" options are selected on the text boxes. When Exporting to Word they ...
1
vote
0answers
670 views

Crystal reports not showing HTML blank lines

I have a Crystal report that is displaying HTML data (can grow, display as html). I know there are some tags not supported in Crystal (such as bullets), but it seems that line breaks would be ...
1
vote
0answers
228 views

How can I format currency in android with possible large values?

I have a screen in my android App that displays amounts of currency in a list. I'm using NumberFormat.getCurrencyInstance() to format the numbers, and it is working well. However, I'd like to have an ...
1
vote
0answers
403 views

RichTextBox losing formatting

I'm trying to make a dynamic RichTextBox-collection - where users can add several boxes - edit them and save to DB. Case 1 (one and only) Pasting RTF data from wordpad document into the ...
1
vote
0answers
328 views

Format ToolTip for TreeNodes in TreeView

I'm currently showing a ToolTip on each of my TreeNodes via myTreeNode.ToolTipText = "My ToolTip"; Is there a possibility to format the Text other than creating a ToolTip-Subclass which draws the ...
1
vote
0answers
36 views

How to show in eclipe 4 spaces if the convention of my firma is 2 spaces?

the convention for java files of my new firma is 2 spaces, but I prefer 4 spaces. Is it possible to config eclipse so that 2 spaces are showed as 4 spaces? ps: use of tabs ist not allowed. ~
1
vote
0answers
621 views

Format source code such that the maximum number of characters does not exceed a given limit

Several extensions to Visual Studio like VisualAssist or the Visual Studio Productivity PowerTools support the definition of a "guideline". The "guideline" (which is the technical term used within the ...
1
vote
0answers
197 views

formatting data detectors in mail on iosx

I have seen lots of posts about turning off data detectors in safari & in html emails when viewed in ios but... I'd like to know if anyone knows how to actually format the auto generated links? ...
1
vote
0answers
388 views

Visual Studio Macro: How to format xml files?

I derived a small macro script from Visual Studio Macro to Format all Files in a Solution but unfortunately it doesn't work with xml, xaml, config etc. All ProjectItem that are xml-based normally ...
1
vote
0answers
524 views

Email on iPhone not interpreting HTML

I've create a web app for a client that sends out a verification email. The email is formatted correctly when received through Gmail and other standard mail clients (on Macs and PCs). But I have ...
1
vote
0answers
2k views

Java message/image steganography only works when run within IDE

I've being wrestling (WRESTLING!!!) with the following image/message steganography app which seems to work as expected when compiled and executed within the Netbeans IDE environemnt. However when ...

1 2 3 4 5 11