The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
23 views

PowerShell syntax highlighting bug with backticks

Refer to PowerShell Active Directory Browser Backticks are incorrectly interpreted as some sort of string, instead of a line continuation character.
17
votes
0answers
78 views

“How To Format” guide has misleading UI elements

The "How To Format" guide on the right side of the screen is misleading. It uses "►" for each item in the list. Usually this "►" means that the list item is expandable, but it is not an ...
7
votes
4answers
59 views

How can I replace tabs with spaces in code?

The code in my post appears to have improper indentation, but the indentation in the editor differs. There is usually a different amount of indentation between the two, which must be so because there ...
18
votes
14answers
280 views

MathJax on CodeReview

Several times I had the need to write mathematical formulas in my answers on CodeReview.SE. Sometimes, this can be simulated by sup and/or ...
8
votes
2answers
115 views

How can I prepare my code so that I can paste it formatted?

If I paste C++ code with many functions/classes (braces), I have to indent all of them, including their content. I've replaced tabs with spaces in my editor, but still no improvements. What's the best ...
1
vote
1answer
35 views

VB comments taking up more than one line unless comment is terminated

In this question, there are comments in the code, other code that was tried before, and the comment showed over multiple lines unless the comment was terminated with another apostrophe, which isn't ...
3
votes
1answer
47 views

Number list formatting followed by code formatting issue

On this question, I found that when I tried to edit the question and add a numbered list format, it sucked in the code formatting that followed, so I had to add ...
1
vote
1answer
119 views

Should font-size for question text and code blocks be the same?

On StackOverflow the the font-size for text and code appears to be the same, but on CodeReview they're noticeably different. It's a bit of an annoyance, because when the text font size is set to my ...