Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-28Bug 552475 - applyHighlights(): Guard against null annotation modelI20191105-0025I20191104-1800I20191103-1800I20191102-1800I20191101-1800I20191101-0300I20191031-1800I20191031-1325I20191030-1800I20191030-0010I20191029-1800I20191028-1800Karsten Thoms1-10/+14
2019-10-28Bug 552134: org.eclipse.rcp misses dependenciesMatthias Becker1-0/+3
2019-10-25Delete unused method in test helper methodI20191027-1800I20191026-1800I20191025-1805Lars Vogel1-6/+0
2019-10-25org.eclipse.core.filebuffers.tests are not APILars Vogel1-1/+1
2019-10-25Use StringBuilder in FileBuffersForLinkFiles testLars Vogel2-1/+8
2019-10-24Bug 552379 - Reduce default weight/alpha of whitespace charactersI20191024-1800Mickael Istria1-1/+1
2019-10-22Bug 552326 - NPE in non-UI ThreadI20191023-1810I20191022-1800Mickael Istria2-12/+24
2019-10-22Bug 552069 - Clarify "File Changed" dialogI20191022-0405Pierre-Yves B.1-2/+3
2019-10-17Bug 537617 - Minimap should appear in editor's 'Show In' context menuI20191020-1800Nitin Dahyabhai2-1/+30
2019-10-14Bug 551922 - Allow QuickAssistAssistant to be reinvoked by defaultI20191019-1800I20191018-1800I20191018-0720I20191016-1800I20191015-1800I20191014-1800Andrew Obuchowicz1-0/+1
2019-10-14Bug 551970 - Quick Test Search directly in Find Actions/Ctrl+3Mickael Istria6-2/+131
2019-10-14Bug 551570 - Compose IContextInformationValidatorMickael Istria2-6/+51
2019-10-11Move away of deprecated FontMetrics.getAverageCharWidthI20191013-1800I20191012-1800I20191011-1800Alexander Kurtakov1-3/+2
2019-10-11Move away of deprecated AbstractUIPlugin.getWorkbench.Alexander Kurtakov1-4/+2
2019-10-11Remove not actually thrown exception.Alexander Kurtakov1-1/+1
2019-10-11Move away of deprecated StringBufferInputStreamAlexander Kurtakov3-4/+5
2019-10-11Remove unnecessary NON-NLS.Alexander Kurtakov1-2/+2
2019-10-11Bug 552021 - Replace Navigator with Project Explorer in Show InAlexander Kurtakov1-2/+2
2019-10-11Bug 483846 - [typing] Spaces only mode: backspace key to remove manyAlexander Kurtakov1-0/+3
2019-10-09Bug 551570 - Two org.eclipse.ui.genericeditor.tests.ContextInfoTestS4_14_0_M1I20191009-1800I20191009-0600Andrey Loskutov1-6/+21
2019-10-09Bug 551570 - Two org.eclipse.ui.genericeditor.tests.ContextInfoTestAndrey Loskutov1-2/+2
2019-10-04Bug 551781 - Change TextUtilities.nextDelimiter return typeI20191009-0300I20191008-1800I20191008-0600I20191007-1800I20191007-0625I20191007-0430I20191006-1800Paul Pazderski5-39/+44
2019-10-02Bug 551387 - Cursor position in status line: not enough spaceI20191006-0600I20191003-1800I20191002-1800Andrey Loskutov1-1/+1
2019-10-02Bug 550486 - Text editor status line shows selection size even afterAndrey Loskutov1-1/+1
2019-10-01Bug 551666 - [Quick Search][Win32] Wrong selection if dialog isPaul Pazderski1-8/+8
2019-09-26Bug 551320 - Fix missing line numbers on GTK with static scrollbarsI20191002-0100I20191001-1800I20190930-1800Thomas Wolf1-15/+40
2019-09-25Bug 551438 - Fix files that have ended up with CRLF in the gitI20190929-1800I20190928-1800I20190928-0515I20190928-0205I20190928-0000I20190927-1800I20190927-1530I20190927-0255I20190927-0225I20190927-0145I20190926-1800I20190926-0625Ed Merks10-528/+528
2019-09-24Bug 551341 - Remove work-around for blurry line numbers on Mac HiDPII20190924-1800Thomas Wolf5-147/+8
2019-09-20Bug 551320 - LineNumberRulerColumn: fix overdrawn line numbersI20190923-1800I20190923-0615I20190922-1800I20190921-1800I20190920-1800Thomas Wolf1-18/+27
2019-09-20Bug 544448 - [Test] Add extension point for quickAssistantProcessorsMickael Istria1-1/+2
2019-09-20Bug 544448 - Genericeditor tests: wrong classname in plugin.xmlPaul Pazderski1-1/+1
2019-09-20Bug 549663 - Eclipse Quick Text Search: Scroll in Preview WindowPaul Pazderski1-3/+3
2019-09-20Bug 550920 - Recompute proposals if some cannot be filtered outBoykoAlex3-15/+603
2019-09-19Bug 544448 - Add extension point for quickAssistantProcessorsI20190919-1800Andrew Obuchowicz10-10/+374
2019-09-19Bug 366471 - Speed up line number drawingThomas Wolf1-60/+112
2019-09-19Bug 550057 - [Quicksearch] missing mnemonicsMickael Istria2-3/+3
2019-09-18Bug 551180 - Debug Shell can't evaluate/inspect anymoreI20190919-0850I20190918-1800Andrey Loskutov1-7/+0
2019-09-17Bug 483846 - [typing] Spaces only mode: backspace key to remove manyI20190918-0300I20190917-1800Mateusz Matela18-24/+317
2019-09-17Bug 549663 - Eclipse Quick Text Search: Scroll in Preview WindowAlexander Kurtakov1-2/+0
2019-09-16Convert to lambda or member referenceCarsten Hammer3-22/+3
2019-09-16Bug 549663 - Eclipse Quick Text Search: Scroll in Preview WindowI20190916-1800Paul Pazderski1-4/+6
2019-09-16Remove unnecessary type specificationsCarsten Hammer10-12/+12
2019-09-16toString() on arrayCarsten Hammer1-1/+1
2019-09-16Bug 551070 - Use multicatch blocks if possibleLars Vogel6-16/+6
2019-09-16[Quicksearch] Simplify line number calculationMichael Keppler1-11/+4
2019-09-16Bug 547683 - Add non-UI Thread access to last known selectionMickael Istria14-14/+320
2019-09-15Bug 550350 - Improve performance of annotation ruler paint methodI20190915-1800Paul Pazderski1-56/+52
2019-09-15Bug 550288 - [Quicksearch] Dialog shows "Searching..." even when therePaul Pazderski4-3/+14
2019-09-13Hashcode used on arrayI20190914-1800Carsten Hammer1-1/+1
2019-09-13Bug 550995 - Enable API check for new bundles introduced in 4.13I20190913-1800Mickael Istria1-4/+0

Back to the top