Top "Formatter" questions

A formatter may be any program or piece of program that modifies a file or input text so that it complies to a given format, or generate a text in a given format from input data.

Change how eclipse formatter wraps long strings

I have set the eclipse java formatter to wrap lines that exceed 120 characters to conform to our team's coding standard. …

java eclipse formatter
Change Highcharts tooltip formatter from chart Object , after chart is rendered

I have found that I can change series with setData, and I know I can modify Max values with .setExtremes , …

javascript tooltip highcharts formatter
Android NumberPicker with Formatter doesn't format on first rendering

I have a NumberPicker that has a formatter that formats the displayed numbers either when the NumberPicker spins or when …

android formatter numberpicker android-number-picker
Any method similar to sprintf in Java?

Any similar method to sprintf in Java?

java formatter
How to pass additional variables to jqGrid formatter?

I'm trying to create some kind of reusable formatter for jqGrid column, I would like to create custom formatter where …

javascript variables jqgrid formatter
Objective c string formatter for distances

I have a distance as a float and I'm looking for a way to format it nicely for human readers. …

objective-c cocoa string distance formatter
What's the opposite of `fixed` in cout?

When using cout, what is the default formatter defined in the <iomanip> header? In other words, once I've …

c++ cout formatter iomanip
Python logging to console

I'm trying to create a log in Python 3.x, that writes out to the console. Here is my code: import …

python python-3.x logging attributeerror formatter
In a python logging is there a formatter to truncate the string?

Python logging formats strings with a syntax I don't see elsewhere in python, like 'format': '%(name)s' Is there …

python logging formatting string-formatting formatter
Eclipse java code style formatter profile location

I am trying to find out where the code style formatter profiles are saved. I have three profiles, but I …

eclipse formatter