Community
Participate
Working Groups
There seems to be Git patches that have the version at the end (don't know yet how it got created), see e.g.: https://bugs.eclipse.org/bugs/attachment.cgi?id=212117 This causes the apply patch wizard to treat the new file (ICompletionProposalSorter) as an error. Steps: 1. clone the 'eclipse.platform.text' repository 2. import 'org.eclipse.jface.text' 3. apply the patch
(In reply to comment #0) > don't know yet how it got created), see e.g.: See bug 350991 comment 34
This already works when editing Java files. What are you programming in?
(In reply to comment #2) > This already works when editing Java files. What are you programming in? Of course, this is the wrong bug. :) Should be for bug 374093.
This is not a valid format for the Eclipse Apply Patch Wizard. It's a unified diff, but the prefix and suffix make it hard to read by the wizard. It would get even worse if you created the patch for a revision rage. You should use EGit and the "workspace" header [1] to create an applicable patch. If you had encountered a problem then, I would have agreed the bug's severity is major, otherwise it's an enhancement request to me. In other words, it's not a _major_ loss of function since it never existed. [1] bug 367735
(In reply to comment #4) > This is not a valid format for the Eclipse Apply Patch Wizard. How should I know that?
> You should use EGit and the "workspace" header [1] to create an applicable > patch. OK, how do I use that functionality with a patch that someone attached to a bug?
(In reply to comment #5) > (In reply to comment #4) > > This is not a valid format for the Eclipse Apply Patch Wizard. > > How should I know that? This is bug 123787.
(In reply to comment #6) > OK, how do I use that functionality with a patch that someone attached to a bug? You ask the contributor to redo the patch. Just like you did in bug 350991 comment 35.
(In reply to comment #8) > (In reply to comment #6) > > OK, how do I use that functionality with a patch that someone attached to a bug? > > You ask the contributor to redo the patch. Just like you did in bug 350991 > comment 35. :-)
*** This bug has been marked as a duplicate of bug 123787 ***