what does the command description in the output file mean? [message #658039] |
Sat, 05 March 2011 06:34  |
Eclipse User |
|
|
|
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] |
Mon, 25 April 2011 23:26  |
Eclipse User |
|
|
|
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).
>
|
|
|
Powered by
FUDForum. Page generated in 0.03579 seconds