Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Is there a Call Hierarchy participant similar to IQueryParticipant for search?
  • From: "Milles, Eric (TR Tech, Content & Ops)" <eric.milles@xxxxxxxxxxxxxxxxxx>
  • Date: Thu, 16 Apr 2020 17:42:16 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=thomsonreuters.com; dmarc=pass action=none header.from=thomsonreuters.com; dkim=pass header.d=thomsonreuters.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Y2OQSpTirh0y1CLh1LNTypnFs7UQta1NafXL0j8XZkk=; b=cOzTXABA0Q3eaxWQ7vy2Zn4Qp4dkfFBbNdQhvRxsfk6zKztNQEOtsDip0uhfKxQ4cOJemjntKRHnpxv0JQa8T3qx0vFmvQBGNkm5WN0HEU0sqsGtEaPHVBmh4oGiZfaBOJ+71aqDrmsr2o9QzdZL/4NH/TdanUwv3CjpFHu9S7kMfYAh/McV5xaSp3zIpFzwIG8ORAW+RRTM8Ib05GTla4SQSeWqsV5ozM7bXDJ/VhAxJH7Ghar53W0HnhbyINjAAJGO7smCvUcLbgT4Nxce2N8lNSi+i9DxIiRaMi5imiwRVWCKHjqyg7mZk7T4p8r84tbPiPvTfB7JLe0HAAi3sg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Nep6ADkZDUrU99camaVBzyy1pKv5pNU98WSm91jpEp+hWQOYAm6iwRiJPvo7B8A2Wa5kqXqMc3WL5QzReJX6uqCRLLN+nX99yos1hu4szEtGdUabHyhQ7VFjHNlSDB0NVNPzciqIujt7st+Plbi5ixx2TVoJ/070touhoo6OgZij1F+m239Fwoayw4WgAArhzaNS6A4wtuwbhyFMwVVl9YB+HxeIASwsKzAbQ4cXbWE/cZzJniQBsndcEw0ERDbpw8FvjCOJr9uUPwLNaHf1xXMHW5u4mFCIKr9OfP18CJ9+40l/In1VWhuq68EEe/MSwGS3hq80KdKE8Z3AQiSylw==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdYUFZsMDkKRdDclSDydv20a61TMxw==
  • Thread-topic: Is there a Call Hierarchy participant similar to IQueryParticipant for search?

When JDT searches for declarations (Ctrl+G) or for references (Ctrl+Shift+G) of a Java element, I can register a participant to add matches (org.eclipse.jdt.ui.search.IQueryParticipant).  Similarly for a renaming refactor I can register a participant to find additional candidates for rename (org.eclipse.ltk.core.refactoring.participants.RenameParticipant).

 

Is there an interface for enhancing Call Hierarchy (Ctrl+Alt+H) of a Java element?  I am finding that the elements contributed by the IQueryParticipant and RenameParticipant are missing from the Call Hierarchy view.

This e-mail is for the sole use of the intended recipient and contains information that may be privileged and/or confidential. If you are not an intended recipient, please notify the sender by return e-mail and delete this e-mail and any attachments. Certain required legal entity disclosures can be accessed on our website: https://www.thomsonreuters.com/en/resources/disclosures.html

Back to the top