Refers to the views that show revision differences and suggested edit changes in various ways by breaking them down into additions and deletions.

learn more… | top users | synonyms

0
votes
0answers
41 views

Make it obvious that a link was added in the diff [duplicate]

Sparked by Confused over an edit rejection / http://stackoverflow.com/review/suggested-edits/1884717 Currently, in a diff, it is hard to see where links have been added unless you jiggle your ...
4
votes
1answer
53 views

Empty markdown diffs do not show difference

Sometimes, there are empty diffs for review, like in this case. I believe*d* they represent nothing, thus can be discarded. Edit: Actually, the markdown does not show the difference.
0
votes
1answer
170 views

More precise highlighting for diffs

When a single letter s or d is added to a word, the entire new word is highlighted as if the entire word would be completely new. It would help a lot by differentiating between letters that have been ...
3
votes
0answers
33 views

Bug in markdown rendering when only diffs are whitespace

This suggested edit diff looks very wrong when showing the markdown. The rendered output diff is fine, though. It almost seems as though it has prioritsed matching one part of the text including the ...
5
votes
1answer
85 views

Syntax highlighting hints break revision diffs in editor's activity tab

After adding language hints to various answers to this question, I discover that the affected code blocks are shown with all their whitespace collapsed in the rendered diffs in my activity tab... and ...
3
votes
1answer
73 views

Improved way of reviewing “improved formatting”

When I review posts, I often see "improved formatting" but when looking down on the post in the narrow side by side view, with rendered output, all I can focus on is a blur of overstrikes, red and ...
4
votes
1answer
50 views

Tag shows as deleted and re-inserted, even though I didn't edit it

I added the "osx" tag to a question. Nothing else. It shows that the "colors" tag was removed, and then re-added. What gives? Wouldn't it make sense to show it like this?
0
votes
0answers
21 views

Missing whitespace characters in revision diff [duplicate]

In the revision history to Which ending should come if I kill all of the NPCs in Fallout: New Vegas?, the space between "Fallout" and "New Vegas" that appeared in the original post appears to ...
6
votes
2answers
216 views

Diff removes a space when it shouldn't

This is a pathetic bug, I know, but each and every... The diff engine is removing a space here. Screenshot of the infelicity for your delectation: In the source there is no space: <p>... ...
-4
votes
2answers
97 views

Remove strikeout in diff

I think strikeout of deleted fragments should be removed in colored diff output (at least when old and new version are displayed separately). With strikeout: Without strikeout: I think it's ...
3
votes
1answer
55 views

Review diff does not sufficiently show minor formatting differences

When reviewing, some diffs are practically invisible. In particular changing between blockquote (>) and spoiler (>!). Yes, one could inspect things in detail looking at the markdowndiff. But who ...
2
votes
1answer
103 views

Broken LaTeX rendering of markdown differences

The LaTeX renderer interacts badly with markdown differences. Since markdown differences are raw source-code, the LaTeX renderer should ignore it. For example ...
9
votes
1answer
156 views

Non color diff for review

When reviewing Suggested Edits the output is marked using red and green background colors on the text. Sometimes this makes it hard to see the actual changes. It would be nice if there was a button ...
3
votes
0answers
35 views

Wrong diff after suggested edit that only changed tags

This suggested edit shows the wrong diff. The revision history shows what happened: first william56 suggested a retag, which was approved (revision 2), then Gilles edited the body, title and tags ...
10
votes
0answers
59 views

Revision diff columns overflowing

I was editing a post, and I formatted the code better (markdown hates code with tab characters in it). When I was viewing the revisions (in source side-by-side diff mode), some of the lines were ...
12
votes
2answers
131 views

Revision mark-down source diff bug

Is this a bug of Stack Overflow, or this is a browser bug? The text is not wrapped properly. I'm using Firefox 14.0.1 on Windows 7. The page in the screenshot is the revision page of this ...
4
votes
1answer
58 views

Inconsistent space formatting in revisions history

On this page of edit revisions, when you view them in markdown source code, there is some inconsistency: leading spaces apparently always get converted to &nbsp; but other spaces in common lines ...
18
votes
0answers
79 views

Make suggested edit title changes easier to read [duplicate]

Possible Duplicate: Please keep title edits display consistent with content edits Please show changed titles separately in edit diffs While the red/green highlighting works great ...
47
votes
1answer
150 views

Please show changed titles separately in edit diffs

In an edit diff, when the revision changes the title, removed words are shown struck out in red and added words are shown with a green background. This is fine when there are only removed words, or ...
3
votes
1answer
54 views

Suggested Edit has incorrect Diff

I suggested a change to this answer early this morning but when I looked at the diff (after being told it was rejected) my small change appeared to be much more drastic. I wanted to change the line ...
-3
votes
1answer
92 views

Diff view for chat?

I was curious if we might be able to get a diff viewer in chat. Sometimes people come in asking questions about largish pieces of code. It'd be neat if there was a link next to these chunks of code ...
17
votes
3answers
260 views

Smarter diff algorithm for revision history

Disclaimer: I know nothing about diff algorithms. If what we have now is the best there is, I apologize in advance. Sometimes (read: oftentimes) the diff highlighting in the revision history is ...
8
votes
0answers
52 views

Is it feasible to highlight realtime “edit” changes?

While reading I see a lot of those "An edit has been made to this post, click to update" gray info bars, but unless the change involves adding a chunk of text, I'm not usually perceptive enough to ...
3
votes
1answer
57 views

Display language hint changes in suggested edit diffs

I've recently seen more suggested edits with the edit description containing something along the lines of "Language Tag". The diff for these edits shows entire blocks of code being changed, except the ...
-3
votes
1answer
42 views

Inconsistent character ordering when using spaces around dots?

