beautifier

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? ...

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 extract a clever algorithm from it, but working with the code itself is hard because it lacks everything that makes C-code readable. Just a s...

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 Beautifier And Formatter" is of use to me and I have not been able to get Simple SQL Formatter to work for me. ...

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 use, is there any Objective-C code formatter that can easily be integrated into XCode? ...

Best C++ Code Formatter/Beautifier

There are lots of source-code formatting tools out there. Which ones work best for C++? I'm interested in command-line tools or other things that can be automatically run when checking code in/out, preferably without needing to launch an editor or IDE. (If you see the one you like already listed as an answer, vote it up. If it's not ...

is there a way to format actionscript in flashdevelop?

is there a way to format/beautify actionscript (as3) in flashdevelop? if not are there easy ways to do this without using the Flash IDE. Thanks, Josh ...

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. ...

Fixing PHP_Beautifier's empty lines' problem

I am currently using PHP_Beautifier for formatting code with the following command like options -t -l "ArrayNested() IndentStyles(style=bsd) NewLines(before=T_CLASS:function:T_COMMENT,after=T_COMMENT)" It works great except for the fact that it strips out all the blank lines. After a bit of searching, I found it posted as a bug that i...

A beautifier for lisp?

Are there any beautifiers for (e)lisp? Online preferred ...

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. ...

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 blocks of code consistently Add line breaks consistently It would be nice if it had both defaults and the ability to customize. I prefer f...

Javascript Function Beautifier

I am looking for a javascript beautifier with a very specific function. I need a beautifier that can sort functions and vars alphabetically based off of their names. I have a very long javascript file that is an eyesore to look at. Does anyone know of any javascript beautifiers that will do this? ...

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 commas, etc..) just that it is consistent. I was thinking, that as a separate checkin, I could run a beautifier on the source code. What do ...

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 JavaScript code. Anybody know a library which offer such support? Thanks. Edit 1: What I'm looking for is a Java library which will : lay...

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. Kdiff3 allows you to run a preprocessor on the input files, and I thought that using "indent" (or similar tools like astyle or uncrustify...

Html Beautifier

Does anyone know of a HTML formatter? ...

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 time, e.g. each pass inserts additional array intendation on some lines. I have spent a lot of time debugging the code in beautify.js and have...

Wanted: Command line HTML5 beautifier

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. The code is nicely indented, has enough line breaks, cares for it's whitespace. Rather than viewing it in a webbrowser, you would like to d...

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 the best? Let's list them all in one place. My types: for CSS syntax: Css Tidy for PHP: PEAR's PHP_Beautifier for HTML syntax: Tidy E...

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

Hi, 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 prettifier for those languages which is a native application - can be C/C++ or Pascal, so that I can run it from commandline. Possibly open so...