Skip to content

Commit

Permalink
Prepare for release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroedl committed Oct 26, 2024
1 parent ff3ebb9 commit 5a5e18f
Show file tree
Hide file tree
Showing 6 changed files with 1,498 additions and 854 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.5.0
- Add function to open diff from an internal vscode comparison in meld

## 1.4.1
- Handle new internal code of merge conflicts [issue 23](https://github.com/danielroedl/vsc-meld-diff/issues/23)
- Add better error message if it's not possible to write temp file
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Table of contents:
- [Compare all selected files/folders using meld](#compare-all-selected-filesfolders-using-meld-1)
- [Usage with editor context menu](#usage-with-editor-context-menu)
- [Usage with editor title context menu](#usage-with-editor-title-context-menu)
- [Usage with vscode diff editor](#usage-with-vscode-diff-editor)
- [Customize settings](#customize-settings)
- [Use other tools than meld](#use-other-tools-than-meld)
- [Don't delete temp files if visual studio code is closed before meld](#dont-delete-temp-files-if-visual-studio-code-is-closed-before-meld)
Expand Down Expand Up @@ -140,6 +141,13 @@ The commands '*Select for meld compare*', '*Compare with selected for meld compa

![Editor context menu](images/editor_title_context_menu.png)

# Usage with vscode diff editor
Comparisons performed with the vscode internal diff editor can be shown with meld by pressing the icon in the context area of the editor at the top left.
Not all types of diffs are supported (e.g. diff views created by other extensions).
If the content of a diff editor is not supported please use the clipboard diff function.

![Shortcut to open from vscsode diff editor](images/diff_editor.png)

# Customize settings
## Use other tools than meld
In the settings for Meld Diff it is possible to customize the tool to use. Instead of Meld other tools like WinMerge or Beyond Compare can be used. Also the given arguments can be configured.
Expand Down
Binary file added images/diff_editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5a5e18f

Please sign in to comment.