Tag Info

Hot answers tagged

17

This makes no sense to me. Assume for example that the maximum height is 25 lines. You're suggesting a tolerance of three lines, meaning you don't get scrollbars before 28 lines -- that's like just increasing the maximum to 28 in the first place. Or possibly -- depending on how precisely you suggest to do this -- making a 29-line codeblock (with scrollbars) ...


13

Nobody needs to throw ten tons of code into a question. Nobody. Plus, tl;dr syndrome guarantees that the more crap you throw in a question the more likely it is you won't get an answer. Hell, I think the max question length should be dropped by 3/4. I've heard that skill in asking a question is more important than length. Or was it column width? ...


13

I have a strong dislike of the scrollbars-within-scrollbars that code snippets introduce. I do tend to edit my samples to avoid it, which I guess is part of the desired behaviour Jeff is going for. I know in the past Jeff has said that snippets should be short, but sometimes a bit of verbosity is unavoidable. I'm not sure I would want a new window, but ...


12

I'm not generally a fan of box text selection, but I can see how it might occasionally be useful in the context of Stack Overflow. Still, I think it would probably be more trouble than it's worth. I anticipate people getting confused over the fact that there are two ways to select text, especially if/when they try to use one and end up using the other. ...


11

Apparently_the_code_that_wraps_header_text_can't_handle_long_lines_without_spaces. This happens whether prefixing the text with a '#' character or underlining with '='. It looks like h2 headers are affected as well, though of course they have to have more text. Update: Hey! Now it's fixed! Good work team!


8

Unfortunately the eighth incarnation of a certain browser from Redmond has issues with max-height in conjunction with overflow: auto – under certain circumstances, it causes the issue you see. Until recently we had disabled max-height on IE8 (because of a different issue that seems since fixed). So we can either put that hack back in, causing giant ...


8

The feature is already there. Just preface each line with 4 spaces, like you would on the site. If you don't want to do this manually, press the fixed font button (which only appears when you are entering more than one line of text) or use Ctrl+K (the same shortcut as the sites' editor): And if you're not copy/pasting code in, remember you can use ...


8

You can get markdown help without having to come to meta by clicking the ? while editing and then clicking on the advanced help >> link that appears right under it: You can also click on the edit link of any post that has formatting you wish to emulate, and see how it was done by reviewing the code behind the answer - which will show the markup/markdown ...


7

I wrote a greasemonkey/chrome user script about a year ago that does this. It's up on stackapps if you're interested. From the link, it's features are: Click the code region to have it expand to whatever size it needs Removes vertical scroll altogether (expands to full height) Intelligently expands horizontally Maxes out at window width so as not to ...


7

"Code blocks" in this context means code blocks generated by Markdown when you indent content four or more spaces. In your case, using the following would have worked as you expected: #include <yajl/yajl_parse.h> in the post editor produces #include <yajl/yajl_parse.h> in the generated content. If you use raw HTML in your post, ...


7

see Can we please have a place where changes to the markdown syntax are documented? There is no escaping at all in multi-backtick code. Start a code block with five backticks, and everything will appear verbatim until we find another run of (precisely) five backticks. thus you want ``\`` which will produce \ and for the record this is the same ...


6

I reported the same issue via the 'contact us' link at the bottom of Stack Overflow. I haven't gotten a response, but I imagine they are working on it. When you work on the cutting edge, expect blood! :) I quit Safari and looked at its info window in the Finder. It was in 32-bit mode (I set it as 32-bit for some reason which escapes me at the present ...


6

Regarding scrolling code blocks: If you need that much space for the code on which you're asking a question, you probably have a larger problem. Generally speaking, if I have to read your code for 5 or 10 or 20 minutes to understand what's going on, I'm not going to answer your question. It's essentially the "big wall of text" problem, but with syntax ...


6

You can scroll the extra wide/long code divs using two fingers. This is some reeeeeeeeeeeeeeeaaaaaaaaaaaaaaaaaaaaaaAaaaaaaaaaaaaaallllllllllllllllllllllyyyyyyyy wwwwiiiiiiiiiiidddde coooooooooode This is some more reeeeeeeeeeeeeeeaaaaaaaaaaaaaaaaaaaaaaAaaaaaaaaaaaaaallllllllllllllllllllllyyyyyyyy wwwwiiiiiiiiiiidddde coooooooooode


6

