Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

67
votes
7answers
23k views

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, ...
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 ...
2
votes
1answer
99 views

ReSharper (or something like it) for Qt?

I am beginner of Qt Creator. I'm using resharper for visual studio 2005-2008 and it is very very good. Is there any tool like resharper for Qt?
2
votes
1answer
918 views

C++ code beautifier for emacs/linux

I am looking for code beautifier for UNIX/emacs. I have looked at gnu indent, artistic style, however I need something a bit different. For example, I would like the following: for( int x= 0;; ++ ...
2
votes
3answers
819 views

Lyx: Can I beautify JSON inside a document?

I was wondering if anyone knew how to beautify or format JSON inside a Latex document. I am using Lyx as a front-end for writing the latex file. Are there any addons that people use? I tried to search ...
1
vote
2answers
92 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
1answer
96 views

Code beautifier solution for web interfaced application

I am building a site, similar to stackoverflow application and would like to have ability to enter source code with automatic indenting, highlighting and so on, making it easily readable. Is there any ...
1
vote
1answer
376 views

How do I use php_beautifier with PEAR Code Standards?

How do I use php_beautifier with PEAR Code Standards?
0
votes
1answer
85 views

Jquery beautyofCode show code lines from a string

I'm using BeautyofCode jQuery plugin, but i can't understand 1 thing. I submit a piece of code by a simple textarea then save that into db record. Once i retrieve piece of code from db as a string ...
0
votes
0answers
367 views

Best C coding style guide [closed]

I am starting to program in C again after several years and I would like to adhere to a single coding style guide. I am looking for one with the following requirements: A simple vim configuration ...
0
votes
4answers
305 views

Java library for code beautify/format

I need a library for Java that is able to beautify/format source code from a textual representation (String, file, etc). I've already searched for something like this but didn't find anything that ...
0
votes
2answers
253 views

How Does Ctrl-K work in Stackoverflow

I am very curious to know how to implement the Ctrl-K (code sample) feature against code, For example: public static void main(String args[]){ System.out.println.out("welcome"); } That will be ...
0
votes
1answer
124 views

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 ...
0
votes
1answer
261 views

Pretty printing/code butifyer for JSP and XML?

I use a text editor and the commandline for my Java development. I use Artistic Style to format my Java code. I'm looking for a tool that can be run from the commandline that can format JSP pages as ...
0
votes
3answers
189 views

Free Beautifying ASP .NET Code

I have been searching the web for a beautifier for ASP .NET code and could not find one. The closes that I have found is in this site but it is for Php: ...
0
votes
1answer
538 views

To get a menu for a code-beautifier in Vim by a mouse click

I have never used a mouse click to get a hovering menu in Vim. The following manual suggests such a menu exists. Here are a few vimrc lines that can help. Put them in your vimrc - -, then you ...