The code tag has no wiki summary.
-1
votes
1answer
53 views
Please, make the contents of the page occupy the whole page width, or at least make the code windows resizable [duplicate]
Please, make the contents of the page occupy the whole page width, or at least make the code windows resizeable.
103
votes
6answers
32k views
How do I format my code blocks?
How do I post text so that it is formatted as code?
What do I need to do so that my code shows up properly—not escaped or removed—when posted? And how to get the correct syntax ...
1
vote
0answers
64 views
Are code-only answers a good thing? [duplicate]
I just stumbled across this question. While the question itself is not perfect, both the answers to date have just been blocks of code.
When I reply to a question, I usually (admittedly, not always) ...
-1
votes
1answer
63 views
How to fix a single character typo in a code sample? [duplicate]
I just wanted to fix a code sample which had a single character missing. However I can't do this because the minimum edit is 6 characters.
Can we make the checker smarter by allowing single character ...
22
votes
3answers
255 views
User suggested great corrective edit to my answer, but the edit was rejected. What can I do to approve it?
A nice user suggested good corrective edit to my answer. The edit, though very good and desirable, was rejected. I do not understand the reasons, and I did not find a way to contact those people who ...
-1
votes
2answers
108 views
Auto-comment questions with lack of code
There is many questions on the StackOverflow from a new members where it is impossible to answer until OP will show some code and specify failing line. Currently we are writing the same comments under ...
2
votes
1answer
70 views
Code rendering bug on closing XML literal
There's a small bug on rendering markdown visible in this answer and copied here.The following seems to work just fine:
val schemaXml = <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
...
1
vote
1answer
103 views
CODE format: can I avoid colourisation _and_ italicisation?
There seems to have been a recent change, whereby all text highlighted using the backtick formatting has acquired a colour background. This is fine in a code block but irritating when the format is ...
8
votes
2answers
84 views
Is it better to fix the OP's code or provide a better approach?
In a lot of questions one can see that the OP's code works almost correctly, but his/her approach is not the best one. For example:
remove specific line returns ("\n") from file
Where ...
1
vote
3answers
96 views
What to do when the OP feels they asked a wrong question?
Suppose someone asks a question on Stack Overflow, and after posting and working on the problem some more that person realizes there actually was not a problem at all but it was only their ...
3
votes
2answers
72 views
Add 4 spaces in the middle of the code
I know that if I press ctrl + k I automatically can add 4 spaces, but what if the code has already 4 spaces and I need to add 4 spaces more to it?
If I press tab in the SO editor it just gets me ...
3
votes
3answers
121 views
Am I allowed to post an entire project instead of portions of code in Stack Overflow?
There is a project (Objective-C, made with xcode) that I messed up, there are runtime errors to correct.
But the project is so big, the code is huge. Am I allowed to attach a zip file containing the ...
0
votes
4answers
800 views
How to change text color and format code while posting questions [duplicate]
Possible Duplicate:
How do I format my code blocks?
I see again and again that people here ask questions very ably — their code looks like real code, all the tags are in one color and ...
5
votes
1answer
162 views
Long code snippets that are relevant to the question
Sometimes there's need for including large chunks of data/code in a question. (See comments to the question: the OP tried to include a couple of long XML files, but that wasn't possible.)
What's the ...
6
votes
1answer
128 views
Encourage Questions to Include Code Samples
I know this has been noted before, but it's amazing how often people ask questions about code that's not working without sharing the code. And when they share code, it's often insufficient (which ...
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 ...
1
vote
0answers
32 views
Are “live collaborative” online pastebins/compilers acceptable for use in a question? [duplicate]
Possible Duplicate:
How should we deal with questions that have broken links?
Refer to this question (visible only to 10K users): "why does finding max height of a tree behave differently ...
1
vote
2answers
111 views
Should I encourage questions asking for a tutorial link or code snippet?
I have seen many questions on SO which ask for a tutorial on some specific topic or some functionality. Some users say "this is not a good place to ask for a tutorial" or "hit Google". But maybe some ...
10
votes
1answer
139 views
Fix for $# code color highlight
I am a Perl coder and I would like to ask Stack Overflow to fix code color highlights for # comments.
It works properly for real comments, such as
# this is a comment
but when $# is in code, such ...
6
votes
2answers
191 views
Invisible unicode characters in my post cause it not to format correctly?
UPDATE: It's formatted correctly after posting the question. Here's a screenshot of what it looks like when creating the question: http://cl.ly/3u072T2K0F2P2A2n0d3Q. I'm on Chrome v19.
Here's a ...
4
votes
1answer
155 views
How to prepend line number for C++ code on Stack Overflow? [duplicate]
Possible Duplicate:
Why are there no line numbers in the code listings?
I want to display C++ code prepended with line numbers on Stack Overflow. The indented C++ code is formatted with ...
1
vote
0answers
65 views
Can Users have access to StackOverflow's share buttons? [closed]
I am in love with the share buttons used on StackOverflow and various child sites of StackExchange network. I have tried my level best to create my own like this but was unable to do so. I would be ...
17
votes
1answer
271 views
Search just code
I want to search my questions for a question that uses the C# key word is new.
When I search user:me new I get matches that are not code. Is there a way to just search code?
Edit: Since it seems ...
11
votes
4answers
3k views
Add syntax highlighting and line breaks to comment formatting
Hello
I would like to see changes in the comment section. Presently, we cannot start a new line. Everything gets posted in one line. Even the code looks horrible.
Also, to color the code in ...
-3
votes
1answer
76 views
posted code sample is not properly displayed [duplicate]
Possible Duplicate:
How do I format my code blocks?
All the time I post a code sampe on SO, the display is not as desired. Here some examples with simple text from a notepad document:
1) ...
8
votes
2answers
78 views
Suggest that users add code to a question if they haven't already
Disclaimer: This only really applies to Stack Overflow at the moment, though I think something similar may apply to the other sites as well.
Disclaimer 2: I seem to be advocating nudge theory, woe ...
39
votes
1answer
533 views
Offer a Stack Exchange-brand “pastebin”
Following on from this Meta TeX SE question, how about offering an SE-branded pastebin for posting long files? The problem with using things like pastebin is that files get deleted after some time. ...
8
votes
0answers
66 views
Should the FAQ encourage copy and pasting code for questions?
A couple of times I've seen questions where the code snippets supplied in the question don't exhibit the problem asked about in the question - such as the original version of this question. Sometimes ...
-8
votes
1answer
80 views
Warn users when posting without sample code?
A very common comment on SO questions is the request for sample code.
The thing is that this is possible to detect "automatically": by checking if the user formatted anything as code. Of course you ...
2
votes
2answers
46 views
How to respond to code-revision assistance? Answer, or Comment
I like stackoverflow because there are so many talented people helping each other out. I would like to know what is the best way to respond to a suggestion to my question, i.e., sharing the code ...
-5
votes
2answers
126 views
Has integration of a larger code snippet system been considered?
I am aware of many posts with great questions and answers about conventions and best practices when posting larger amounts of code. I am curious though: at a higher level, what if anything has been ...
1
vote
2answers
115 views
Display wide code snippets in a larger textbox instead of displaying horizontal scrollbars [duplicate]
Possible Duplicate:
Resizable text blocks?
I find reading wide code snippets using horizontal scrollbars annoying. Sometimes I have to scroll back and forth when reading multiple wide lines ...
-4
votes
2answers
255 views
How can I attach a file to a question? [duplicate]
Possible Duplicate:
Please add a system to allow file uploads attached to questions and answers
How do I format my code blocks?
I want to attach a code file to my question, but I am not ...
31
votes
8answers
536 views
Formatting of inline code is ugly and can result in river-like patterns when used frequently
This has bothered me for a while... Ever since the bulky padding and gray background were added to <code> elements, really. But I kept hoping I would get used to it...
...I didn't. It's ugly, ...
4
votes
2answers
120 views
Policy on questions and answers that contain links to the code (or picture) in question
I've seen a number of questions and answers come up for review recently, that include links to the asker's/answerer's code or a picture.
Example: Very Slow MySQL Inserts
It seems a lot of people ...
10
votes
4answers
115 views
when answering a coding question, is it better to just answer the question, or rewrite the OP's code?
For example, if the OP asks why the array arr is not full in the following code:
for (var i=0;i<10;++i) {
var arr=new Array();
arr[i]=i;
}
Is it better to simply say "put the arr ...
52
votes
5answers
2k views
Code block is not properly formatted when placed immediately after a list item
Consider the following piece of Markdown code:
The is some regular text.
>>> def factorial(n):
... return 1 if n < 2 else n * factorial(n - 1)
...
* This is a list ...
54
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?
0
votes
1answer
99 views
Add line numbers to code sections? [duplicate]
Possible Duplicate:
Why are there no line numbers in the code listings?
Please add line numbers to code sections. It will help when discussing the code.
10
votes
1answer
264 views
When is it appropriate to edit someone else's code? [duplicate]
Possible Duplicate:
How far can I refactor someone else's code?
I see a lot of edits in queue where some well-meaning user attempts to fix OP's code. They range from minor syntax ...
-11
votes
1answer
97 views
Code blocks are unreliable
First of all, having to go through your code and add four spaces to every line is a pain, (even though I can just do gg>G in vim, I shouldn't need to launch a separate program). The code button ...
-3
votes
2answers
277 views
Feature request: real time code compilation
Interactive / Real time code compilation for stackoverflow.com. That will improve the answer correctness of the stackoverflow.com.
When adding a new code block, let the user try to compile the code ...
0
votes
1answer
84 views
Edit code or post new question?
What is the normal practice when you have a problem like this:
You have a snippet of code (small or big) and want to solve problems and improve it together with the community.
Normally you get ...
14
votes
0answers
87 views
Make code blocks vertically resizable
Currently, you can resize the "add answer" text-area box vertically using the grippie [sic] at the bottom. I would love to be able to do this with the code-boxes that are found in both the question ...
1
vote
0answers
39 views
Feature Request: Collapsible Panels/Regions [duplicate]
Possible Duplicate:
Please add the ability to fold blocks of code in questions and answers.
Too much information can be a bad thing. If a stack trace isn't helpful to the answer, all it ...
7
votes
0answers
93 views
Editing an SO answer with < 6 characters to correct code syntax [duplicate]
Possible Duplicate:
Change this behavior to allow for spelling corrections and the like: “Edits must be at least 6 characters”
This has been asked before here, but I think this ...
0
votes
0answers
171 views
Suggestion to implement a Copy To Clipboard button on the code snippet inclusion tag [duplicate]
Possible Duplicate:
Shortcut for copying posted code from Stack Overflow
I think we need a button to copy the code snippet into our clipboard.
MSDN uses this feature also. It is cool!
5
votes
6answers
745 views
Improve The Code Tag Highlighting [duplicate]
Possible Duplicate:
VB.NET Syntax Highligting does not properly support comment.
When you try to put a code you put it into a code tag, but some programming languages have problems with this, ...
1
vote
2answers
186 views
Posting lots of code in a question
I have .aspx and aspx.cs files. And something seems to be not functioning with those files. They are large files and it would be just clumsy to copy and paste those files here. Is there a way to ...
13
votes
1answer
409 views
Adding the ability to inline Gist code snippets from GitHub
It should be pretty straight forward to add the following code snippets to the allowed HTML subset, or some additional markup that would effectively do the same thing.
<script ...



