diff --git a/news/4.37/images/CompareClipBoard.png b/news/4.37/images/CompareClipBoard.png new file mode 100644 index 00000000..c6e419ca Binary files /dev/null and b/news/4.37/images/CompareClipBoard.png differ diff --git a/news/4.37/images/CompareResult.png b/news/4.37/images/CompareResult.png new file mode 100644 index 00000000..ebd90595 Binary files /dev/null and b/news/4.37/images/CompareResult.png differ diff --git a/news/4.37/images/ReplaceClipBoard.png b/news/4.37/images/ReplaceClipBoard.png new file mode 100644 index 00000000..ed31cda0 Binary files /dev/null and b/news/4.37/images/ReplaceClipBoard.png differ diff --git a/news/4.37/platform.md b/news/4.37/platform.md index 226303ef..cb81f4f2 100644 --- a/news/4.37/platform.md +++ b/news/4.37/platform.md @@ -105,3 +105,36 @@ Searching in the `Help` view: ![Browser search dialog in Help View](images/webkit_browser_search_dialog2.png) +![Preference page for enabling terminal console](images/terminal_console.png) + +### Compare/Replace with Clipboard + +
+Contributors + +- [Lars Vogel ](https://github.com/vogella) +- [Andrey Loskutov ](https://github.com/iloveeclipse) +- [Sougandh S ](https://github.com/SougandhS) +
+ +A new feature has been added to enhance file and selection comparisons in Eclipse editors. +You can now compare the current file content or a selected portion with the content of the system clipboard. +This is particularly useful for quickly checking differences between a copied snippet and what's in your working file. + +To use this, simply right-click within an editor and choose `Compare With → Clipboard`. + +![Compare Clipboard Context Menu](images/CompareClipBoard.png) + +A comparison editor will open, highlighting differences between the selected text (or entire file if nothing is selected) and the clipboard content. + +![Compare Clipboard Result](images/CompareResult.png) + +Additionally, you can use the `Replace With → Clipboard` action to replace the selected content or entire file with the clipboard contents directly. + +![Replace Clipboard Context Menu](images/ReplaceClipBoard.png) + + + + + +