The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
0answers
134 views

Why is the code syntax color highlight gone in the mobile view?

The code block on a phone or tablet is only black/white. Update: example The code in the following link will have syntax color highlight in desktop browser. MVP Framework for winforms Here is the ...
5
votes
0answers
55 views

Code blocks are not explained in chat faq

While looking over the stackoverflow chat faq I noticed that it does not explain how to use code blocks when multi line is used. It would be nice if there was a little description for users about ...
5
votes
0answers
94 views

The bug that won't go away: “all code” questions are *still* possible

I just saw yet another question which is just a huge block of code. How did this get around the upgraded filter? The entire body of the question is here: public class ArrayDuplicates { ...
3
votes
0answers
81 views

Add “view as text” option for code, to circumvent copy/paste problems

When you go to 'copy' code from any of the pages, then 'paste' it in Notepad (or another text editor), it all comes out on one line, and has to be re-formatted. Did the designers ever think of ...
2
votes
0answers
74 views

Print a stackoverflow page with long code block cropped

The long code block will be stored in a scroll-able box. And printing will crop the code. A workaround is switching to mobile view (by click the "mobile" at the bottom of the page). However, it ...
1
vote
0answers
113 views

Highlighting same string in code blocks on selection of a string

This is a feature request for SO sites. I would like to have highlighting of all strings which match the selected string in code examples. A number of IDEs and editors have a facility where if I ...