Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
15 lines (9 loc) · 1.04 KB

File metadata and controls

15 lines (9 loc) · 1.04 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

Diffs

When comparing two documents, a diff is a visual representation of the changes. When the document content is text, a diff is usually shown by displaying two lines of text next to each other with an indication about how the words and symbols in them have changed from one line to the other.

Blocks

When modifying blocks code, MakeCode will put the blocks in 3 categories:

  • added, changed or moved: blocks that changed in some way. It may be that a field value changed, or the block was moved or added. They are displayed as regular blocks.
  • deleted: are blocks that have been removed from the code canvas.
  • not changed: the blocks that are just the same as before. These are rendered in grey. If a top-level event was not modified at all, MakeCode will not render it in order to "compress" the amount of blocks in the diff.

Text

MakeCode uses a traditional inline diff view where deleted or modified lines are shown with a '-' symbol and in red. Modified or added lines are shown with a '+' symbol and in green.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.