Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/TechTalk"

m
Line 7: Line 7:
 
   * Naive Subwords Completion
 
   * Naive Subwords Completion
 
   * DON'T install  JDT Callchain Completion ! Another, not JDT based engine is bundled with the Intelligent Code Completion feature.
 
   * DON'T install  JDT Callchain Completion ! Another, not JDT based engine is bundled with the Intelligent Code Completion feature.
* [http://vandyk.st.informatik.tu-darmstadt.de/updates/students/th/andreas-android/org.eclipse.recommenders.udc.repository/target/site/ Code Recommenders - Usage Data Collector]
+
* [http://vandyk.st.informatik.tu-darmstadt.de/updates/students/th/andreas-android/org.eclipse.recommenders.udc.repository/target/site/ Code Recommenders - Usage Data Collector] (Snapshot)
 
   * Usage Data Collector Client (NOT server)
 
   * Usage Data Collector Client (NOT server)
 +
 +
* [http://vandyk.st.informatik.tu-darmstadt.de/files/demo-workspace.zip Demo Workspace]
 +
  * Download zip archive
 +
  * In Eclipse choose File->Import->Existing Projects into Workspace and select the zip file. Import both projects to your workspace
 +
  * The Android project requires to have an installed [http://developer.android.com/sdk/index.html Android SDK] and the corresponding [https://dl-ssl.google.com/android/eclipse/ eclipse ADT plugin].

Revision as of 09:54, 18 August 2011

Install the following plug-ins from these update sites:

 * Intelligent Code Completion
 * Codesearch Client
 * Extdoc Client
 * Naive Subwords Completion
 * DON'T install  JDT Callchain Completion ! Another, not JDT based engine is bundled with the Intelligent Code Completion feature.
 * Usage Data Collector Client (NOT server)
 * Download zip archive
 * In Eclipse choose File->Import->Existing Projects into Workspace and select the zip file. Import both projects to your workspace
 * The Android project requires to have an installed Android SDK and the corresponding eclipse ADT plugin.

Back to the top