Tagged Questions
10
votes
2answers
226 views
Why do people make really trivial syntax edits in questions?
This question especially applies to questions which query syntax errors
I've noticed an increasing number of edits by people changing syntax in questions to remove extraneous syntax. Edits are ...
1
vote
0answers
14 views
Using inline code formatting [duplicate]
Shouldn't inline formatting be used only for code? Recently a lot of people apply it to non-code blocks like:
Frameworks: Bootstrap, Backbone.js, AngularJS ...
UI elements, when a user says logout ...
-12
votes
2answers
95 views
Make the system keep suggested edits away from code blocks
As a >2k user on SO, I often review suggested edits.
If an edit formats code, I will accept.
If an edit changes code, I (along with everyone else) reject it.
In fact, I've yet to see an edit that ...
1
vote
0answers
23 views
Editor button for astyle-like code formatting?
There are tons of questions where code formatting is absolutely awful and unreadable (to say the least).
When I have time to do it (and when my mood is good enough, let's admit it) I run the 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 ...
3
votes
1answer
97 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
65 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 ...
0
votes
1answer
127 views
No evidence of code included in a question
I've come across a situation where a question had actually some code along with it, but because the OP didn't add any indentation, I didn't realize it.
There are two reasons why I brought up this ...
5
votes
0answers
101 views
Impossible to edit a question where there is too little context around the code [closed]
I'm trying to edit this question on Stack Overflow, consisting mostly of code and output trace. It lacked formatting and tags. However, I could not submit my edit because I got the following error:
...
8
votes
5answers
253 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
248 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 ...
-3
votes
1answer
47 views
What is in the edit box is not the same as what is being shown in the browser [duplicate]
Possible Duplicate:
How do I format my code blocks?
I am trying to answer a question that I asked. The HTML output of the code block does not match what I have type in. How do I fix this?
...
2
votes
1answer
80 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> ...
2
votes
1answer
68 views
What changed in this revision?
I noticed that a post had a formatting issue (code appeared to not be indented). I opened the editor, and curiously enough the code seemed fine in the preview without me having to make any changes, so ...
4
votes
0answers
39 views
Incorrect formatting in viewing a revision [duplicate]
Possible Duplicate:
Really weird (bad, confusing) version diff
See the list of revisions for Problem with a Moving & Rotating Map?
The fifth revision looks like it has not correctly ...
15
votes
1answer
159 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 ...
4
votes
0answers
96 views
Automatic greeting removal messes up the code on the next line
I was editing a question that looked like:
Hi All,
// code sample
Apparently, after my edit “Hi all” (I think I lowercased it but I'm not sure) disappeared as well as the four spaces ...
1
vote
0answers
58 views
Is there any chance of adding “tab character” available in the editing textbox? [duplicate]
Possible Duplicate:
Have “Tab” key insert spaces when writing a question or answer
When I'm writing PHP code as an answer/question on Stack Overflow, I am trying to ...
-4
votes
2answers
185 views
Quick code format option
To future readers
I agree, this deserves its current low ranking. You are free to downvote it again if you wish, but I don't believe it will actually accomplish anything as it is already a -6.
...
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 ...
56
votes
10answers
1k views
Why are there no line numbers in the code listings?
Would it make discussing code easier if you could simply refer to a particular line or range? Or am I wrong?

