Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Bug 538024 - Debug Source Display has encountered a problem - Index OutI20180820-2000angelozerr1-3/+39
2018-08-14Bug 536207: Fix the height calculation by using the bottom index.Y20180815-2200I20180816-2000I20180815-2000I20180815-1250I20180814-2000Arne Deutsch1-22/+42
2018-07-24Bug 321410 - [EditorMgmt][navigation] Provide Mini-map of text in editorY20180725-2200I20180725-2000Till Brychcy3-6/+36
2018-07-18Bug 536952 - Avoid QuickDiff re-enabling in DocumentRewriteSessionEventEtienne Reichenbach1-2/+18
2018-06-29Bug 536206 - Improve minimap performance on MacI20180702-2000Till Brychcy1-2/+6
2018-06-22Bug 321410 - [EditorMgmt][navigation] Provide Mini-map of text in editorI20180625-1545angelozerr6-0/+738
2017-12-15Bug 528419 - [CodeMining] Provide extension point for CodeMiningI20171218-2000I20171217-2000I20171216-1500I20171215-2000angelozerr3-0/+335
2017-06-28Bug 516535 - Replace StringBuffer with StringBuilder inLars Vogel1-1/+1
2017-06-13Bug 516535 - Replace StringBuffer with StringBuilder inLars Vogel1-1/+1
2017-01-11Bug 510312 - Replace usage of new Integer(int) with Integer.valueOf() inLars Vogel1-3/+3
2016-07-08Bug 497589 - Remove trailing whitespace fromI20160708-1700Lars Vogel7-41/+41
2016-01-20Fixes for bug 483340: ListenerList should be parameterizedMarkus Keller1-5/+4
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller12-178/+194
2015-12-01Bug 478673: remove unused castsMarkus Keller2-5/+5
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller21-245/+122
2013-01-08Fixed bug 397113: [quick diff] "Delete Added Line" operation fails tov20130108-175952Dani Megert1-3/+25
2011-01-24Fixed typo.v20110124-0100Dani Megert1-4/+4
2010-02-22Updated copyright date.v20100223-0800Dani Megert1-2/+3
2010-02-22Committed Fabio's patch to fix bug 270385: [typing] HippieCompleteAction is s...Dani Megert1-82/+635
2009-10-12Bug 275890 : Share code of "Show Change Ruler Tooltip" and "Show Tooltip Desc...Markus Keller1-0/+165
2009-09-16Fixed bug 245601: The Spelling Preference page says "The select spelling engi...v20090922-0800Dani Megert1-1/+3
2009-03-18Adopted JFace PixelConverter.Dani Megert2-65/+1
2009-03-05work around Bug 245569: Use platform native or reasonable default for Combo's...Markus Keller1-1/+27
2009-02-19Fixed bug 161236: [quick diff] Assertion fail on "Initializing Quick Diff" in...Dani Megert1-1/+1
2009-02-19Fixed bug 249981: [quick diff] Text should use latest RangeDifferencerDani Megert11-1865/+205
2009-02-19Fixed typo.Dani Megert1-2/+2
2008-12-31copyright updatesDani Megert24-24/+24
2008-11-27added hashCode()Markus Keller1-1/+7
2008-11-27implement hashCode()Markus Keller1-1/+5
2008-11-27Avoid dead code warning.Dani Megert1-9/+10
2008-10-22Made GotoLastEditPositionAction API.Dani Megert3-162/+8
2008-09-11Removed trailing whitespace and organized the importsv20080909-ascuDani Megert32-145/+149
2008-08-26Warn about missing description for all standard tags.Dani Megert3-16/+18
2008-08-21Fixed bug 244812: [quick diff] QuickDiff used modifications color in overview...v20080826-0800Dani Megert1-2/+8
2008-07-16Fixed compiler warnings.Dani Megert2-8/+4
2008-07-16Removed unused class.Dani Megert1-58/+0
2008-07-16Fixed compiler warnings.Dani Megert1-1/+1
2008-05-21Fixed bug 232638: [implementation] Shoud not use InvalidRegistryObjectExceptionDani Megert2-19/+16
2007-11-12Use "static final" instead of "final static".v20071113-0800Dani Megert1-8/+8
2007-05-29Updated copyright date.Dani Megert6-6/+17
2007-05-29Updated copyright date.Dani Megert3-4/+4
2007-04-13Fixed bug 178746: [quick diff] Revert action keybindings do not workDani Megert1-12/+17
2007-02-27Fixed bug 44420: [find/replace] Find/Replace Dialog should be resizableDani Megert2-0/+123
2007-01-26Provide public access to descriptors via registry.Dani Megert4-357/+0
2007-01-26Fixed bug 88293: [misc] Extension-Point for HyperlinkDetectorsDani Megert4-0/+357
2006-11-17Spelling support in text editors.Dani Megert3-0/+77
2006-10-20Fixed bug 149633: [implementation] AssertionFailedError in DocumentLineDiffer...v20061024-0800Dani Megert1-8/+0
2006-09-20Fixed bug 157991: [rulers] Typo in invalid ruler column description messagev20060920-1200Dani Megert1-1/+1
2006-09-17Reverted Tom's code since it causes the editor to leak.v20060918-0800Dani Megert1-32/+15
2006-09-15use a scheduling rule instead of Job.join() to avoid concurrent quickdiff ini...teicher1-15/+32

Back to the top