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.

java.time DateTimeFormatter pattern for timezone offset

I am trying to parse: 2014-05-02-10.45.05.993280-5:00 where the -5:00 is the offset from UTC. Using a java.…

java date parsing formatter java-time
Coverting String to LocalTime with/without nanoOfSeconds

I need to convert a string to LocalTime (java-8 not joda) that may or maynot have nanoOfSeconds in the string. …

java java-8 formatter java-time localtime
How can I change the background color of a cell in a jqgrid custom formatter?

I can change the text color by doing this in jqgrid custom formatter: function YNFormatter(cellvalue, options, rowObject) { var color = (…

jquery jqgrid formatter
android EditText ,keyboard textWatcher problem

I am working on a android app and I have an EditText where user can input numbers. I want to …

android android-edittext formatter textwatcher
Numeric TextField for Integers in JavaFX 8 with TextFormatter and/or UnaryOperator

I am trying to create a numeric TextField for Integers by using the TextFormatter of JavaFX 8. Solution with UnaryOperator: UnaryOperator&…

java javafx textfield numeric formatter
How to stop Eclipse formatter from placing all enums on one line

I have enums like: public static enum Command { login, register, logout, newMessage } When formatting the file, the output becomes: public …

java eclipse formatter
JSON Formatter for Eclipse

I want to format the JSON files in my eclipse on save file action, based on number of spaces that …

json eclipse formatter
Recommendations for a JSON editor on Windows?

Are there any JSON editors on Windows? I tried Notepad++, but it only supports JSON with third party plug-ins which …

json editor formatter
Python Formatter Tool

I was wondering if there exists a sort of Python beautifier like the gnu-indent command line tool for C code. …

python formatter
Eclipse Code Formatter Plugin

Can some one suggest me a plugin to format HTML and JAVA code with proper indents etc ? Is there any …

eclipse plugins formatter