Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Use isEmpty() instead of size()==0 where possibleI20190613-0210I20190612-1800Carsten Hammer1-1/+1
2019-05-02Bug 546828 - Editors based on FileDocumentProvider /Andrey Loskutov1-1/+13
2018-08-22Bug 530393 - EPL 2.0 update for platform.text plug-ins - Part 2Y20180822-2200I20180823-0100I20180822-2000Lars Vogel1-3/+6
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller1-77/+78
2015-12-01Bug 478673: remove unused castsMarkus Keller1-3/+3
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller1-176/+91
2012-12-21Fixed typov20121221-081121I20130101-0800I20121225-1600I20121225-0800Dani Megert1-3/+4
2010-10-19JavadocMarkus Keller1-2/+2
2010-08-04Improved Javadoc.Dani Megert1-2/+2
2009-06-15Removed superfluous code.Dani Megert1-1/+1
2009-03-17Adopted IWorkbenchCommandConstants.Dani Megert1-2/+3
2008-09-11Removed trailing whitespace and organized the importsv20080909-ascuDani Megert1-13/+13
2008-08-26Warn about missing description for all standard tags.Dani Megert1-2/+3
2008-05-28final public -> public final.v20080528-2000Dani Megert1-1/+1
2008-05-23Added missing @since 3.4 tag.Dani Megert1-0/+4
2008-02-06Fixed bug 217794: [misc] Provide hint to resolve Resource is out of syncDani Megert1-1/+7
2008-02-06Fixed bug 217794: [misc] Provide hint to resolve Resource is out of syncDani Megert1-1/+7
2007-12-20Fixed bug 142715: [implementation] TextFileDocumentProvider must ensure synch...Dani Megert1-7/+9
2007-11-13Fixed bug 209480: [implementation] StatusTextEditor updateStatusField polls f...Dani Megert1-4/+4
2007-06-20Fixed bug 182086: [api] make FileInfo.fTextFileBufferLocationKind publicDani Megert1-2/+1
2007-05-15Fixed bug 185838: [Parts] CoreExceptions are thrown as PartInitExceptions by ...Dani Megert1-4/+4
2007-04-12Fixed bug 182045: [implementation] TextFileDocumentProvider#disposeFileInfo d...Dani Megert1-6/+16
2007-03-30Fixed bug 180003: [implementation] TextFileDocumentProvider should check for ...Dani Megert1-0/+2
2007-02-22Bug 136328: [implementation] Simplify TextFileDocumentProvider.createFileFrom...Dani Megert1-106/+10
2007-02-22Fixed bug 148057: [misc][api] Allow the construction of an ITextFileBuffer fr...Dani Megert1-21/+30
2007-02-21Fixed bug 164677: [EditorMgmt] can we remove IURIEditorInput?Dani Megert1-1/+1
2007-02-19Fixed bug 99610: [api] add API to file buffers that allows to specify whether...Dani Megert1-1/+1
2007-02-19Fixed bug 99610: [api] add API to file buffers that allows to specify whether...Dani Megert1-10/+20
2007-02-15Fixed bug 174287: [implementation] Adopt FileStoreEditorInputDani Megert1-10/+11
2007-02-15Fixed bug 174276: JavaFileEditorInput will be deletedDani Megert1-4/+6
2006-08-31Switched to use org.eclipse.core.runtime.AssertDani Megert1-1/+1
2006-06-26remove unnecessary null checks, deprecate TextFileDocumentProvider::NullProviderteicher1-2/+3
2006-04-12Fixed bug 74375: [misc] Save as to a location external to the workspaceDani Megert1-0/+40
2006-03-28Updated copyright.Dani Megert1-1/+1
2006-03-08remove unnecessary null checksteicher1-2/+1
2006-02-24Fixed bug 116841: [typing] Need much smart encoding error detection for text ...Dani Megert1-10/+50
2006-01-19Fixed bug 75638: IllegalArgumentException is thrown at revert action of text ...Dani Megert1-1/+1
2006-01-06Added API to setup synchronization.Dani Megert1-0/+26
2005-12-06Fixed 97829: [api] Delegate isNotSynchronizedException() to document providersDani Megert1-2/+20
2005-11-07Fixed Javadoc warningDani Megert1-1/+1
2005-10-12Replaced isReadOnly() with getAttribute(EFS.ATTRIBUTE_READ_ONLY)Dani Megert1-1/+2
2005-10-07Reorganized importsDani Megert1-10/+61
2005-10-06Adopted new Eclipse FS (for details see bug 106176)Dani Megert1-64/+34
2005-06-07 98327 [misc] File not saved on disk after "resave" editor contextteicher1-21/+29
2005-05-22Fixed bug 84903: [implementation] Replace DocumentInputStream with DocumentRe...Dani Megert1-4/+5
2005-04-27Fixed bug 92867: [api] missing @since tag on TextFileDocumentProvider.compute...Dani Megert1-0/+1
2005-04-19Removed trailing whitespace.Dani Megert1-104/+104
2005-04-17Temporary fix for problem with new Eclipse NLS approachDani Megert1-5/+6
2005-03-31Bug 85519 [implementation] saveAs existing file fails - content replaced with...teicher1-1/+5
2005-03-29API cleanupDani Megert1-4/+1

Back to the top