The font is already different, there is a larger left margin on block quotes, and generally code blocks have been syntax highlighted in an obvious way. However, these differences are most obvious when they are placed side by side and depending on the content/size of either they can be difficult to distinguish with their current styles when placed separate ...


5

You don't. Leave a comment, or leave it to people with 2k+ rep to make the edit. Suggested edits require review, and thus time from several people to review the change. To limit the size of the review queue only suggested edits have a minimal requirement of being non-trivial. High-rep users can make trivial edits at will as they can make the edit directly ...


5

I know this is an old thread, but I thought I would add an updated answer as I recently decided to implement a convention for embedding jsFiddles into Markdown posts (while remaining sanitized) The convention I came up with was the following: // render jsFiddle embed iframe with default options $[http://jsfiddle.net/uzMPU/] // render jsFiddle embed iframe ...


5

Nobody really wanted to build that wall, but as you can see in the SO question Jeff linked to, this was more or less by design – the alternative would have been to cut off most of the “wall of text”, which would have been even less desirable. However, this IE8 bug seems to have been fixed in the meantime; I tested it, and the post gets its ...


4

The problem is the broken post has two tags, html and css, that both have syntax highlighting associated with them. I don't know how SO decides between them, but for some reason it's decided to go with CSS syntax highlighting for the whole page, even though that code snippet is actually in HTML. In cases like this the language can be set manually, using ...


4

The number of characters at which horizontal scroll bars are produced is not universal. See: Average number of characters in a CODE block before SCROLL BARS? Since I asked that question I am using a different system, and now the max char width does not change with zoom, but it is still nonstandard (currently 87 characters).


4

This would be a godsend for Objective-C posts. Every time I have to come here for a Cocoa development question, I end up having to copy the code into an editor that I can stretch out thanks to the ridiculously long method signatures. You try distinguishing - (void)controller:(NSFetchedResultsController *)controller didChangeSection:(id ...


4

I like the idea of automagically inserting folding on (at least) code. It would help with the newbies who dump their entire architecture into a question -- which I still prefer over those who provide no code at all. Anything over, say, 10 lines? What's the cutoff for when it adds a scroll bar? Because that's probably about the time we should definitely ...


4

Here is my solution to this problem - a greasemonkey script which will hide all but the first line of each code block until it is clicked on (click again to re-fold the block). It is a bit hackish atm, but it does work on my computer. If you find any bugs in it, let me know and I will try to fix them. EDIT: Added menu commands to show and hide all ...


4

This is a hugely helpful idea for the [R] tag and I suspect any other statistics/data-heavy tags as well. We strongly recommend our users include sample data: How to make a great R reproducible example? Often due to the nature of the statistical beast even carefully culled sample data is unwieldy. For instance this well-conceived post: Dealing with ...


4

&nbsp; Method Would this answer be an example of this technique? An excerpt from this answer is: // Some more code above return ptr; }   int main (void) { // Some more code below the source for which is: return ptr; } &nbsp; int main (void) { There are two lines between the blocks, which is visually ...


4

You simply need to indent those code lines a bit (8 spaces) more: element 1 element 2 // code here, 8 spaces element 3, this has subelements sub element 1 sub element 2 this one has a code block #!Shell, 12 spaces line of code 1 line of code 2 line of code 3 And four more for here: # a whole bunch of spaces sub element 3 element 4


4

Capitalize the first word of the first sentence. Add a period at the end of the last sentence. If you're considering wrapping the $3 inside a code block, the (\w+) could also go inside a code block. In my experience, there's always something, but then, I've got a weirdly good eye for that kind of thing.


4

The ability to perform relatively insignificant edits (< 6 non-whitespace characters) comes with reputation (2K). Currently your reputation is such that your edits must be approved and there are some restrictions on what the site will even allow you to submit before other users need to consider your edit. For example, in the answer in question, I was ...


3

No, they don't use the same engine. For one, the markdown syntax adds a <pre class="..."> tag around the <code> tags with language highlighting metadata. Markdown happens to support inline HTML for 'manual' formatting, but once you move to such manual formatting, you also loose the possibility to attach richer metadata such as the language ...


3

EDIT : I found this userscript that fits your description pretty well. It shows a small "Select" link at the corner of code block that can be used to select its contents. Here you go. Looks kind of ugly (I just stick a button after the pre element), but I'll leave the CSSing to you: // ==UserScript== // @name Copyall // @namespace ...



Only top voted, non community-wiki answers of a minimum length are eligible