Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Removes training white space in org.eclipse.textLars Vogel1-3/+3
2017-06-21Bug 516535 - Replace StringBuffer with StringBuilder inLars Vogel1-6/+6
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller1-12/+4
2012-10-25Fixed bug 380218: TUR4.2: Regular Expression \C violates the relationv20121025-122133I20121106-0800I20121031-2000I20121031-0800I20121030-2000I20121030-0800I20121029-2000I20121029-0800I20121028-2000Dani Megert1-3/+3
2012-08-07Fixed bug 386751: FindReplaceDoucmentAdapter find() treats '.' asv20120807-151628I20120814-0800I20120812-1736I20120810-1300I20120808-2000I20120808-0800I20120807-2000Dani Megert1-3/+3
2012-01-13Fixed bug 368474: [implementation] Find / Replace; Escape Regularv20120113-1118Dani Megert1-2/+5
2011-12-09Fixed bug 365789: [find/replace] Reverse Incremental Find from veryv20111209-0919Dani Megert1-2/+2
2009-08-06^ and $ need to be escaped everywhere in the patternv20090811-0800Markus Keller1-5/+3
2008-11-19Fixed bug 255708: initial find string should escape with \R, not \r and \nDani Megert1-0/+67
2008-09-11Removed trailing whitespace and organized the importsv20080909-ascuDani Megert1-27/+27
2008-09-04102699: [find/replace] Find/Replace Regex causes a stack overflowMarkus Keller1-30/+34
2008-02-07Fixed bug 217061: [find/replace] define & fix behavior of retain caps with ot...Dani Megert1-0/+1
2008-02-06Fixed bug 217061: [find/replace] define & fix behavior of retain caps with ot...Dani Megert1-21/+53
2008-01-30Fixed bug 217060: [find/replace] retain caps when replacing shows "index out ...Dani Megert1-1/+5
2008-01-29Committed Cagatay's patch to fix bug 28949: [find/replace] retain caps when r...Dani Megert1-7/+26
2007-10-05Formatting.Dani Megert1-2/+2
2007-10-04Fixed bug 130843: [typing] editor in a broken state after find/replaceDani Megert1-1/+1
2007-10-04Fixed bug 130843: [typing] editor in a broken state after find/replaceDani Megert1-1/+9
2007-07-23Fixed bug 44766: [find/replace] Regular expressions cannot match across linesDani Megert1-170/+221
2007-07-15Committed patch from Markus to fix various regex bugs:Dani Megert1-2/+209
2007-05-09Updated copyright date.Dani Megert1-1/+1
2006-08-31Switched to use org.eclipse.core.runtime.AssertDani Megert1-0/+2
2005-06-17Updated copyright date to 2005v20050617-1200Dani Megert1-1/+1
2005-04-19Removed trailing whitespace.Dani Megert1-35/+35
2005-02-25Converted from CPL to EPLDani Megert1-4/+4
2004-11-18code cleanup - getting rid of warningsKai Maetzel1-21/+20
2004-09-30Fixed bug 74993: Problems with FindReplaceDocumentAdapter backwards searchDani Megert1-1/+1
2004-09-07Fixed bug triggered by 73213: Unicode – Search problem with "Case sensitive"...Dani Megert1-1/+1
2004-06-21updated JavadocKai Maetzel1-5/+11
2004-06-07Fixed bug 52888: FindReplaceDocumentAdapter.findReplace() doesn't work right ...Dani Megert1-2/+3
2004-04-23JavadocDani Megert1-5/+0
2004-04-19API cleanupKai Maetzel1-8/+11
2004-04-15Fixed Javadoc and spellingDani Megert1-4/+3
2004-02-24Fixed bug 5288: FindReplaceDocumentAdapter.findReplace() doesn't work right w...Dani Megert1-2/+2
2004-01-19Fixed bug 50162: [javadoc] Javadoc for FindReplaceDocumentAdapter has mistakeDani Megert1-1/+1
2003-11-24Replaced while with for [performance]Dani Megert1-3/+2
2003-11-18Fixed bug 45307: Find dialog cannot match backslashDani Megert1-1/+35
2003-10-20Fixed bug 44991: [find/replace] replace regular expression $ - HangsDani Megert1-1/+1
2003-10-02Fixed bug 44089: Boundary matchers don't work in Find/Replace dialogDani Megert1-0/+4
2003-09-24Fixed bug with backwards replaceDani Megert1-2/+4
2003-09-23RegEx find/replaceDani Megert1-0/+274

    Back to the top