Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Recommenders/Attic/New and Noteworthy/0.4"

m
Line 13: Line 13:
 
<br>  
 
<br>  
  
== Usage Data Collector - Share with your community  ==
 
 
[[Image:Recommenders UDC first contact.png]]
 
 
3 days after you installed the UDC plugin or after creating a new workspace, the UDC asks what you want to do with the collected usage data.
 
 
When choosing "Upload Now" or "Upload always" you can select the usage data you want to share.
 
 
<br>
 
 
[[Image:Recommenders UDC wizard libraries.png]]
 
 
First you can select for which libraries you want to share the usage data. E.g. we want to know, how you use the awt Button. But maybe there are company internal libraries you don't want to share the usage data for?
 
 
<br>
 
 
[[Image:Recommenders UDC wizard packages.png]]
 
 
At this point you can select the packages of your local java files, the usage data will be expoted for.
 
 
With the selection as showed above, the usage data of all java classes in the package
 
 
*example
 
*example.hello.world<br>
 
 
will be exported,
 
 
*example.hello
 
 
will be ignored.
 
 
<br>
 
 
[[Image:Recommenders UDC wizard depersonalisation.png]]
 
 
Depersonalisation will remove type names, imports and line numbers from the collected usage data.
 
 
== Changing Preferences  ==
 
 
[[Image:Recommenders UDC preferences sharing.png]]
 
 
On this page you can select several upload settings e.g. if you want du upload the usage data on a regulare base.<br>
 
 
<br>
 
 
[[Image:Recommenders UDC preferences projects.png]]
 
 
<br>
 
 
[[Image:Recommenders UDC preferences libraries.png]]
 
 
<br>
 
 
[[Image:Recommenders UDC preferences packages.png]]
 
 
<br>
 
 
[[Image:Recommenders UDC preferences depersonalisation.png]]
 
  
 
[[Category:Recommenders|New and Noteworthy 0.4]]
 
[[Category:Recommenders|New and Noteworthy 0.4]]

Revision as of 05:25, 3 November 2011

Status

Not released.

Intelligent Overrides Completion

Code Recommenders Overrides Completion now supports completion on nested and anonymous classes:


Recommenders Overrides Completion in Inner Classes.png


Back to the top