Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-11Bug 574139 - URLHyperlinkDetector: scheme:// is not a hyperlinkY20210611-0900I20210611-2000Thomas Wolf1-1/+5
2021-06-10Bug 558656 - URLHyperlinkDetector: exclude trailing periodsI20210610-1850Thomas Wolf1-3/+8
2021-06-10Bug 483858 - Handle URL prefixes in URLHyperlinkDetectorThomas Wolf1-1/+14
2021-06-10Bug 574120 - URLHyperlinkDetector: detect leading stop charactersThomas Wolf1-10/+14
2020-08-06Bug 565208: Remove calls to Color.disposeLars Vogel1-10/+0
2020-04-10Bug 561990 - Remove dependency on icu from platform.textI20200411-0950I20200411-0720I20200411-0510I20200411-0300I20200410-2300I20200410-1800Alexander Kurtakov1-1/+2
2020-01-23Optimize lambdasI20200123-1800Lars Vogel1-1/+1
2020-01-17Use lambdas where possibleY20200120-0020I20200120-0445I20200120-0355I20200120-0115I20200119-2330I20200119-1800I20200118-1800I20200117-1800Lars Vogel1-15/+7
2020-01-15Remove unnecessary array creation for varargs in bundlesI20200116-0930I20200116-0330I20200116-0310I20200115-1800Lars Vogel1-1/+1
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov1-8/+8
2019-02-14Bug 543933 - Build javadocs with Java 11I20190215-0630I20190215-0055I20190214-1800Alexander Kurtakov2-27/+23
2018-08-22Bug 530393 - EPL 2.0 update for platform.text plug-ins - Part 1Lars Vogel15-45/+90
2018-07-18Lambda conversions.Alexander Kurtakov1-7/+2
2018-01-05Bug 529422 - [sonar] Resolve "instanceof will always return true"I20180107-2000I20180106-1500I20180105-2000René Purrio1-8/+7
2017-02-03Bug 511613 - Mark IHyperlinkDetector as functional interfaceLars Vogel1-0/+1
2017-02-03Bug 493304 - Prefer usage of enhanced for loop in eclipse.platform.textLars Vogel1-5/+4
2017-01-11Bug 510313 - Remove unnecessary whitespace from org.eclipse.jface.textY20170112-1300Y20170112-1000I20170116-2000I20170115-2000I20170114-2000I20170113-2000I20170112-2000I20170112-0245I20170112-0200I20170111-2000Lars Vogel5-29/+29
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller2-11/+11
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller6-194/+79
2013-10-27Fixed bug 420057: [block selection] Block selection slower for large selectionsI20131030-0800I20131029-2000Szymon Ptaszkiewicz1-3/+3
2012-08-28Bug 387095: [10.8][navigation] Scroll bars in hover prevent clicking on "Open...v20120828-144843Markus Keller1-1/+7
2012-06-11Bug 26873: [navigation] Should not have to move mouse to get linkv20120611-105932Markus Keller1-15/+6
2012-06-08Bug 26873: [navigation] Should not have to move mouse to get linkMarkus Keller1-12/+28
2011-01-04Bug 333498: [navigation] Multi hyperlink popup should close when another modi...Markus Keller1-1/+2
2010-12-16Fixed bug 332676: [navigation] Hyperlinks broken after showing links while co...Dani Megert1-4/+7
2010-10-19Fixed bug 328069: URL Hyperlinking: handle single-quoted URLs just like doubl...Dani Megert1-9/+10
2010-09-23Removed previous workaround.v20100928-0800Dani Megert1-10/+0
2010-09-15Bug 325223: [navigation] Multi-Hyperlink popup: Command+click deselects inste...v20100915-1300Markus Keller1-0/+10
2010-09-10Bug 324008: [hovering] Hyperlink popup list is missing a border on the left (...v20100912-2000Markus Keller1-11/+46
2010-07-30Added missing @since tag.v20100730-0800Dani Megert1-2/+3
2010-07-30Moved extension interface from DHP to MHP.Dani Megert2-11/+2
2010-07-29JavadocMarkus Keller1-0/+1
2010-07-29Javadoc tweak.Dani Megert1-7/+4
2010-07-29Committed Raksha's patch to fix bug 78522: [navigation] All Ctrl+Click link t...Dani Megert5-42/+151
2010-06-17Bug 277862: [navigate] Show hand pointer for single-click tables and treesMarkus Keller1-0/+5
2010-05-10Bug 311725: Eclipse hangs when clicking on the open type/implementation hoverv20100511-0800Markus Keller1-1/+4
2010-03-02Added @see tags.Dani Megert1-1/+2
2010-03-02Added API so we can fix bug 78522 in M7.Dani Megert1-1/+27
2009-07-17Use dialog font in information control.v20090728-0800Dani Megert1-0/+2
2009-03-20Fixed bug 267672: [navigation] Clicking on hyperlink while popup is open shou...v20090324-0800Dani Megert1-2/+26
2009-03-09Fixed bug 267368: [navigation] Open Implementation hyperlink should not open ...Dani Megert1-1/+30
2009-03-09Added getOffsetForCursorLocation() to JFaceTextUtil.Dani Megert1-29/+3
2008-12-31copyright updatesDani Megert4-4/+4
2008-11-18Use new SWT hyperlink style.v20081118-0800Dani Megert1-55/+74
2008-10-16Reverted change made by rev 1.14: the calls are still needed for Linux-GTK.Dani Megert1-0/+2
2008-10-10use Display.getSystemCursor(..) instead of creating and disposing cursorsMarkus Keller1-16/+1
2008-09-11Removed trailing whitespace and organized the importsv20080909-ascuDani Megert10-148/+148
2008-08-29removed calls to fTable.get*Bar().setVisible(false);v20080902-0800Markus Keller1-2/+0
2008-08-26Warn about missing description for all standard tags.Dani Megert3-10/+10
2008-08-16Fixed bug 234750: [implementation] org.eclipse.ui.internal.editors.text.URLHy...Dani Megert1-1/+0

Back to the top