Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Removes unnecessary @See Javadoc annotations in org.eclipse.text inI20170621-2000Lars Vogel11-144/+0
2017-06-21Bug 516535 - Replace StringBuffer with StringBuilder inLars Vogel5-12/+12
2017-02-03Bug 493304 - Prefer usage of enhanced for loop in eclipse.platform.textLars Vogel6-30/+19
2017-02-02Bug 493306 - Inefficient use of keySet iterator instead of entrySetLars Vogel1-4/+4
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller10-86/+83
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller14-47/+134
2008-12-31copyright updatesDani Megert6-6/+6
2008-09-11Removed trailing whitespace and organized the importsv20080909-ascuDani Megert7-15/+16
2008-07-16Added missing @deprecated tag.Dani Megert1-1/+7
2008-07-16Fixed compiler warnings.Dani Megert2-6/+31
2008-05-13Added API tooling tags.Dani Megert1-1/+3
2008-05-13Added API tooling tags.Dani Megert2-2/+6
2007-05-09Updated copyright date.Dani Megert3-3/+3
2006-09-14javadoc typoteicher1-1/+1
2006-09-14assert the insert text is non-null, similar to ReplaceEditteicher1-0/+3
2006-08-31Switched to use org.eclipse.core.runtime.AssertDani Megert11-11/+21
2006-08-30Fixed bug 130909: [api][text edit] Need API on TextEditGroup to remove editsDani Megert1-0/+22
2006-07-19Fixed bug 151084: TextEdit#toString() should render hierarchyDani Megert4-19/+58
2006-06-08remove unnecessary array creationteicher1-3/+1
2006-05-15corrected HTMLteicher1-3/+1
2006-05-15doc updates and additionsteicher1-0/+30
2006-04-10Fixed bug 135777: [misc] need to adopt ICU4J APIsDani Megert1-1/+1
2006-03-28Updated copyright.Dani Megert18-18/+18
2006-02-02Cleanup.Dani Megert1-28/+28
2006-02-02Cleanup.Dani Megert16-92/+92
2006-01-23Removed "non-Javadoc" from commentDani Megert9-19/+19
2006-01-23Compact assignmentDani Megert13-13/+13
2006-01-20FormattingDani Megert1-1/+1
2005-09-19Fixed bug 108672: [text edits] Exception when applying Convert to enhanced fo...Dani Megert1-3/+5
2005-09-19Clarified contractDani Megert1-0/+4
2005-06-21SpellingDani Megert4-6/+6
2005-06-17Updated copyright date to 2005v20050617-1200Dani Megert22-22/+22
2005-06-17component.xml and API fine-tuningDani Megert1-1/+1
2005-06-14Doc changes and added missing @since 3.1 tagDani Megert4-4/+7
2005-05-09FormattingDani Megert1-8/+9
2005-05-09clarified commentteicher1-1/+5
2005-05-04committed changes by dirk baeumer, see Bug 93634 [text edit] Try to share str...teicher1-0/+9
2005-04-19Removed trailing whitespace.Dani Megert22-564/+564
2005-02-25Converted from CPL to EPLDani Megert23-93/+93
2005-02-02Fixed bug 84104: [implementation] assuption in return order of Collections.bi...Dani Megert1-13/+23
2004-12-23Removed unnecessary modifierDani Megert1-2/+2
2004-11-18code cleanup - getting rid of warningsKai Maetzel1-8/+5
2004-11-02Released Dirk's patch to fix bug 68584: Extracting method shows confusing pre...Dani Megert2-6/+8
2004-11-01fix MultiTextEdit#moveTree() for negative deltasChristof Marti2-1/+19
2004-10-26add moveTree(int) (reviewed with Dirk)v20041026Christof Marti4-6/+19
2004-10-18Introducing hook methods for progress reportingKai Maetzel1-1/+31
2004-10-13Removed check to test if source and target edits belong to the same tree.v200410130800Christof Marti2-0/+4
2004-10-11Applied patch for Dirk (test if same root)Dani Megert8-7/+68
2004-10-07bug #72008 (provided by dbaeumer)Kai Maetzel2-26/+100
2004-06-23Copyright fix - automated changes with releng toolv20040623_1600_post_copyrightDani Megert23-24/+24

Back to the top