Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-07-09Bug 412579 - [Backport][Edit] "Copy Current from Right to Left" doesn'tM20130724-0800M20130717-0800M20130710-0800Malgorzata Janczarska2-4/+51
work when triggered after Undo
2013-07-09Workaround for bug 411257: .api_description files in Kepler release do not ↵Dani Megert3-2/+31
contain @noreference restrictions
2013-05-14Updated copyright dateI20130514-2000Dani Megert146-146/+146
2013-05-08Fixed bug 407436: 'Overwrite' causes NPE in Compare editorI20130512-2000I20130511-1500I20130510-2000I20130509-2000I20130508-2000Dani Megert1-2/+4
2013-04-23Fixed bug 405290: Undo-ing to the point where the compare editor is not ↵I20130430-0800I20130430-0031I20130429-2000I20130429-0800I20130428-2000Piotr Aniola1-2/+13
dirty leaves you with no easy way to recalculate diffs
2013-04-19Fixed bug 406012: Fix ambiguous invocation of either an outer or inherited ↵Dani Megert1-20/+28
method
2013-04-18Fix ambiguous invocation of either an outer or inherited methodTomasz Zarna1-1/+1
Found by FindBugs: An inner class is invoking a method that could be resolved to either a inherited method or a method defined in an outer class. By the Java semantics, it will be resolved to invoke the inherited method, which is intended. To make the intention clear to other readers of your code and to FindBugs that you want to invoke the inherited method, not the method in the outer class, invoke it by invoking the method on super (i.e. super.setEnabled(..)). Change-Id: If00f20701b6221ec0cc0c10485a43dc09a86afb4
2013-04-17Mark ICompareFilter with @noreference and fix bundle versionsDani Megert2-4/+2
2013-04-17Merge "Bug 382427 - Mechanism to inject line compare strategies into merge ↵Malgorzata Janczarska20-70/+1380
and structure viewers"
2013-04-16Use read-only everywhereDani Megert1-3/+3
2013-04-15Bug 382427 - Mechanism to inject line compare strategies into merge andJeremy Flicker20-70/+1380
structure viewers Change-Id: Iec597bd9582933b90f67de94547b4ccdaef9a319
2013-03-28bug 403968 - Update Platform teamPaul Webster1-4/+2
2013-03-26Revert "Bug 216407 - [Edit] "Copy Current from Right to Left" doesn't work ↵Dani Megert1-13/+4
when triggered after Undo" This reverts commit 57c9a3c07c972dd980fa8b106c4b1b94156f9651.
2013-02-28Bug 216407 - [Edit] "Copy Current from Right to Left" doesn't work whenv20130228-095449Piotr Aniola1-4/+13
triggered after Undo
2013-02-27Revert "Fixed bug 309124: [compare] Java Source Compare does not show ↵I20130227-2000Dani Megert1-115/+96
whitespace characters in folder compare and in Compare With > Git Index" This reverts commit 51464728dbc3bb8f52da74ee420b9648150e22ea.
2013-02-25Fixed bug 397850: [CBI] use the correct group IDs for all artifactsv20130225-171235I20130227-0112I20130226-2200I20130226-2100I20130226-2000I20130226-0912I20130226-0800I20130225-2315I20130225-2230Dani Megert1-2/+2
2013-02-20Fixed bug 309124: [compare] Java Source Compare does not show whitespaceI20130224-2000I20130223-1500I20130222-2000Manju Mathew1-96/+115
characters in folder compare and in Compare With > Git Index
2013-02-04[Edit] Enable center arrow buttons when editable and for both sidesv20130204-150810I20130205-0800Robin Stocker1-36/+85
With this, the [>] and [<] buttons can also be used for non-conflicting situations, just like the toolbar buttons "Copy Current Change ..." can. It's useful e.g. in EGit to partially stage changes. It also enables using them when both sides are editable, by showing a [>] button and a [<] button below it. In the compare editor opened from EGit's Staging view, this is the case where the left side is the workspace file and the right side is the index. Bug: 398594 Change-Id: I392b181fc4bc7e31502e6edf9b59e4b8b27b8074
2013-01-02Bug 383893 - Casting to ContentMergeViewer breaks Viewer contributionsv20130102-134006I20130127-2000I20130122-0800I20130115-1300I20130115-0800I20130108-0800Piotr Aniola1-7/+13
to EP org.eclipse.compare.contentMergeViewers, with an org.eclipse.compare.IViewerCreator, that provides just an org.eclipse.jface.viewers.Viewer
2012-12-10Bug 396108 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20121210-102952I20121212-0800I20121211-2000I20121211-0800I20121210-2000I20121210-0800Thanh Ha1-1/+1
eclipse.platform.team
2012-08-08Additional fix for bug 123787: [Patch] Apply Patch error handlingv20120808-124256I20120814-0800I20120812-1736I20120810-1300I20120808-2000Dani Megert1-0/+5
for invalid formats
2012-07-05Improved switch statement checkingv20120705-111700Dani Megert1-1/+3
2012-07-03[Navigation] "Previous change" button doesn't work properlyMalgorzata Janczarska1-5/+4
Bug: 202435 Change-Id: I35ecbca8d0a22a9e41dc45b3b55a8ee781712542 Signed-off-by: Tomasz Zarna <Tomasz.Zarna@pl.ibm.com>
2012-06-14Fixed bug 123787: [Patch] Apply Patch error handling for invalid formatsDani Megert2-53/+71
2012-06-14Increased bundle version for Kepler fixesDani Megert1-1/+1
2012-05-22Add poms for Tycho buildv20120522-1148Igor Fedorenko1-0/+26
2012-04-17bug 366513: [docs] Pressing F1 does not reveal docs for "Replace withv20120417-1515Tomasz Zarna1-5/+6
Local History" context-menu action in the package explorer
2012-03-06Applying a Git patch needs too much user workv20120306-1149Tomasz Zarna4-6/+75
Bug: 358527 Change-Id: I544dbf9e3bc274e776dfa17473a02fe2141aa6d5
2012-02-28bug 361814:[Apply Patch]IAE: Path must include project and resource namev20120228-1212Tomasz Zarna3-52/+62
2011-12-15Report incompatible environment as 'Error'v20111215-1439Dani Megert1-0/+32
2011-12-02bug 365073: Patcher#applyAll doesn't expect null progress monitorv20111202-1634Tomasz Zarna1-1/+4
2011-11-23bug 312893: Flushing content merge viewer resets dirty flag for av20111123-1704Malgorzata Janczarska1-1/+4
Saveable that is not being saved
2011-11-02bug 361192: Incorrect parent shell selected when a compare dialog isTomasz Zarna1-2/+4
opened by a dialog
2011-10-25Fixed bug 361793: Apply Patch uses wrong line delimiter for new textDani Megert1-15/+51
files when pasting via clipboard
2011-10-17Remove unused API problem filtersTomasz Zarna1-45/+0
2011-10-13bug 359032: Move plugins under bundles/org.eclipse.compare/plugins/ toTomasz Zarna312-7013/+0
bundles/
2011-10-12bug 272267: [Edit] MergeSourceViewer.getVerticalRuler(SourceViewer) usesTomasz Zarna2-66/+31
reflection
2011-10-07Changed 'New text file line delimiter' to 'Unix'.v20111007-1310Dani Megert3-0/+6
2011-10-02Fixed .gitignoreDani Megert1-0/+1
2011-08-10bug 348787: NPE in CompareEditorInput.setDirty in Eclipse 3.7 [ID-MAMS9]Tomasz Zarna1-50/+17
2011-07-18Fixed bundle version.Dani Megert1-1/+1
2011-07-14bug 293926: CompareUIPlugin.findContentViewerDescriptor returns null even if ↵Tomasz Zarna1-2/+2
a viewer is registered via extension point="org.eclipse.compare.contentMergeViewers"
2011-05-18Fixed typo.Dani Megert1-2/+2
2011-05-10bug 343241: DBCS3.7 Fail to compare MS Word's docx format document filesTomasz Zarna1-1/+1
2011-05-05Fixed broken line delimiter.Dani Megert2-2/+4
2011-05-05Updated CopyrightsTomasz Zarna5-3/+43
2011-04-15bug 340666: Cannot save changes in compare editor for 2 projects - Gosia's patchTomasz Zarna1-3/+75
2011-03-31Bug 341345 - version of org.eclipse.compare.win32 bundle needs to be incrementedSzymon Brandys1-1/+1
2011-03-28Removed redundant null checkTomasz Zarna1-14/+12
2011-02-01Set "No strictly compatible JRE.." severity to errorSzymon Brandys6-3/+35

Back to the top