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

learn more… | top users | synonyms

1
vote
0answers
51 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 ...
2
votes
1answer
54 views

VB.NET tag needs to have ‘lang-vb.net’ syntax highlighter set as default

When I manually specify the language of a code block as VB.NET like this: <!-- language: vbnet --> theNodeList.Cast(Of XmlNode)() theNodeList.Cast(Of XmlNode)() the code is not ...
0
votes
2answers
43 views

How to fix this coloring problem? [duplicate]

I have a question that have 5 tags, and c is not one of them. Without c tag, the code block is colorless and harder to read. Other 5 tags are way more important than c tag, therefore I cannot replace ...
3
votes
0answers
44 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
votes
1answer
81 views

Option to flag code from mobile as needing formatting

Sometimes, I do some short code extracts when I'm typing an answer in the mobile site. However, getting code formatting on a mobile is HELL, as double space means full stop followed by space, which is ...
-8
votes
1answer
150 views

Should Stackexchange switch to ACE Editor?

There is an Open Source code editor called ACE. It is used in Github gist right now. One feature they have that I love is box shaped text selection. (ALT+Click drag to use) This is hyper-useful ...
-4
votes
1answer
69 views

Add code blocks to alternate image text

I often find the need to post an image in an answer to help summarize my point. I have used these before to demonstrate things such as CSS properties, as shown in this answer. I added the code that ...
0
votes
0answers
38 views

Formatting for Comments

Every once in a while, I need to put a bit of code in one of my comments, and to do so, I have to pretend that I'm going to write an answer just to copy the backtick to paste it into my comment (I'm ...
1
vote
2answers
40 views

Backquotes inside backquoted code in comments

Sometimes, when I write answers, I need to include backquotes as part of the code (not as formatting markup). This I can do by using four-spaced indent in the answer. However I can't find a way to ...
1
vote
2answers
74 views

Code block is not changing colour [duplicate]

I was trying to edit this question but I could not edit the code block using the normal Ctrl+K method. The code would not format properly, it stayed clumped together even after I applied Ctrl+K. So I ...
18
votes
0answers
137 views

Don't consider inline code spans as code for the purposes of the quality filter

From my earlier question, Detect attempts at disguising meaningless text as code blocks: Currently, the quality filter only asks that you have a code block before it will accept your submission of ...
2
votes
2answers
58 views

Why don't these equations display as code formatting?

In this question: Formatting a txt file of equations into the same format and then manipulating them for linear algebra calculations in Python The three lines from the 'txt' file with three ...
1
vote
1answer
47 views

left angle bracket in pre tag explodes formatter

I was trying to move the text in between the tables out of the code block in this question, but the preview refused. I have a table that has ID and ParentId, I would like display each ID with its ...
0
votes
0answers
21 views

Why is code pasted in one place formats correctly and pasted toward the bottom does not? [duplicate]

Here's a response I posted on SO. Notice that the code, when placed at the top, formats correctly, but when placed towards the bottom, does not.. (Seems like the formatting code does not sanitize ...
7
votes
1answer
97 views

Do backticks count as code for jsFiddle links?

According to Kevin's answer to Prevent posts with links to jsfiddle and no code: ... if you try and post to Stack Overflow with a link to either jsfiddle.net or ideone.com you'll be required to ...
4
votes
1answer
90 views

Single code formatted space ` ` works in questions and answers but not comments [duplicate]

It's annoying that on stack overflow ` ` works fine in questions and answers but not in comments, to produce a single code-formatted space. Edit a few days later Actually my question appears to be a ...
12
votes
2answers
132 views

Enable tab and shift + tab for code formatting

