Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-18Lambda conversions.Alexander Kurtakov1-7/+2
Converting Runnable to lambda and whatever the quick fix picked in the file too. Change-Id: I0cbd8ef4a7cab89dced199b44a5be3b32b6f8195 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-05Bug 529422 - [sonar] Resolve "instanceof will always return true"I20180107-2000I20180106-1500I20180105-2000René Purrio1-8/+7
Change-Id: Ied3aa2abbe2512409101930307d19ffd3ef8e1b9 Signed-off-by: René Purrio <rpurrio@itemis.de>
2017-02-03Bug 511613 - Mark IHyperlinkDetector as functional interfaceLars Vogel1-0/+1
Change-Id: Iad4c8751552297a3c0f81359bb77cb255b3d8ea9 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-02-03Bug 493304 - Prefer usage of enhanced for loop in eclipse.platform.textLars Vogel1-5/+4
repo Part 1 for the org.eclipse.jface.text plug-in Change-Id: Ib037e06e3346e9ce50281bbc11b87bcbb962eb56 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
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
Change-Id: I19139e6aba0aaa20eb06882a4b721298cdfe138b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
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
Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
2012-08-28Bug 387095: [10.8][navigation] Scroll bars in hover prevent clicking on ↵v20120828-144843Markus Keller1-1/+7
"Open Implementation"
2012-06-11Bug 26873: [navigation] Should not have to move mouse to get linkv20120611-105932Markus Keller1-15/+6
behaviour
2012-06-08Bug 26873: [navigation] Should not have to move mouse to get linkMarkus Keller1-12/+28
behaviour
2011-01-04Bug 333498: [navigation] Multi hyperlink popup should close when another ↵Markus Keller1-1/+2
modifier is pressed
2010-12-16Fixed bug 332676: [navigation] Hyperlinks broken after showing links while ↵Dani Megert1-4/+7
content assist proposals are shown
2010-10-19Fixed bug 328069: URL Hyperlinking: handle single-quoted URLs just like ↵Dani Megert1-9/+10
double-quoted URLs
2010-09-23Removed previous workaround.v20100928-0800Dani Megert1-10/+0
2010-09-15Bug 325223: [navigation] Multi-Hyperlink popup: Command+click deselects ↵v20100915-1300Markus Keller1-0/+10
instead of executing link
2010-09-10Bug 324008: [hovering] Hyperlink popup list is missing a border on the left ↵v20100912-2000Markus Keller1-11/+46
(Windows 7)
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 ↵Dani Megert5-42/+151
targets should also be available under one command/action
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 ↵v20090324-0800Dani Megert1-2/+26
should close the popup
2009-03-09Fixed bug 267368: [navigation] Open Implementation hyperlink should not open ↵Dani Megert1-1/+30
type hierarchy on caret location
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
(have been introduced for bug 223965 but have no effects any more)
2008-08-26Warn about missing description for all standard tags.Dani Megert3-10/+10
2008-08-16Fixed bug 234750: [implementation] ↵Dani Megert1-1/+0
org.eclipse.ui.internal.editors.text.URLHyperlink
2008-07-31Fixed bug 234176: [navigation] Multi-hyperlink shell has no scroll barsDani Megert1-2/+10
2008-07-17Fixed compiler warnings.Dani Megert1-25/+28
2008-05-13Added missing @since 3.4 tag.Dani Megert2-8/+12
2008-04-26222549 [navigation] Multi-hyperlink shell at wrong locationv20080427-2000Benno Baumgartner1-1/+1
2008-04-24222549 [navigation] Multi-hyperlink shell at wrong locationBenno Baumgartner1-24/+36
2008-03-26Committed Benno's patch to fix bug 223965: [navigation] multi-hyperlink ui: ↵Dani Megert1-3/+15
does not pick up new hyperlinks if they are above the popup
2008-03-26Fixed bug 223965: [navigation] MultiHyperlink rendered with gray borders on ↵Dani Megert1-6/+10
right and bottom
2008-03-20Fixed bug 222552: [navigation] Multi-hyperlink shell should use editor colorsDani Megert1-4/+17
2008-03-20Fixed Javadoc.Dani Megert1-1/+1
2008-03-19Committed Benno's patch to fix bugsDani Megert5-27/+100
- 222550: [navigation] Multi-hyperlink shell dismissed too fast with link on line below - 222208: [navigation] Should leave link style presentation when going to link list
2008-03-18Listener clean up.Dani Megert1-41/+41
2008-03-15Fixed typo and borders.Dani Megert1-10/+5

Back to the top