Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Bug 530393 - EPL 2.0 update for platform.text plug-ins - Part 2Y20180822-2200I20180823-0100I20180822-2000Lars Vogel1-3/+6
2017-07-18Bug 519765 - org.eclipse.ui.editors should use try-with-resourcesI20170718-0355Arne Deutsch1-22/+4
2016-09-23Bug 482354 - SVN checkout deadlocks EclipseAndrey Loskutov1-6/+41
2016-09-20Bug 479523 - Replace usage of SubProgressMonitor with SubMonitor inLars Vogel1-10/+5
2016-09-09Revert "Bug 479523 - Replace usage of SubProgressMonitor with SubMonitor in e...Lars Vogel1-5/+10
2016-09-09Bug 479523 - Replace usage of SubProgressMonitor with SubMonitor inLars Vogel1-10/+5
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller1-78/+33
2012-11-08Fixed compile warningDani Megert1-1/+3
2011-01-05Use InstanceScope singleton.v20110307-2000Dani Megert1-2/+2
2010-02-19Removed ':' from "see: http".Dani Megert1-4/+4
2009-06-15Removed superfluous code.Dani Megert1-2/+2
2008-09-11Removed trailing whitespace and organized the importsv20080909-ascuDani Megert1-6/+6
2008-08-26Warn about missing description for all standard tags.Dani Megert1-2/+3
2008-04-11Fixed bug 225753: [implementation] save changes BOM of UTF-16 with LE BOMDani Megert1-16/+33
2006-09-08Fixed bug 148931: [misc] warn when editing a derived fileDani Megert1-1/+23
2006-08-31Switched to use org.eclipse.core.runtime.AssertDani Megert1-1/+1
2006-03-28Updated copyright.Dani Megert1-1/+1
2006-03-17Fixed bug 132202: [implementation] FileDocumentProvider doSaveDocument() assu...Dani Megert1-2/+3
2006-03-16Explicitly set encoding= nullDani Megert1-0/+1
2006-03-08remove unnecessary null checksteicher1-3/+1
2006-02-24Fixed bug 116841: [typing] Need much smart encoding error detection for text ...Dani Megert1-55/+86
2006-01-27Removed outdate link to bug report.Dani Megert1-4/+0
2006-01-19Fixed bug 75638: IllegalArgumentException is thrown at revert action of text ...Dani Megert1-1/+1
2005-09-19Fixed bug 109255: [encoding] FileDocumentProvider does not detect bom as expe...v20050919-1200Dani Megert1-2/+18
2005-07-19Fixed bug 104322: [implementation] Class org.eclipse.ui.editors.text.FileDocu...Dani Megert1-1/+1
2005-06-22Added @since 3.1 tagDani Megert1-0/+7
2005-05-22Fixed bug 84903: [implementation] Replace DocumentInputStream with DocumentRe...Dani Megert1-4/+5
2005-05-19Added support for default line delimiterDani Megert1-1/+25
2005-04-19Removed trailing whitespace.Dani Megert1-185/+185
2005-04-17Temporary fix for problem with new Eclipse NLS approachDani Megert1-7/+8
2005-03-29Code cleanupDani Megert1-1/+4
2005-02-25Converted from CPL to EPLDani Megert1-5/+5
2005-02-01Fixed bug 83895: Eclipse swallows exception when editor fails during openv200502010800Dani Megert1-1/+2
2005-01-05Renamed ContainerGenerator to ContainerCreator and made it APIDani Megert1-3/+4
2005-01-05Fixed bugDani Megert1-1/+2
2004-12-23make DocumentInputStream thread-safeChristof Marti1-1/+7
2004-12-23add fallback to the file's content descriptionChristof Marti1-6/+27
2004-12-23Performance optimizationDani Megert1-12/+1
2004-12-22replace getContentDescription() with getContentType()Christof Marti1-10/+15
2004-12-17ensure streams are closedChristof Marti1-25/+32
2004-12-10propagate any CoreException in IDocumentProviderExtension4.getContentDescript...Christof Marti1-6/+2
2004-12-09bug fixing & cleanupChristof Marti1-0/+1
2004-12-09Fixed bug 80494: [implementation] file buffers should close input streamsDani Megert1-4/+13
2004-12-09add getContentDescription with IDocumentProviderExtension4Christof Marti1-0/+13
2004-12-06potentially incomplete read (static analysis)Kai Maetzel1-1/+7
2004-11-19code cleanup - getting rid of warningsKai Maetzel1-18/+13
2004-10-04React on encoding resource deltav200410050800Dani Megert1-48/+88
2004-08-26Fixed bug 72545: [encoding] adopt long-running version of IFile#setCharsetDani Megert1-2/+2
2004-06-24Javadoc updatesDani Megert1-1/+1
2004-06-24Javadoc updatesDani Megert1-1/+1

Back to the top