The code tag has no wiki summary.
-1
votes
1answer
52 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.
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 ...
-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 ...
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 ...
2
votes
1answer
121 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 ...
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 ...
6
votes
2answers
190 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
154 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 ...
22
votes
3answers
254 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
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 ...
-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) ...
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 ...
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 ...
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 ...
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 ...
-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 ...
4
votes
2answers
119 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 ...
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.
-11
votes
1answer
96 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 ...
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 ...
10
votes
1answer
261 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 ...
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 ...
-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 ...
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 ...
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 ...
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 ...
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 ...
1
vote
0answers
132 views
How to post HTML in a Stackoverflow question [duplicate]
Possible Duplicates:
How to nest code within a list using markdown
Code blocks after a list, but not within a list in markdown. Is it possible?
Before posting this question, I think I've ...
7
votes
0answers
78 views
Don't change double-hyphens in titles into dashes. At least not on StackOverflow [duplicate]
Possible Duplicate:
Fix Markdown/SmartyPants in question titles
This Q: Why is `x-- > 0` not undefined behaviour, while `x = x--` is?
Actually, the -- in the title of the question is an ...
3
votes
0answers
86 views
What is StackOverflow's code analysis and code style settings?
Which tools SO uses to validate the code?
Is Code Analysis used?
Which rules are included?
To validate the code style
Which tool is used?
Which rules are included?
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!
25
votes
1answer
661 views
Use of ELMAH code without Apache license 2.0 on stack-exchange-data-explorer
I am a developer on the ELMAH project and recently I was browsing the stack-exchange-data-explorer project on Google Code. And I noticed too many similarities between SimpleErrorHandler and ELMAH to ...
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. ...
4
votes
2answers
96 views
Keyboard shortcut to make something “code”
If I type in Hello and then highlight it and press ctrl+i it will change it to *hello* (thus making it look like this hello).
Is there a ctrl+i or ctrl+b equivalent to make something code?
I want to ...
0
votes
1answer
94 views
Code formatting broke on my answer?
If you look over at my answer in my revision history you'll see something strange. I did not modify the big code block yet it says I did(though the only thing I apparently "changed" is deleted > ...
0
votes
0answers
102 views
Line highlighting within code blocks [duplicate]
Possible Duplicate:
Allow highlighting certain bits of a code fragment or quote
Would it be possible to add a "Highlight" function to code blocks?
For example, with
function foo ($fbar = ...
1
vote
1answer
73 views
Backticks in comments don't work when you're adding a plural to the end [duplicate]
Possible Duplicate:
What happened to comment formatting?
In a comment,
`Exception`s
doesn't get turned into Exceptions, but remains as
`Exception`s
5
votes
1answer
211 views
iPhone code snippet display
I've noticed that on my iPhone, long code samples get cut off and I'm unable to view them.
Is there something I can do as the user to correct this or is there a SO change that needs implimenting?
...
5
votes
1answer
167 views
How much code is too much?
I'm banging my head against the wall trying to find a decent example of the Twisted framework with GTK. I had the idea to use SO to get me going, so my idea was to:
Write a simple PyGTK program ...
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 ...

