Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Fixes for bug 483340: ListenerList should be parameterizedMarkus Keller1-6/+4
2015-12-06remove @SuppressWarnings("unchecked") to satisfy SDK buildMarkus Keller1-1/+0
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller37-376/+370
2015-12-01Bug 478673: remove unused castsMarkus Keller4-7/+7
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller63-192/+361
2015-09-28Fixed bug 478554: Text Search should be enabled even if file name patterns is...I20150929-0800Dani Megert1-3/+3
2015-09-11Renamed "Binary resources" to "Binary files"I20150922-0800I20150916-2000I20150916-0800I20150915-2000I20150915-0800I20150914-2000I20150914-1545I20150914-1130I20150914-0800I20150913-2000Dani Megert1-1/+1
2015-09-11Fixed bug 475602: No way to search for text with * in text files onlyDani Megert4-15/+52
2015-07-31Fixed bug 465070: TextSearchVisitor.processFile method relies on undocumented...Dani Megert1-10/+2
2015-07-30Bug 470244 - Replace new Boolean with Boolean.valueOfAlex Blewitt1-2/+3
2015-07-27Fixed bug 228974: No easy way to search for text in binary filesI20150728-0800Dani Megert1-1/+1
2015-03-18Fixed bug 448863 (part 2): [Search] Refresh on Access ignored during text searchI20150318-0800Dani Megert1-4/+13
2015-03-17Fixed bug 448863: [Search] Refresh on Access ignored during text searchI20150317-2000I20150317-1130I20150317-0800Dani Megert1-3/+11
2015-03-10Bug 441016 comment 25: removed no-op Math.round(..)I20150316-2000I20150316-0800I20150315-2000I20150311-1300Markus Keller1-1/+1
2015-01-29Bug 458704 - Fix failing FileSearchTestI20150203-1300I20150129-1830Terry Parker2-2/+10
2015-01-23Bug 441016 - Speed up text search by parallelizingI20150128-2000I20150128-0900I20150127-2000I20150127-0900I20150126-2000I20150126-0930I20150126-0800I20150125-2000Terry Parker2-104/+262
2014-10-31Fixed bug 448863: [Search] Refresh on Access ignored during text searchI20141118-0830I20141118-0800I20141111-0830I20141111-0800I20141104-0800Dani Megert1-1/+9
2014-02-26Fixed bug 429154: CopyToClipboardAction throws ClassCastExceptionI20140303-1130I20140303-0800I20140302-2000I20140227-1100I20140227-0900I20140226-1700I20140226-1200Dani Megert1-3/+16
2013-03-12Fixed bug 402009: Whole word API and UI should not allow to be true if regex ...Christian Walther2-9/+11
2013-03-12Fixed bug 403040: NPE on clicking the 'Search' tool buttonDani Megert1-6/+11
2013-03-12Bug 33710: Open Search dialog with previous page instead of using the current...I20130312-1000I20130312-0800Markus Keller1-9/+10
2013-03-11Polished fix for bug 33710: Open Search dialog with previous page instead of ...I20130311-2000Dani Megert1-17/+19
2013-03-11Fixed bug 33710: Open Search dialog with previous page instead of using the c...Marco Descher3-1/+35
2013-03-01Improved Javadocv20130301-085518I20130311-0800I20130310-2000I20130309-1500I20130308-2000I20130307-2000I20130306-2330I20130306-2000I20130306-1518I20130306-1318I20130306-1033I20130306-1014I20130306-0836I20130306-0045I20130305-2300I20130305-2000I20130305-1718I20130305-1653I20130305-1032I20130305-0912I20130305-0800I20130304-2000I20130303-2000I20130302-1500I20130301-2000Dani Megert1-3/+3
2013-02-28Fixed bug 399094: Add "whole word" option to file searchv20130228-141832I20130228-2000Christian Walther4-19/+66
2012-10-25Fixed bug 380218: TUR4.2: Regular Expression \C violates the relationv20121025-122133I20121106-0800I20121031-2000I20121031-0800I20121030-2000I20121030-0800I20121029-2000I20121029-0800I20121028-2000Dani Megert1-4/+4
2012-04-27Fixed bug 346889: Document File Name Pattern Exclusionv20120427-1130Dani Megert1-3/+3
2012-01-27Fixed bug 369844: Potential NPEsv20120127-1415Dani Megert1-4/+4
2011-05-05Bug 343821: Replacing text does not update search matches for files that link...v20110505-0800Markus Keller1-21/+60
2011-04-15Fixed bug 342932: replace does not replace all matches found in same fileDani Megert1-6/+9
2011-03-18Fixed bug 320533: Replacing text in a set of files should only modify each ph...v20110322-0800Dani Megert1-4/+24
2011-03-18Removed useless skipFiltered flag.Dani Megert4-26/+17
2011-02-01Fixed bug 108247: 'Selected resources' scope disabled but 'Enclosing projects...Dani Megert3-13/+77
2011-01-04Removed superflous code.Dani Megert1-2/+1
2011-01-03workaround for bug 111440: [ltk][refactoring] preview page should sort/struct...v20110104-0800Markus Keller1-8/+19
2010-11-22Deprecated method from old search.v20101123-0800Dani Megert1-1/+3
2010-11-08Fixed bug 329533: Keywords is not highlighted in the "search view"Dani Megert1-3/+4
2010-11-01Fixed bug 328541: File Search dialog should fall back to previous search if (...Dani Megert1-1/+1
2010-10-25Removed unused variables.v20101025-1300Dani Megert2-5/+5
2010-10-20Fixed bug 328207: Use standard refresh icon in Search ViewDani Megert1-2/+3
2010-10-12reverted Bug 324385: [search] Double-click in Search results pages should alw...Markus Keller1-5/+0
2010-09-03Bug 324385: [search] Double-click in Search results pages should always toggl...v20100907-0800Markus Keller1-0/+5
2010-06-14use API from Bug 105914: Add recursive isDerived convenience methodMarkus Keller1-13/+2
2010-05-02Fixed bug 311148: SearchPageDescriptor#computeScore(Object) should test alter...Dani Megert1-6/+8
2010-04-19Fixed bug 309659: "0 matches in empty scope" when previous scope was "Selecte...v20100423-0800v20100420-0800Dani Megert2-5/+7
2010-03-23Fixed bug 306763: [BiDi] Copy element labels from a view should not contain B...Dani Megert1-1/+4
2010-03-16Fixed bug 305896: 'Show In' does not work if line match is selectedDani Megert1-0/+35
2010-02-24Don't sort the history.Dani Megert1-6/+4
2010-02-24Fixed wrong remembering of file extension history.Dani Megert1-9/+54
2010-02-19Removed ':' from "see: http".Dani Megert1-2/+2

Back to the top