Revision So, what did I do to this post? I removed any spaces before comma/point and made sure there was one space after each comma/point. But I am seeing inconsistent results when checking the edit ...
14
votes
1answer
163 views

Suggested edit diff shows different results depending upon mode

The suggested edit view just showed me two drastically different views of content based on whether I was looking at the rendered mode or the markdown mode: First, the rendered diff view, showing a ...
23
votes
1answer
253 views

Let me preview an edit so that it appears with the same style as revisions

I am editing a question and would like to preview my changes prior to saving. I can see how the page will look and can optionally hide this preview. However, I would like to see the actual changes ...
9
votes
1answer
122 views

When “show markdown source diffs side by side” option is used, MathJax will try to interpret $ signs in markdown source

On sites where MathJax is enabled, when the "show markdown source diffs side by side" view is used in the revision list (this thingie: ), MathJax will attempt to interpret content surrounded by $ ...
18
votes
0answers
128 views

Please keep title edits display consistent with content edits

Currently if the user edits the title of an answer as well as the content, the title changes are viewed in place, on the left and the content changes are separate, on the right. As a result you have ...
10
votes
1answer
217 views

Why do revision comparisons have an add and a delete even when only one is necessary?

I made a few spacing edits to a question, changing some lines with 8 leading spaces into 4 leading spaces. So why does the question's revision history say that, instead of removing 4 spaces, I ...
1
vote
1answer
60 views

Revision diff display handles backslashes incorrectly

If you look at, for example, the revision history for this question on StackOverflow, the problem makes itself clear. Specifically, look at the diff displayed for revision 5: ...
6
votes
1answer
63 views

Inline diff not displaying full revision coverage

There's something wrong with the inline diff in Revision 3 here (compare with source diff) Don't really know how to explain it, so I'll let the revisions speak for themselves. The inline diff seems ...
26
votes
1answer
243 views

Remember my revision history diff preference, please

Could we implement something like this? (Note: That "big" orange box does not need to be there, it's just an example of how it could look like.) I prefer the side-by-side diffs, and I'd like ...
7
votes
1answer
85 views

Revision control — see diffs of Title

I have noticed that on Stack Overflow you can now see diffs of the different revisions side-by-side by clicking one of the buttons next to the revision. My gripe with that is that it does not show ...
4
votes
0answers
78 views

Suggested Edit Diff missing data

I was looking at a suggested edit to this answer, and it seemed like the editor had dropped a few letters in this edit, but when I went to the Improve screen, they were there. Here's the Diff screen ...
1
vote
1answer
56 views

How can we see the diff view for edits to a post?

When someone edits my post, the edit summary helps but if I could see a diff view (similar to git) that'd be good. It would allow me to see exactly what was changed between revisions.
14
votes
1answer
166 views

Why does this suggested edit have no diff?

This suggested edit has no diff. I don't just mean there are no visible differences, I mean there is no button to show the HTML or the markdown diff. Either this is some kind of null edit that ...
4
votes
3answers
98 views

Why does this suggested edit's character count not agree with the diff?

This suggested edit has “added 3408 characters in body”, yet the diff only shows 11 added characters. Why? ...
3
votes
1answer
39 views

Misplaced code tag in edit revision differences

The differences shown for revision 2 of this edit revision summary have a misplaced </code> tag, possibly related to the replacement of a code span adjacent to another code span. As a result, ...
8
votes
1answer
115 views

Possible bug in previous versions' user interface

I edited a question, and when I went to the versions page, I found this (possible) bug. The original answer While in the previous versions page Notice the last line that starts with "in linux" ...
0
votes
2answers
57 views

Incorrect diff with multiple peer reviewed edits

If you take a look at edit number 2 and 3 here, you will notice notice that a change has been made that does not appear in the diffs. I edited this post twice in a short period of time. Both times I ...
1
vote
1answer
90 views

How do I know what part of my question was edited by another user in Stack Overflow?

I have asked a question in Stack Overflow and another user edited it. But how do I know what all changes he made in my question? I couldn't figure out his changes.
2
votes
1answer
358 views

Tabs don't show up in the edit suggestion markdown diff

In this edit suggestion somebody fixed the code formatting by indenting every line of code with one tab. In the markdown diff of the edit the tab characters are not shown, making it unclear what exact ...
5
votes
0answers
82 views

Content Edits Overwritten By Tag Edits

While browsing questions I've been making spring-cleaning style edits to help with clarity. (removing greetings, signatures, salutations, etc) Since my SO reputation is under 2,000 my edits require ...
2
votes
0answers
60 views

Indentation changes in markdown diff should be less noisy

When a suggested edit changes the indentation of some code (for example indenting four spaces to get proper formatting), the markdown diff often shows the changed spaces highlighted differently in ...
2
votes
0answers
38 views

Tags added while removed? [duplicate]

Possible Duplicate: Diff shows tag being added and removed in the same revision xcode is both added and removed at the same time here: http://stackoverflow.com/posts/377992/revisions ...
3
votes
2answers
110 views

Diff bug in suggested edits?

The rendered output diff seems to be having problems for this suggested edit: http://stackoverflow.com/suggested-edits/4614 As far as I can tell from looking at the Markdown diff, the suggested edit ...
20
votes
0answers
102 views

Add an option for side-by-side diff before posting an edit

Now we have a nice side-by-side diff in the 'suggested edits' review pages, and as an option in edit history, could something similar be made available as an option when editing a post? It wouldn't ...
3
votes
1answer
73 views

Color diff should be the default view on pending edit review pages

The color diff should be the default view on pending edit review pages.
10
votes
2answers
154 views

Could the change from an edit be displayed in a side-by-side display

Being a foreign language speaker (or writer and reader to be more exact) I would prefer to see the changes in a side by side diff tool. The current format with the two above each other doesn't make ...

1 2