1
vote
0answers
52 views

My question on indentation in Emacs does not meet Quality Standards [closed]

Can someone please help me modify my question so as to meet the quality standards? I spent more then 15 minutes writing it. After initial rejection I suspected it might be because I am pasting code ...
3
votes
0answers
45 views

Blockquote when code sample makes one-line code difficult to read?

Just saw a question in which the OP indicates a code in plain text: find /opt/backup/test -name "*.gz" -exec smbclient -A /opt/backup/smbclient_authentication.txt //1.1.1.1/test -c put '{}' \ I ...
1
vote
1answer
36 views

How should it be handled when editing a question with extra code

While trying to format large blocks of code I often find extra code at the end of a code block. This could mean the user just cut too much code or is missing some code. How should this be handled ...
1
vote
1answer
48 views

Triple backquote for code snippets [duplicate]

I find the 4 space indentation to include code snippets unnecessarily difficult to use. Typically, when you copy and paste some code it requires manually reformatting each line (unless there's some ...
1
vote
0answers
34 views

Should I format some code in the title of a question?

I always try to avoid inserting some function name (or class, method, etc.) in the title of the question, but sometimes I just can't. In those cases, how should I format the function name? For ...
9
votes
1answer
119 views

What could be done to stop code formatting misuse?

The code formatting button gets abused a lot. People use it to emphasize text (example) or highlight tech and product names (examples: 1, 2). You see it both in original posts and in the edit queue. ...
3
votes
1answer
95 views

Require substantial edits when editing

Background I usually see some poorly formatted questions which other users are happy to edit and improve. This is a good thing. However these editors sometimes only address very small portions of the ...
-4
votes
4answers
164 views

Code Blocks Proper Way?

The Code Block appears to be the most common edit within Stack Overflow. It seems to be highly abused. Is this type of edit really warranted? public class { // Description of Method. ...
2
votes
1answer
63 views

Should the code indentation be fixed for a whitespace sensitive language?

I've noticed a few questions (such as this) where the code has no indentation at all (or is missing a code block), but is in a whitespace sensitive language. In this case another user updated the ...
12
votes
3answers
115 views

Formatting OP's code for readability without tipping them off to the problem

Here's a situation I ran into recently, which other meta questions don't seem to cover. The OP wrote: if( foo == bar ) do_stuff( fizz ); do_stuff( buzz ); So, formatting it for readability, the ...
3
votes
3answers
111 views

Should we remove function documentation from code blocks?

I don't have an example, but I have come across some code blocks from new people that contain documentation in their code sample. For example: /// <summary> /// TCP protocol handler /// ...
2
votes
1answer
61 views

Are edits that just format code valid?

While on the Suggested Edits review stream, I encounter an edit that just formats the code, and nothing else. For an example, see edit #1492671. I normally just accept these as they make the code ...
7
votes
1answer
108 views

Abuse of code formatting to add unnecessary emphasis [duplicate]

Possible Duplicate: Inline Code Spans should not be used for emphasis, right? While doing reviews, I've noticed that there is a growing tendency to use code formatting to emphasize ...
0
votes
0answers
31 views

Code vertical scrollbars and screen width [duplicate]

Possible Duplicate: Can SO have a fluid vs. fixed-width layout? I'd have 2 features I think would be nice to have on the site (maybe they already exist and I just don't know how to ...
0
votes
1answer
63 views

Bold / Italics in codeblocks [duplicate]

Possible Duplicate: Bold code in a question Allow highlighting certain bits of a code fragment or quote Am I missing something? Can one not put either bold or italics inside codeblocks / ...
0
votes
0answers
45 views

Formatting code containing “/*” in stackoverflow [duplicate]

Possible Duplicate: How do I format my code blocks? How do I format code containing "/*" here on stackoverflow so it is not interpreted as a comment and thus everything following it is ...
0
votes
0answers
45 views

Has something changed w/ the way code is formatted in SO questions?

Reading through Reviews of first-questions in SO, I've noticed an overwhelming number of questions w/ irregular/excessive code indentations. Has something changed w/ the way copy-and-pasted code is ...
3
votes
1answer
78 views

Correct usage of code tags

Suppose there's a piece of code that's just one line long, as the following one. printf("Hello World!\n"); Does it make it clearer (more readable) if code tags are used (like above) or is ...
0
votes
0answers
35 views

Code formatting broken? [closed]

I just answered this question, and after I posted it I noticed that all the indentation had been stripped out. All of the indentation was done using spaces, but anything other than the initial four ...
0
votes
1answer
154 views

Why is so much Python code incorrectly indented

In this thread all of the Python code is not indented, making it hard to read. Is there some way to fix this? I see it quite a bit at stackoverflow.
1
vote
1answer
42 views

Suggestion to fix code pasting behaviour

I am sure I am not alone in noticing this, but there seems to be unexpected gui behavior when clicking on the paste code option in questions (and answers) *not when the code is initially highlighted, ...
0
votes
1answer
60 views

Hide code in question summary [duplicate]

Possible Duplicate: Do not include code blocks in abbreviated question summaries on the question listing pages While searching through questions I have frequently noticed that the summary ...
0
votes
1answer
47 views

When to designate inline snippets as code

As far as style goes, which is the most appropriate for stackoverflow? Don't forget to change the margins. Don't forget to change the margins. Don't forget to change the margins. I prefer number ...
1
vote
0answers
43 views

Why can't code snippet fields be re-sized to avoid scrolling?

I'm not sure if this is a dumb question, but why can't the < code > class and its wrapper be vertically re-sized, to allow viewers to view more code without having to scroll (or, at the very least, ...
-3
votes
1answer
31 views

What do you do if someone forgot to format there code and there isn't enough to change to submit an edit? [duplicate]

Possible Duplicate: How to overcome “Edits must be at least 6 characters”? I tried to edit an answer but I can't because "[e]dits must be at least 6 characters".
-4
votes
1answer
159 views

I can't post code on Stack Overflow. What can I do? [duplicate]

Possible Duplicate: How do I format my code blocks? How can I post this code on Stack Overflow? http://pastebin.com/7ph5GKRV
4
votes
1answer
117 views

Can WPF tag highlight C# code?

Very often when questions are tagged as WPF, I find myself putting little snippets of C# into the answer (even if the question itself is specified in purely xaml, occasionally some C# makes a better ...
2
votes
1answer
123 views

Format code block quickly? [duplicate]

Possible Duplicate: How do I format my code blocks? What is a quick way to format many lines of code for Stack Overflow? I insert all 4xNLines spaces each time one by one, and wondering ...
3
votes
0answers
69 views

How can we prevent accidental posting of markup code as post body code?

Quite often there are posts that have some sort of HTML / XML-like markup that is relevant code to the question: <asp:Label runat="server" id="WebFormsAreSo2005" /> New users will often post ...
1
vote
1answer
101 views

Tabs converted to spaces

It looks like a while back, the decision was made to convert tabs to spaces in code text (reference). However, today I encountered a problem in a white-space significant language where the user had ...
0
votes
1answer
71 views

How to attach python code to a question [duplicate]

Possible Duplicate: How do I format my code blocks? I'm newbie to Stack Overflow as well as programming. I just wanted to know what is the best way to attach a code to a question. I know ...
8
votes
5answers
250 views

Is it rude to change someone's brackets style?

Some people like to put the open { bracket on a separated line, e.g: if(...) { //... } Is editing this code by merging the first two lines into single one rude?
4
votes
2answers
243 views

Etiquette on editing source code formatting for style preferences

When I post code, I deliberately format it the way I want it to appear. Sometimes someone comes and edits my post just to change the source code formatting style to suit their preferences (e.g. for ...
5
votes
1answer
195 views

Creating beautiful tables [duplicate]

Possible Duplicate: Is there any markdown to create tables? How to format SQL tables in a Stack Overflow post? I was wondering how users are able to create beatiful tables of how their ...
1
vote
1answer
67 views

How can I input '#' character in the beginning of a line? [duplicate]

Possible Duplicate: How do I format my code blocks? How can I input the '#' character in the beginning of a line? just like: include the '#' character automatically disappeared.
8
votes
1answer
135 views

Language Hint as an Edit

I've had several edits 'Rejected' where the main (or only) change was adding a language-hint. This is usually where the question or answer has no associated language tag, or the answer includes a ...
0
votes
1answer
57 views

Tried to edit a question to format the code as a code block

I tried to put code in one question in a codeblock, but it didn't allow me saying I can do only single spaces for six characters or something like that. What does that mean?
2
votes
1answer
79 views

Is there a preferred format for inline HTML elements?

When writing my own posts I have been using <element> (using <> and inline code quotes) to refer to elements inline. I will sometimes add element after it as well (e.g. <div> ...
3
votes
0answers
52 views

Can we add query keywords to the code highlighter?

Their are several keywords not added to the Syntex Highlighter that I would suggest adding. First I assume that the Query highlighter works on main Keywords used in many languages to help us ...
-7
votes
3answers
239 views

Code formatting filter – is it really necessary?

The site can not accept an answer complaining about badly formatted code. I did all the 4 spaces thing, etc. And still after 3 hours the site did not accept my post. Here is the copy of the answer I ...
-7
votes
2answers
294 views

“Wrong” color of the code in a code block

I just noticed that the color of this code doesn't look right in the code block. List<int> will give <int> a red color, as will List<string>. List<int[]> is colored ...
2
votes
4answers
155 views

How do I do a “good” code dump for a comprehensive example?

I came across a question where a comprehensive example would be very useful. So I wrote an example program showing one way to solve their problem. My problem is that when I was done creating it, and ...
2
votes
4answers
208 views

Why does markdown use 4-space indent instead of <code> or [code]?

Why does markdown use a four-space indent instead of <code> or [code]? The four-space indent can be quite irritating sometimes if you are pasting a fairly lengthy section of code and it messes ...
15
votes
1answer
158 views

Guidelines for code editing, especially horizontal scrolling

I've been going through and editing some answers and questions recently for readability of code sections. I realize there's a number of ways developers like to format the code blocks, especially when ...
-1
votes
2answers
101 views

Should links be in `quotes`?

It's a minor question, but I was wondering what people think about links on StackOverflow.. Should we backquote a link that contains code, like "See printf" vs. "See printf"?
12
votes
3answers
547 views

Is there a way to improve new user code-formatting in questions and answers?

I spend a bit of time some days editing and improving the quality of questions and answers, and confortably the most common task is to format a block of code where the questioner/answerer has failed ...
2
votes
1answer
397 views

How to format code on stack overflow [duplicate]

Possible Duplicate: How do I format my code blocks? Hello all, Sorry for putting this insane question but I am stuck on this since long time. Whenever I put code on stack overflow I always ...
9
votes
1answer
139 views

Why isn't a format-only edit allowed?

I just edited an answer to a question I asked. The only edit was to put the code in code sample mode to make it readable. I wouldn't have bothered except that I couldn't parse the code because of the ...
1
vote
1answer
94 views

What is the preferred way of formatting log file-like output?

I recently added this question on SO, which contained a large chunk of log file output. I found it most readable when I formatted as code: LOG: User = eggtech024-PC\eggtech024 LOG: DisplayName = ...
-5
votes
1answer
260 views

how to put code [duplicate]

Possible Duplicate: How do I format my code blocks? hey!! how do i put my code in this question window... am new to this i donno, pls help...

1 2