For questions about making code appear correctly in questions, answers and comments.

learn more… | top users | synonyms

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

Why does code formatting for XML fail here?

The first two XML examples in the question How to get the default value from an XmlSchema seem to not get rendered as code blocks at all (after being revised by someone). The third XML example renders ...
3
votes
1answer
129 views

Syntax-highlighting doesn't detect virtual as a keyword for C#? [closed]

The syntax-highlighting functionality for code doesn't detect virtual as a keyword for C#. Note: This is true even if you add the hint <!-- language: lang-cs --> as per these instructions. It ...
7
votes
0answers
49 views

Syntax highlight for code - 4 clicks until I find the documentation

Very often, I mix Java/SQL/XML code and I'd like to help Code Prettify to assess what type of code I'm writing, as it's not good in guessing mixed code. I didn't even know until asking this question, ...
14
votes
0answers
234 views

Can we have a “format code” button in the mobile theme?

It's very difficult to post code on Stack Overflow using the mobile theme on an iDevice. I've tried indenting the code by 4 spaces, but I'm still getting an error that the code is not formatted ...
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 ...
2
votes
0answers
74 views

Start new lines of code block with same indent as previous line [duplicate]

Possible Duplicates: Automatic code reindent button AutoIndent of Source Code I realize that you can already indent code blocks with the 'code sample' button or ctrl+K, but that's ...
3
votes
1answer
102 views

What is the quickest way to enter code in a question [duplicate]

Possible Duplicate: How do I format my code blocks? I know that if a line is preceded by 4 spaces it is treated as code. Is there a quicker way to enter multi line code? It is quite ...
1
vote
3answers
222 views

Stackoverflow Code Snippet starting with 'Declare' causes post submission to fail

If I enter a code snippet in Stack Overflow, starting with the keyword 'declare' like this (for some TSQL question, etc.): DECLARE @myVar int SET @myVar = ... And then click the Post Your Question ...
-2
votes
1answer
80 views

Editing code blocks fails when I don't have editing permissions [duplicate]

Possible Duplicates: Why isn't a format-only edit allowed? How to overcome “Edits must be at least 6 characters”? I just tried to fix two code blocks in a question by ...
0
votes
1answer
45 views

Preventing Auto-Removed invalid tags

Often i want to write this: Action<T>, but it comes out as Action. Is there any easier way of getting it to not strip out the <T> tag (presumably because it's invalid HTML/Markup)? Should they ...
8
votes
1answer
600 views

Why is my Stack Exchange code formatting considered wrong?

I want to ask a question on Stack Overflow, but it keeps telling: Oops! Your question couldn't be submitted because: Your post appears to contain code that is not properly formatted as code. ...
-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"?
-7
votes
2answers
569 views

I can't post my question because of the “indentation”! How do I fix this?

I entered over 100 lines of code for my question, and then pressed "Submit" on Stack Overflow. The website gave me an error, saying that my code was formatted wrong. It suggested that I use the Ctrl+K ...
0
votes
0answers
25 views

Odd code formatting bug [duplicate]

Possible Duplicate: Bug: code blocks after numbered or bulleted lists completely disappear If you check out this question, you may notice that there's something odd going on with the code ...
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 ...
0
votes
1answer
105 views

Code formating does not show syntax highlight

I just posted an answer in SO and I realized that syntax highlight was not showing up after applying code formatting. Was this feature removed?
-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. ...
4
votes
1answer
80 views

Why wasn't this code formatted correctly? [duplicate]

Possible Duplicate: Why is a code block not properly formatted when placed immediately after a list item? Why did this line of code: } ...
6
votes
1answer
78 views

Code block shows differently in preview from post

Using a code block after a list a seperator This code block does not appear as code in the final post, but it does in the preview below the editor.
0
votes
2answers
149 views

Can we have codereview.stackexchange's smaller prettify font size on Stack Overflow?

Over the past few days I've been perusing the new Code Review Stack Exchange site that's recently entered the beta phase. One of the things that struck me immediately was the smaller code prettifier ...
5
votes
2answers
226 views

Code blocks: remove leading spaces

Often I see this. foreach ($langs as $lang => $val){ if ($val === '') $langs[$lang] = 1; } This annoys me and often creates unnecessary horizontal scrolling, so I ...
0
votes
0answers
253 views

Chrome not showing proper css style

Just installed chrome on my spankin' new notebook, for some reason the coding style on stackexhange does not show on grey background like it should. This is annoying, it is impossible to differentiate ...
-1
votes
1answer
83 views

Bug in <code> when the line starts with #

I'm don't know if the <pre> and <code> tags are supposed to exhibit the same behavior. Part of the reason I don't know is that I can't seem to find any documentation for the ...
3
votes
0answers
59 views

Why is this code not displayed as code even though it appears to be formatted correctly?

