Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

39
votes
12answers
16k views

Javascript Beautifier

I am looking for a code beautifier that supports javascript and works on both windows and linux and can be used in batch scripts. Any recommendations?
31
votes
7answers
4k views

Wanted: Command line HTML5 beautifier [closed]

Wanted A command line HTML5 beautifier running under Linux. Input Garbled, ugly HTML5 code. Possibly the result of multiple templates. You don't love it, it doesn't love you. Output Pure beauty. ...
14
votes
21answers
844 views

What applications do you know of, that can reformat code?

I am looking for a list of code formatting and prettifying software; I have only found a few topics that all are language specific. This is not about syntax highlighting! If possible, I prefer ...
11
votes
4answers
627 views

Where can I find a decent Ruby source beautifier?

Where can I find a decent Ruby source beautifier? I want something customizable and reliable. I found this but I'm not convinced.
10
votes
6answers
4k views

HTML formatter/tidy/beautifier for JavaScript

Is there any HTML formatter/tidy/beautifier out there written in JavaScript? I have made a content editor (CMS) which has both WYSIWYG and source code views. The problem the code written by the ...
10
votes
13answers
499 views

Looking for Java code beautifier (or maybe not beautify, but something to make code more elegant)

I don't know how to describe it, but I'm looking for a tool that makes suggestions to my code on how to be... more elegant. For example to make a nested if() statement a switch statement. something ...
10
votes
5answers
5k views

Objective-C style formatter

I'm a newbie on Objective-C programming and aiming to follow Google's code convention: http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml. Some code formatting tool would be handy to ...
9
votes
8answers
3k views

Looking for an embeddable SQL beautifier or reformatter

I am looking for a Java open source beautifier or reformatter for SQL that I can use to clean up DDL statements that I am generating with openArchitectureWare. Nothing in the answer to "Online Code ...
8
votes
18answers
626 views

Would you feel offended or upset if another developer ran a code beautifier on the code base?

I am working on a project which other developers work on. I would like the code to be standardized. I don't necessarily care what standard it is (K&R, GNU, 2 lines max, 1 line max, spacing between ...
6
votes
3answers
258 views

Configurable XML pretty printer for java

I need to format an xhtml file which has some elements included in a different namespace. I have searched a whole day for a really good mechanism for pretty printing an xml file in java. I have ...
6
votes
4answers
541 views

How can I beautify JSON programmatically?

You might say this is duplicate of this question, but original question WASN'T answered there. Important part of question is: programmatically? Is there any php function? Native or homemade?
6
votes
5answers
2k views

Html Beautifier

Does anyone know of a HTML formatter?
5
votes
1answer
506 views

A beautifier for lisp?

Are there any beautifiers for (e)lisp? Online preferred
4
votes
1answer
227 views

Automatic tool for styling c++ source code to a specific convention

Alot of code at work is inconsistent throughout, and I want to reformat all the code so that it complies to one coding convention. I've found enough tools that reformat spaces, braces, pointer ...
4
votes
4answers
474 views

Generate well formatted JavaScript

I'm generating huge amount of JavaScript(on server side, ExtJS code) and for debug purposes(mainly,since for production I will -probably - minify the code) it would be nice to have well formatted ...
4
votes
3answers
1k views

Online Code Beautifier And Formatter for Delphi or Pascal

Do you know any online Code Beautifier And Formatter for Delphi or Pascal Sintax? only i can found this tool , but only highlight the source code. Bye.
3
votes
1answer
326 views

Beautify NSLog of NSArray & NSDictionary

I'm dealing with deeply nested NSArray's and NSDictionary's and it's very time consuming to say the least. [data objectatindex:0] valueForKey:@"blah"] etc etc Does anyone know of a nice iOS category ...
3
votes
4answers
307 views

Code beautifier for HTML/CSS/JavaScript?

I am wondering, should I use these - or are they too much of a hassle or have drawbacks that make them inadvisable? I am finding it impossible to find a good suite of tools that aren't just hacked ...
3
votes
2answers
362 views

PHP HTML Formatter Beautifier

I am looking for a software which can beautify both PHP and HTML code. Dreamweaver seems to do a good job with html but not PHP PHP designer does a good job with PHP but messes up HTML. Any ...
3
votes
3answers
254 views

How can i beautify a json?

How can i beatufiy a JSON with C#? Can I use JavaScriptSerializer for this? Should I use JSON.net? How? I want to print the result in a TextBox control. I do not need to deserialize the string ...
3
votes
1answer
941 views

Is there online javascript/json beautifier with print functionality?

What I want: Paste code Hit beatify Hit print and get beautified and syntax highlighted version without any site's chrome on paper It also should have utf-8 support (I use cyrillics). Thanks!
3
votes
1answer
299 views

Is there a good c++ code beautifier, written in python?

I have a python script that generates lots of boilerplate code in c++. The approach I have taken makes if difficult to maintain things like correct indentation while it spits out the code. Obviously ...
3
votes
1answer
583 views

PHP beautifiers (libraries for formatting code)

Previously, my intention was to ask: Do you know any open source SQL formatter/beautifier library for PHP projects? But I think, I'd better ask: Which code formatting libraries written in PHP are ...
2
votes
1answer
72 views

Can Eclipse's Java formatter indent wrapped lines differently than new blocks?

I like to format my code like this: void someFunction() { normalLine(); reallyLongLineThatNeedsToBeWrapped( OnlyIndentOneSpaceHere = true); normalLine(); } But from my experimenting ...
2
votes
3answers
134 views

Tool to measure code beauty? [closed]

Is there a tool out there which measures the 'beauty' of code? I don't care so much about finding bugs via static code analysis, I'd just like to quantify how nice my code looks when compared to ...
2
votes
2answers
415 views

