Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Regarding clickable labels in eclipse plugin
Regarding clickable labels in eclipse plugin [message #1781884] Wed, 14 February 2018 10:03
Ritika Rawat is currently offline Ritika RawatFriend
Messages: 5
Registered: February 2018
Junior Member
Hello,

I am creating an eclipse plugin using Xtext. I am able to form a customized message.This customized message is displayed on hover. However, this message basically contains the name of the elements already present in the program. For example, consider a sample program:

class A{

public void sayHello(){

}
public void sayHallo(){

}

public void sayBonjour(){

}

}

When I hover over class A, I am able to see the name of methods present in class 'A' .Here these methods are "say Hello", "sayHallo", "sayBonjour". However, I want to make these label clickable so that they can navigate to their declaration in the program i.e. on the hover message if I click on sayHallo it should go to its declaration sayHallo(marked in bold).

Any help will be appreciated. Thanks in advance.
Previous Topic:Computer freeze when I hit "Run As Java Application" on Eclipse
Next Topic:Why is Oxygen so unstable?
Goto Forum:
  


Current Time: Thu Apr 25 00:13:18 GMT 2024

Powered by FUDForum. Page generated in 0.02522 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top