Why isn't Date Sudhir Baban's answer (screen dump below) displayed as code even though it seems to be formatted correctly - 4 spaces indent for each line? The source is displayed below. The grey ...
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 ...
-3
votes
1answer
71 views

Code Format Interface Recommendations

After doing much editing of code pastes from users at StackOverflow, I'd like to suggest a possible simple interface for the pasting of code: As this was meant to show the basic layout, I certainly ...
3
votes
1answer
78 views

Please add syntax-hinting support for tcl

Jeff's answer in Syntax highlighting language hints lists many languages, but Tcl isn't there; however, Tcl syntax highlighting is supported if you use the tcl tag. (Ref: How to collect the output of ...
1
vote
1answer
412 views

Can you put code snippets in comments?

I tried to do this today, and whenever I hit Return to get to the line where I want to put the comment, the editor thinks I'm done with the comment as if I'd hit Enter to mean "I'm done", instead of ...
2
votes
1answer
402 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 ...
2
votes
2answers
132 views

Could the system somehow detect that a suggested edit consists in formatting code and approve automatically?

Many suggested edits just consist in indenting some lines by four spaces (and sometimes add a padding blank line before). Would it be possible to automatically approve such edits? In almost all cases ...
1
vote
1answer
95 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
138 views

<code> formatting bug with ` within the code

When marking text as a code with <code> tag, it doesn't work properly with code containing `. Following two lines should look the same: <pre>code `sample`</pre> <code>code ...
1
vote
0answers
162 views

Code block “Tidy up” function

I often come across questions (and sometimes even answers) with poorly formatted code blocks and I was wondering if it would be possible to add a "Tidy up" function/button (like the one on jsFiddle, ...
1
vote
1answer
87 views

Why does half of this XML get hidden when I try to post "code' in a question?

Hello, I tried to post this XML in SO for this question But it hides half the XML. Please take a look at this post (if you have edit capabilities) and you will see a lot more XML than what gets ...
5
votes
1answer
141 views

Auto-detect XML syntax even if not indicated by language tags

Like it or not, but XML has become quite common and is showing up in questions that are not directly related to XML at all (i.e. the question is not about parsing/reading/handling the XML, but the XML ...
-5
votes
1answer
261 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
vote
0answers
43 views

How can I put code snippet here with proper new line placement? [duplicate]

Possible Duplicate: How do I format my code blocks? Hello, I am wondering if it is possible to put in here code with proper new line placement (by proper I mean - where I want ) because if ...
5
votes
0answers
73 views

Format as code automatically when pressing `Ctrl+K` or clicking on { } at the begining of a line

Sometimes I just want to format (with Ctrl K or just pressing the button { }) only one line. I suggest that when placing the caret at the begining of a line and pressing Ctrl+K/{ }, the current line ...
3
votes
1answer
67 views

<del> in code block

Is there any way to use <del> inside a formatted code block, or around the whole code block? I would like to emphesize that that code snippet is NOT the way to go, or use the traditional instead ...
5
votes
0answers
67 views

Have 'formatting guide' include reference to code block helpers (Ctrl+K, code block icon)

Hi - This spawned as a result of my question, Code formatting - tag/block rather than indentation - code block more obvious There's a formatting help page (eg ...
31
votes
2answers
377 views

pure code formatting, to enhance a question, is impossible (without 2k rep)

Without 2k rep, code formatting is impossible, because it just adds spaces, which don't count for the 6-character-ritual-threshold. This question is related to impossible title-improvements for a ...
0
votes
2answers
101 views

Code formatting - tag/block rather than indentation - code block more obvious

One feature of SO that pains me every single time is having to manually indent all code four spaces, and usually copy four spaces to the clipboard so Ctrl+V acts as 'Tab'. Maybe it's on purpose to ...
1
vote
1answer
126 views

Problem with Code Formatting [duplicate]

Possible Duplicate: Manually specify language for syntax highlighting For some reason when I edit this question, and I select the relevant code portions, and hit the code formatting button, ...
0
votes
0answers
88 views

How to create code blocks? [duplicate]

Possible Duplicate: How do I format my code blocks? I don't know of any easy, practical way of putting 4 spaces in front of every line of a piece of text. Why doesn't Stack Overflow use a ...
1
vote
1answer
76 views

Provide a warning for incomplete indentation when they miss it by that much

Would you believe that someone indented their code with three spaces, and got an error message letting them know that it won't work? Find that hard to believe? Ok, would you believe they got a ...
2
votes
2answers
791 views

Pasting code into stackoverflow question textbox [duplicate]

Possible Duplicate: How do I format my code blocks? When adding a code block of several lines, must I indent EACH LINE of the code block by 4 spaces, or just the first line? In the ...
3
votes
2answers
154 views

Is there any auto indentation for formatted code

Is it possible to add auto indentation for code. For example: do { for(;true;) { } }while(true); The nested scope isn't auto indented. I have to do it manually. Is it possible to add the feature ...

1 4 5 6 7 8