Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPP » what does the command description in the output file mean?
what does the command description in the output file mean? [message #658039] Sat, 05 March 2011 11:34 Go to next message
yoni Missing name is currently offline yoni Missing nameFriend
Messages: 2
Registered: March 2011
Junior Member
Hi,
we are trying to use the output data (CSV file) from the UDC.
We took only the commands that were used by the users and now we have commands(description) that look ,for example, like this:
'org.eclipse.ltk.ui.refactoring.commands.renameResource'.

is there an easy way to know what does this command do?
and how can I get to it in the menus?



(We are building a recommendation system for eclipse so we need it for our user study).
Re: what does the command description in the output file mean? [message #667043 is a reply to message #658039] Tue, 26 April 2011 03:26 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
Sorry for the late response. This tag is the identifier (ID) of the
command. I'm not sure if there's an easy way to sort out the source of
an arbitrary command.

This command is from the org.eclipse.ltk.ui.refactoring bundle; it
corresponds to the rename command in the refactor menu.

You can find the description of the command in the plugin.xml file in
org.eclipse.ltk.ui.refactoring.

HTH,

Wayne

On 03/05/2011 06:34 AM, yoni wrote:
> Hi,
> we are trying to use the output data (CSV file) from the UDC.
> We took only the commands that were used by the users and now we have
> commands(description) that look ,for example, like this:
> 'org.eclipse.ltk.ui.refactoring.commands.renameResource'.
>
> is there an easy way to know what does this command do?
> and how can I get to it in the menus?
>
>
>
> (We are building a recommendation system for eclipse so we need it for
> our user study).
>
Previous Topic:Can't update "Eclipse for RCP and RAP Developers"
Next Topic:Pre Install Application server with EPP?
Goto Forum:
  


Current Time: Tue Mar 19 08:44:44 GMT 2024

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

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

Back to the top