Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov3-22/+22
2019-02-16Bug 543933 - Build javadocs with Java 11I20190218-0600I20190217-1800I20190217-0600I20190216-1800Alexander Kurtakov1-24/+20
2019-02-15Bug 543933 - Build javadocs with Java 11Alexander Kurtakov4-37/+38
2019-02-14Bug 543933 - Build javadocs with Java 11I20190215-0630I20190215-0055I20190214-1800Alexander Kurtakov1-5/+3
2019-02-14Bug 479273 - Prefer usage of Boolean.parseBoolean instead ofLars Vogel1-1/+1
2019-02-12Bug 544315 - DocumentProviderRegistry: also try IPath to get extensionThomas Wolf1-1/+13
2019-02-11Bug 544309 - Add doc link to bugI20190211-1800Karsten Thoms4-4/+4
2019-02-11Bug 544309 - Mark EncodingActionGroup & related for removalKarsten Thoms4-7/+16
2019-02-10Bug 518569 - Use StandardCharset constantsI20190210-2135I20190210-1800Karsten Thoms3-23/+10
2018-09-14Fix self comparison of field with itselfI20180914-0620Katja Zavozina1-2/+2
2018-09-07Bug 535964 - Use new API of TemplatePersistenceData, TemplateReaderWriter.Roland Grunberg1-2/+3
2018-08-22Bug 530393 - EPL 2.0 update for platform.text plug-ins - Part 2Y20180822-2200I20180823-0100I20180822-2000Lars Vogel130-390/+780
2018-07-18Don't use the deprecated FontMetrics.getAverageCharWidthAlexander Kurtakov1-3/+3
2018-07-18Comparator to lambda.Alexander Kurtakov1-39/+16
2018-07-18Lambda conversions.Alexander Kurtakov10-257/+150
2018-05-03Fixed bug 468307: [Preferences] Print margin's behavior is confusing to many ...Dani Megert5-5/+33
2018-05-03Bug 533601 - Add Bookmark dialog should use verbsJonas Hungershausen2-1/+23
2018-04-19Bug 533837 - Direct use of IStructuredSelectionAlexander Kurtakov5-16/+13
2018-02-12Bug 517393: Dark theme hyper-link text is dark blueMatthias Becker1-2/+2
2017-12-11Bug 519783 - HTMLPrinter should migrate to StringBuilderShawn Kleese1-1/+1
2017-11-08Bug 527018 - [refactoring] Replace use of Number constructors by valueOfI20171113-2000I20171112-2000I20171111-1500I20171111-0410I20171111-0155I20171110-2000I20171109-2000Karsten Thoms1-3/+3
2017-09-15Bug 522212 - Resolve redundant null checksKarsten Thoms1-1/+1
2017-08-24Fixed bug 521373: MarginPainter no longer needs to be initialized after font ...I20170830-2000I20170830-0605I20170829-2345I20170829-2000I20170829-0940I20170829-0705I20170828-2000I20170828-1220I20170828-0730I20170827-2000I20170826-1500I20170825-2000I20170824-2000Dani Megert1-2/+1
2017-07-18Bug 519765 - org.eclipse.ui.editors should use try-with-resourcesI20170718-0355Arne Deutsch3-65/+19
2017-07-17Bug 519656 - Replace StringBuffer with StringBuilder inLars Vogel3-3/+3
2017-02-02Bug 493306 - Inefficient use of keySet iterator instead of entrySetLars Vogel2-9/+11
2017-01-11Bug 510312 - Replace usage of new Integer(int) with Integer.valueOf() inLars Vogel2-4/+4
2017-01-11Bug 510312 - Replace usage of new Integer(int) with Integer.valueOf() inLars Vogel2-4/+4
2016-11-07Bug 507106 - Don't ask strange questions before showing revision infoAndrey Loskutov1-1/+2
2016-10-20Bug 505940 - NPE on overview ruler on editor for IFileRevision on plainY20161020-1800Andrey Loskutov1-1/+4
2016-09-23Bug 482354 - SVN checkout deadlocks EclipseAndrey Loskutov1-6/+41
2016-09-20Bug 479523 - Replace usage of SubProgressMonitor with SubMonitor inLars Vogel3-45/+32
2016-09-20Bug 428417 - ConcurrentModificationException inI20160920-0800Andrey Loskutov1-1/+2
2016-09-09Revert "Bug 479523 - Replace usage of SubProgressMonitor with SubMonitor in e...Lars Vogel3-31/+44
2016-09-09Bug 479523 - Replace usage of SubProgressMonitor with SubMonitor inLars Vogel3-44/+31
2016-05-05Bug 492973 - Avoid invoking inefficient new String() constructor inLars Vogel1-1/+1
2016-02-22Bug 488162 - [word wrap] Hide WW preference to avoid unexpectedI20160223-0800Andrey Loskutov1-4/+10
2016-01-20Fixes for bug 483340: ListenerList should be parameterizedMarkus Keller2-10/+8
2016-01-15Bug 485748 - Proactively call done() on progress monitors at the top levelStefan Xenos1-1/+6
2016-01-13Bug 485746 - "Save As" for external files does not work as expectedAndrey Loskutov1-3/+3
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller45-612/+619
2015-12-01Bug 478673: remove unused castsMarkus Keller12-22/+22
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller95-1741/+974
2015-11-10Bug 35779 - [misc] Text Viewer and Editor needs to support word wrapAndrey Loskutov4-3/+11
2015-09-01Updated copyright dateDani Megert1-1/+1
2015-08-31Bug 394739 - Remove org.eclipse.core.runtime.compatibility* bundlesSopot Cela1-8/+3
2015-07-31Added note that concrete editors may override textual editor settingsI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000Dani Megert1-2/+4
2015-02-13Bug 459927: [templates] ContributionContextTypeRegistry#createResolver(..) mu...I20150310-0800I20150305-1200I20150303-0800I20150224-0800I20150217-0800Markus Keller1-1/+7
2014-11-18Fixed bug 440952: Basic Marker Updater should be executed before other contri...Sarika Sinha3-6/+71
2013-05-13Updated copyright dateI20130513-2000Dani Megert1-1/+1

Back to the top