Bug 371076 - [plan] Add a "Convert to Lua project" action
Summary: [plan] Add a "Convert to Lua project" action
Status: RESOLVED FIXED
Alias: None
Product: LDT
Classification: Tools
Component: LuaDevelopmentTools (show other bugs)
Version: 1.2.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P1 enhancement
Target Milestone: 1.3M1   Edit
Assignee: Simon Bernard CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-09 08:32 EST by Benjamin Cabé CLA
Modified: 2014-12-10 08:58 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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