After some discussion on this question I decided to make a feature-request (or at least a discussion about it). It would be very nice to be able to use Tab and Shift+Tab to move code blocks (like in ...
1
vote
1answer
82 views

How do I move a code block to the left on SO? [duplicate]

Just wondering: Is there a key-combination for moving code blocks left (inverted tab)? shift+ tab doesn't seem to work.
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
votes
2answers
61 views

What is the proper way to format a posts in Stack Overflow? [duplicate]

I have been using Stack Overflow for quite a while now and have edited lots of post. Each time I edit a post, I end up formatting the code parts by pressing space 4 times so that it formats the codes ...
1
vote
1answer
37 views

Formatting Returned Errors on Stack Overflow Questions

How should one format returned errors or console messages in a question on Stack Overflow? Recently I ran into a PHP question that had an error as a code block: PHP Warning: ...
6
votes
1answer
122 views

What is Wrong with Code Formatting

All, I have noticed that all the code formatting for questions or answers new or old is 'flat'. That is all indentation of the code is gone even when the code has the required four-spaces allocated at ...
6
votes
1answer
106 views

Xcode-snippets make code look like its inside a comment

When asking questions on SO that involve Xcode code-snippets, the syntax is to use a #, which makes the code look like it's inside a comment. For example this Xcode standard snippet for looping ...
-1
votes
1answer
93 views

Could angle brackets be escaped for everything not on a permitted HTML tag whitelist? [duplicate]

In this question, I noticed that the code I had pasted in a <pre> (should I really be going through the manual labor to indent four lines) wasn't displaying crucial parts of the raw source. ...
2
votes
1answer
55 views

how do i format code in comments?

I added a comment to the top answer here but couldn't get the code to format correctly. I made sure I was entering the 4 spaces. The comment was only editable for 5 minutes and it now appears to ...
10
votes
3answers
112 views

How to post comment with multiple spaces in it?

I know how to do that in question or answer post. But how do I write a comment post which contains multiple spaces? I want to write this in a comment: print ("string") I tried: Using ``, but ...
2
votes
0answers
64 views

Code block prefix text, like `visible`

Recently I have repeatedly encountered a bug with the Markdown code block button. I’d usually select some block of code and click the button to make it indent by 4 characters and everything works. ...
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
118 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. ...
2
votes
0answers
71 views

Stack Overflow fails to format the code in this answer [duplicate]

Stack Overflow seems to fail to format the code I posted in this answer: http://stackoverflow.com/a/15485942/352672 I added extra new lines so at least the lines can be distinguished. If you ...
4
votes
1answer
56 views

Possible rendering bug for code in markdown

I was traveling stackoverflow, when I've encountered this question and at the very end of it: I thought ok, maybe somebody just forget to write return primes; }, but it appears it is written in ...
2
votes
1answer
47 views

Formatting of code not possible [duplicate]

I´m not able to format the block with some C# code in this question as code. Is it cause there is a BulletList before the code block?
6
votes
1answer
90 views

Code not formatted as code [duplicate]

I answered a question in StackOverflow. Soon after, I added code to the answer. After a few more edits, I copied some of the code and pasted it at the end, made some modifications, and it's part of ...
9
votes
2answers
137 views

Detect attempts at disguising meaningless text as code blocks

Currently, the quality filter only asks that you have a code block before it will accept your submission of a post containing a jsFiddle link. Without a block of code, the submission is rejected with ...
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 ...
0
votes
1answer
74 views

What is the reason that my code is badly formatted? [duplicate]

I would be grateful if someone tell me what I did wrong when posting my answer. As you may notice the code is not formatted. Edited: @meta.michael said that there are no line breaks in my code, but ...
1
vote
0answers
33 views

Flag Review queue doesn't wrap post text in expanded format

10k users have access to another set of queues, where they can see some of the flags, close votes, comment wars etc. Posts are by default shown in a collapsed format, with no formatting enabled (no ...
-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
62 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 ...
2
votes
2answers
49 views

Comments don't highlight spaces in code over newlines

I recently noticed that comments don't highlight spaces over newlines in code blocks. For example, I posted a comment containing ", ".join(), and then, when displayed, it looked like this: As you ...
0
votes
0answers
40 views

New user having trouble pasting code

See Contact form only sends message but not the other fields. This brand new user originally just posted a link to a website. I posted a comment asking them to paste their code directly instead of ...
1
vote
1answer
78 views

Markdown bug with code indentation when using Internet Explorer 8 and Compatibility mode

I went to edit a C++ question to fix the code formatting but noticed that the code seemed to already be properly formatted for markdown. The syntax highliting works but every line is starting at the ...
2
votes
0answers
36 views

Code Sample Editor not handling '\'

This is my first question here. Couldn't find an answer. I found that the Code Sample Editor cannot handle '\' in stackoverflow website. Here is my answer to a question and you could see formatting ...
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 ...
4
votes
0answers
43 views

Code formatting instructions are incomplete

The code block instructions say To create code blocks or other preformatted text, indent by four spaces: but it fails to mention that you also need to have a blank line before the code block as ...
0
votes
1answer
97 views

Python formatting on iphone

Python depends on formatting (new lines and indentation); it's part of the language. However, the code markup in the editor messes with the formatting, sometimes incorrectly displaying multiline ...
3
votes
1answer
55 views

Allow bold text in inline and block code formatting [duplicate]

I would like to suggest a feature change with text formatting. There have been several instances where I would like to point out something in someone's code. It would be much easier to do if text ...
21
votes
1answer
456 views

Add retro filters for code

Triggered by a question where the code was provided via a link to Instagram and by the existence of the code hosting service Instacode, I’d like to suggest implementing hipstery image filers for code ...
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 ...

1 2 3 4 5 8