Code formatting is the way to format the source code of programs,using spaces and tabs, improving legibility of source code.
5
votes
0answers
51 views
Visual Studio's JavaScript code formatting in for loops
The default code formatting for JavaScript in Visual Studio 2012 does this with for loops:
for (var a = b; a < c; a++)
{
}
for (var a = b() ; a < c; a++)
{
}
for (var a = b; a < c() ; a++)
{
...
0
votes
2answers
42 views
Formatting long if statements in php [closed]
What would be a more decent way to format the following lines of code. If not format any other method will also do.
if (
array_key_exists('type',$handle) &&
...
0
votes
0answers
9 views
Script html end tag structure unbalanced using Xcode editor re-indent
When editing html in Xcode, inline script blocks are always mismatched per indentation after applying Editor » Structure » Re-Indent:
Why does this not match other elements, producing:
<script ...
0
votes
1answer
55 views
How do I format HTML, removing unwanted line breaks?
I would like to do something like this:
<div class="show_details_block">
<% if @model.details.length > 0 then %>
<%= h(@model.details) %>
<% else %>
"No details ...
1
vote
0answers
30 views
Why does try-with-resources break indentation in Emacs?"
Emacs 24 Java mode does not indent the new try-with-resource construct properly.
class X{
void foo() {
try {
check(); // ((statement-block-intro 35))
}
}
void ...
0
votes
1answer
34 views
How can I reordering/sort Interface members with Resharper?
I have an existing C# project I've been adding new functionality to, and when I add a new method to my service class(es) I use Resharper to pull the signature of the method up to it's interface. ...
0
votes
0answers
24 views
Using the Format Document command in a .css file jumps to the top (Visual Studio 2010)
When in a .css file in Visual Studio 2010, I use the handy tool to format the CSS to make it neat. This is done by using the keyboard shortcut of Ctrl + E, D or navigating through the menu to Edit > ...
0
votes
0answers
13 views
Eclipse Source Format in the case of empty function/class/array
I'm using Eclipse source formatter to format my code to suit my style.
In the Braces section of Source formatting, I pretty much add a new line for all of them except Array Initializer
One thing I ...
0
votes
0answers
22 views
Custom formatter for Sun Codemodel
I'm using Java Sun Codemodel to generate java classes on the fly, and it works pretty well for me.
Now I have an additional challenge: How do I control how the code is formatted? Is there any way at ...
0
votes
1answer
20 views
How do I change Netbeans PHP elseif auto formatting
Using PHP plugin v1.47.1 for NetBeans IDE 7.3 RC2.
I like to comment my if's and elseifs as follows:
/*
* If this is the case, then do that.
*/
if (*condition1*) {
// do some stuff.
}
/*
* ...
0
votes
0answers
45 views
Visual Studio 2010 Auto-Formatting ASPX maladies
Alright. I've done a LOT of searching around, and found many posts that address this issue, but do not actually have any resolutions.
Visual Studio 2010 really likes auto-formatting my code. This is ...
0
votes
1answer
34 views
Format only selected code in eclipse
As the title says, I want to format only selected lines of code. I know by pressing ctrl+shift+F formats whole file.
Formatting whole file is not good options as it will create lots of conflicts ...
1
vote
1answer
30 views
PHP-Netbeans: How to change formatting for multi-conditional if statements
I have the following Code:
if(
condition1
&& condition2
&& condition3
) {
// do something
}
And after having netbeans reformat it i get
if(
condition1 ...
0
votes
1answer
41 views
Automatically indenting pre-processor statements
What does everyone use to indent C++ pre-processor directives? Astyle and Gnu-Ident don't seem to be able to do this!
I think James McNellis' answer on this thread (How do you indent preprocessor ...
3
votes
1answer
69 views
Get Resharper Formatting to Match Visual Studio Formatting
I have a legacy system that uses the following settings for indentation for all languages in Visual Studio.
Tab Size: 8
Indent Size: 4
Keep Tabs
When I let Visual Studio format my code, I get the ...
-3
votes
1answer
76 views
what is the syntax error in this code in python?
I'm new in programming and in python and i was watching a lecture and i wanted to create a simple functions like the lecturer do in the video , so i design 3 functions , addition , mean , ...
0
votes
1answer
192 views
How do you format code in visual studio 2012 for box selection
I want to know if there is a way in Visual Studio (preferably 2012) to format code in such a way that it becomes very easy to apply Box Selection and Multi-line-editing to your code.
For example:
A ...
1
vote
1answer
96 views
'break' indentation in switch statement
I want a switch-case-break indentation as follows ('break' indentation is the same with 'case' indentation):
switch(x){
case 0:
/* Some code */
break;
case 1:
/* Some ...
0
votes
2answers
50 views
How to auto format code in eclipse?
How to auto format code in eclipse ?
I wanted to auto format the code in eclipse, here is how if someone needs it :)
-1
votes
1answer
54 views
Implement Java code formatter in a StyledText area [closed]
I want to try and implement a key binding much like Ctrl + i in eclipse for a StyledText area so that the Java code in the area will be formatted correctly.
I've been looking around for a while and ...
2
votes
2answers
83 views
Eclipse: is there a way to specify the code formatting style using the style of the current source file?
I know I can go through and manually set all of the various options for the Eclipse Java formatter, and then easily apply that style to any Java file.
Is there a way to go the other direction? Given ...
0
votes
1answer
35 views
Code formatting + Line continuation in Slim
I've been learning Slim lately and I was wondering if there's a way to format or beautify my code in it. I have been wary of using newlines(pressing Enter) because it causes errors.
The reason I want ...
0
votes
1answer
53 views
Assembly language source formatter
It seems assembly language has gone somewhat out of fashion, and so with this I cannot find a beautifier/source formatting tool which might clean up quite the mess I've inherited.
Anyone have a ...
1
vote
1answer
98 views
How to change Visual Studio 2012 Razor colors
I would like to change the yellow background color of the Razor tags in VS12.
1
vote
1answer
39 views
Resharper formatting chained method
Is there a setting in R# to format chained method to start at the same character of the class instantiated.
What I want:
var foo = new FooDataBuilder()
.WithDate(myDate)
...
2
votes
1answer
136 views
Fully Split Long Function Calls Not Only At Commas Using Uncrustify
I'm using Uncrustify v0.60 to format my C++ source code. In order to configure Uncrustify I am using the UniversalIndentGUI v1.2.0 rev.1070.
In the Line Splitting options section of ...
2
votes
1answer
28 views
how do I get a nice Coding-Style and easy maintenance when using translation maps in an Java Enterprise App?
Imagine that you are editing a big back office Enterprise Java app, where other people might poke around years from now. That means you have to keep the code clean and easy to understand, performance ...
12
votes
5answers
412 views
Beautify / lint whitespace in JavaScript
I would like to lint (and perhaps even automatically) beautify whitespace in JavaScript. The question is whether there are any tools that can do this.
I know that JSLint and JSHint, e.g., can check ...
0
votes
3answers
83 views
Codemaid-Like Tool for VB.NET
I used to do a lot of work in C# but recently I got into a new role as a VB.NET developer. When I was doing C# I got to really like CodeMaid as an auto-formatting tool. Is there a tool like it for ...
0
votes
2answers
54 views
Is imposing the same code format for all developers a good idea? [closed]
We are considering to impose a single standard code format in our project (auto format with save actions in eclipse).
The reason is that currently there is a big difference in the code formats used by ...
1
vote
1answer
39 views
How to edit in 4 spaces but save in 2 spaces?
There's a developer that I want to work with. His code is all written with 2 spaces as indentation.
I hate the prospect of editing code with two columns of indentation.
My coding style is tab, but ...
0
votes
0answers
51 views
Eclipse JDT autoformatting: indented statement after 'if' without braces
I'm trying to set up Eclipse's autoformatting to conform to my company's coding style, but I'm having serious trouble with this situation: an 'if' statement has a single statement (not a block) which ...
2
votes
3answers
582 views
Eclipse JavaScript formatter crazy (i.e: too much padding)
I'm having trouble to get eclipse format my JavaScript well.
In this first example, it behaves as expected (not the length of the second url):
Whenever i have a longer url, eclipse goes crazy ...
1
vote
1answer
77 views
Thoughts on organizing code for multiple mysql queries in php scripts [closed]
This is a random question I think and it has more to do with style and organization.
I have a web application where I connect with a MySQL database using PDO and in some scripts there are a lot of ...
2
votes
1answer
87 views
Visual studio C++ plugin that formats the code following some rules
Somebody knows if exists some plugin for visual studio C++ that acts like the formatter and clean up profiles of Eclipse?
I want something that formats my code following some predefined rules like:
...
3
votes
3answers
80 views
Writing a comment in Eclipse linking a specific line
i'm working with Eclipse in Java and with long long classes i need a feature like this: in the top comment of a method (for example) there is a list of operations executed by the method.
For each ...
3
votes
2answers
113 views
Code-formatting: How to align multiline code to special characters?
Is IDEA or one of its plugins capable of aligning code to special characters?
I mean so that the code
Map(
'name -> "Peter",
'age -> 27,
'company -> "Foobar"
)
is transformed to
...
1
vote
1answer
36 views
Code formatting in specific section
I'm working on a YII project with Eclipse PDT. I would like to know how can I tell Eclipse to treat a specific section of code as JavaScript, and format it accordingly.
Let's say we are having the ...
0
votes
2answers
266 views
How to style JSON block in Github Wiki?
Is there a way to nicely format/style JSON code in Github Wiki (i.e Markdown preferred)?
Something like this with few colors (or bold) and correct indentation: ...
1
vote
3answers
86 views
Prevent PHP Interpreting New Lines in Strings in the Source Code
I often have to assign large strings to variables. In the source code I preferably want to keep my lines within 80 characters.
Ideally I want to be able to lay these literal strings out on multiple ...
0
votes
1answer
53 views
vim: How to format code block after typing a certain character?
I want to perform auto-formatting on a certain code block, after a specific character has been typed, similar to visual studio's auto-formatting.
For example, when an endline character has been ...
9
votes
1answer
127 views
Using the Eclipse code formatter from own program
Recently I wrote some tools that help me generate Java code for what would otherwise be long and tedious tasks. I use freemarker to write up templates. However, all whitespace in the templates is ...
1
vote
2answers
57 views
Some format in MyEclipse [closed]
I use MyEclipse for making projects on JAVA. When I create a new class in MyEclipse, it creates the class in this format:
class A {
}
ie; It puts the " { " in the same line, in which it puts ...
0
votes
1answer
56 views
How can I set the maximum number of columns in Aptana Studio 3?
I use Aptana 3 for web development. I was asked to keep code lines shorter than 80 columns, both for my .js and html files.
I tried to configure the built-in formatter and editor but all I can do is ...
1
vote
2answers
85 views
Visual Studio 2010 (C#): Blank before and after * when multiplying
I noticed a strange behavior in Visual Studio 2010 when programming C#. When I type
var x = 2 * 5
and then enter ';' VS changes the line to
var x = 2*5;
So it removes the blanks. On the other ...
0
votes
1answer
67 views
Aligning/indenting function parameters in Netbeans
In Netbeans PHP, I want the next parameter to line up with the start of the first one on the previous line, but auto-indenting only gives me the following format:
my_function( $a,
$b,
...
3
votes
1answer
227 views
Why can't Visual Studio 2010 C# Express format nested code correctly?
Consider this code...
Create(x,y,z,
null, null, null,
new Class1[ ] {
new Class1(a,b,c),
new Class1(a,b,c)
},
new Class2[] {
new Class2(d,e,f )
},
true);
Notice the lack of ...
0
votes
1answer
26 views
Codeing standards / formating
I'm often modifying code that was written by others. I've seen a lot of code formatting standards and I'm a bit confused what I should do. Should I always stick to my own standard or adjust my ...
0
votes
0answers
57 views
Change Javadoc Variable templates Eclipse Php
I am trying to format the Javadoc comments in Eclipse PDT with the following format:
/**
\param unknown $param
\param Contact $param
*/
function fake($param, Contact $param)
{
}
...
2
votes
1answer
359 views
IntelliJ IDEA code format from checkstyle configuration
I've decided to contribute to android maven plugin.
They use quite specific code style format. It will take some time for me to modify IDEA code format rules to satisfy their requirements.
...




