Bug 371076

Summary: [plan] Add a "Convert to Lua project" action
Product: [Tools] LDT Reporter: Benjamin Cabé <contact>
Component: LuaDevelopmentToolsAssignee: Simon Bernard <code>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P1 CC: code, malaperle
Version: 1.2.0   
Target Milestone: 1.3M1   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Benjamin Cabé CLA 2012-02-09 08:32:52 EST
Add a pop-up menu under "Configure..." (org.eclipse.ui.projectConfigure/additions) to convert any project to an LDT project (add the nature, add the builder).
Comment 1 Simon Bernard CLA 2014-09-29 09:38:24 EDT
We need to add :
- the org.eclipse.dltk.core.scriptbuilder builder (.project)
- the org.eclipse.ldt.nature (.project)

Should we create a default .buildpath ?
- how we find default source folder
- how we find execution environment

If we want to use it for migrate koneki LDT project to LDT project:
- change the replace org.eclipse.koneki.ldt by org.eclipse.ldt (.buildpath)
- remove org.eclipse.koneki.ldt.nature ??
- add a link to the migration wiki page :
https://wiki.eclipse.org/LDT/User_Area/Tutorials/MigrateFromKoneki
Comment 2 Simon Bernard CLA 2014-11-06 11:34:19 EST
I start to work on that in a new branch http://git.eclipse.org/c/ldt/org.eclipse.ldt.git/log/?h=bug371076/converttolua

I add the popup menu and manage the nature, builder and buildpath.

Next step, handle the Koneki LDT/ LDT migration.
Comment 3 Simon Bernard CLA 2014-12-10 08:58:37 EST
The koneki migration is now implemented.

Now, we need to write the migration page : 
https://wiki.eclipse.org/LDT/User_Area/Tutorials/MigrateFromKoneki