Online C++ Code Formatter/Beautifier

There is good local beautifier for c++, AStyle. I'm interested in online tools, because i'm using computers where i shouldn't use programs which aren't installed by administrator.
2
votes
2answers
306 views

Php code beautifiers Zend Framework net beans

Are there people over here who have experience with any code beautifiers in Net Beans 6.9.1 that comply with the Zend Framework coding standarts?
2
votes
2answers
322 views

Javascript beautifier - PHP script

I am looking for a script, written in PHP, for JavaScript beautify (like Tidy for HTML).
2
votes
1answer
188 views

Automatically indenting less (the css extention)

Less, the CSS extension, let's you nest CSS rules. I'm looking for a way to automatically indent my less code. I'm sure that some combination of flags on indent will do the trick but the man page is ...
2
votes
4answers
372 views

Tool to format code with Java Sun coding conventions

Does anyone know a free tool to format Java source code using Sun“s conventions?
2
votes
2answers
352 views

Looking for a PHP or javascript SQL beautifier or reformatter

Looking for a PHP or javascript SQL beautifier or reformatter?
2
votes
2answers
146 views

Uncrustify, how to force opening braces to share the previous code line?

Using the Uncrustify tool I would like to apply the 1TBS style, which places braces like this: if (x < 0) { printf("Negative"); } How do I do this? I can't seem to find the right options.
2
votes
1answer
380 views

Is there a code formatter/beautifier usable from Netbeans

The code formatting option that Netbeans has is not customizable enough for C/C++. For example it has options to add spaces to binary operators, but I cannot specify which. So putting it ON results ...
2
votes
1answer
261 views

Beautify HTML code using Ruby or Java?

I'm looking for pure Ruby (or Java) solutions for beautifying HTML code. I'm currently using Hpricot to parse HTML, since Nokogiri and other HTML parsers require external C programs. I assume that I ...
2
votes
5answers
553 views

Where can I find a proper JavaScript beautifier

I have used http://jsbeautifier.org/ successfully using Rhino and ant, but the problem is that it is not deterministic. If you run the beautifier twice on a file the result is different from each ...
2
votes
3answers
334 views

kdiff3 preprocessor: normalize code formatting

I want to compare side by side some C files with kdiff3 (the tool is what matters the less), but some parts have been "reformatted" in one of the files, thus giving false positives in the differences. ...
2
votes
4answers
1k views

C to C translator / C-code cleanup tool

I wonder if there exist some free software that let me pass a C file and it outputs a more structured C-file. I'm dealing with a short piece of C-Code that has been written long ago. I'd like to ...
1
vote
2answers
91 views

Is there a tool for auto formatting Python code?

Something similar to Visual Studio's formatting settings that allows spaces in empty method calls, spacing before and after the . member access operator, etc. For instance: from: ...
1
vote
2answers
73 views

Javascript lint doesn't recognize embedded PHP

I am using JavascriptLint in vim. Recently I converted my pure javascript to php so as to make certain server side additions. I have set the filetype in vim as such :s filetype=javascript.php. ...
1
vote
1answer
107 views

need tool to split/recombine c++ source code lines

I'm coding on a project using C++ on Linux with subversion. We have a coding standard that each line should be <= 80 columns, which drives me nuts. I use eclipse & 80 columns fills about 1/3 ...
1
vote
1answer
79 views

pl sql files compare in Diff tools

We are using pl sql developer and every developer is using his own beautifier. ie comma's at end of line for some and for some it shows at start of line. Now who ever checks in the file last, the ...
1
vote
0answers
87 views

Blank line after curly brace in function with uncrustify

I have configured xcode to use Uncrustify to beautify the code. I modified the Uncrustify configuration file and the resulting code is almost as desired. One thing I don't like is the removal of a ...
1
vote
2answers
104 views

Looking for a Javascript based php beautifier

does anyone know of a javascript based php beautifier. Something like http://jsbeautifier.org/ but can handle php? If no-one knows of one I suppose I'll port a php one and post here. UPDATE: I don't ...
1
vote
1answer
437 views

Is out there online Lua code beautifier/formatter?

So I have lots of premake4 code I created: -- A solution contains projects, and defines the available configurations -- Action name is defined by os local action = _ACTION or "" if action == ...
1
vote
2answers
151 views

Code Beautification tools?

I happen to use quite a few programming languages: Delphi, C++, C#, Classic ASP, PHP, SQL, JavaScript and a few others. It's all just fine and some of these languages come with their own IDE that ...
1
vote
0answers
278 views

How do I get uncrustify to indent BEGIN_MESSAGE_MAP regions?

I'm trying to use uncrustify on a large inherited C++ codebase and I can't figure out how to get it to indent the following code segment like the example here. BEGIN_MSG_MAP(CMyDlg) ...
1
vote
3answers
388 views

Is there a HTML code beautifier?

I would like to beautify my HTML before it hits the user's browser. Is there any free or open source libraries that do this?
1
vote
2answers
253 views

For Fortran 90+ is there any utility as good as astyle?

Can anyone recommend a nice Fortran code beautifier? f90pp/f90ppr works but is a bit dodgy and lacks the formatting options of C/C++ beautifiers like astyle.
1
vote
1answer
183 views

PHP & JavaScript source code formatters (prettifiers) - NATIVE only apps!

I know at least two PHP source prettifiers and one for JavaScript, but all of them are written in those languages - PHP prettifiers in PHP, JavaScript in JS ;] Now what I'm looking for is a ...
1
vote
6answers
1k views

Code formatter / beautifier for C on Linux for Emacs user

I'm a Linux user looking for a code beautifier which will take files containing C code and format them to specification. Specifically, I'm looking to: Change all indentations to be 8 spaces Format ...

1 2