Lua Development Tools

Add this URL to your Eclipse Installation to reach this solution's update site.

2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1)

https://download.eclipse.org/ldt/releases/stable/

Learn more...
Solution Description

Lua Development Tools (LDT) is about providing Lua developers with an IDE providing the user experience developers expect from any other tool dedicated to a static programming language. Like many other dynamic languages, Lua is so flexible that it is hard to analyze enough to provide relevant and powerful tooling. LDT is using Metalua, to analyze Lua source code and provide nice user assistance. LDT is an Open Source tool, licensed under the EPL. Visit Lua Development Tools web page for more information, and make sure you are encouraging the development team by favoriting LDT on the Marketplace!

Categories: Programming Languages

Additional Details

Eclipse Versions: 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Eclipse.org

Development Status: Production/Stable

Date Created: Thursday, November 10, 2011 - 10:56

License: EPL

Date Updated: Tuesday, December 5, 2023 - 05:04

Submitted by: Simon Bernard

Screenshot
Date Ranking Installs Clickthroughs
March 2024 284/651 33 17
February 2024 295/687 44 25
January 2024 302/691 47 44
December 2023 278/671 49 25
November 2023 276/686 61 18
October 2023 282/673 58 30
September 2023 295/663 46 37
August 2023 293/673 44 25
July 2023 328/668 31 31
June 2023 313/669 38 24
May 2023 337/671 35 23
April 2023 329/667 36 40
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Lua Development Tools.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

My eclipse version is:
Version: 2023-06 (4.28.0)
Build id: 20230608-1333

The following error occurs during installation:
Cannot complete the install because one or more required items could not be found.
  Software being installed: Lua Development Tools - Remote Development Support SDK 1.4.2.201804031433 (org.eclipse.ldt.remote.source.feature.group 1.4.2.201804031433)
  Missing requirement: Lua Development Tools Core 1.3.0.201804031433 (org.eclipse.ldt 1.3.0.201804031433) requires 'osgi.bundle; org.eclipse.dltk.core [5.5.0,6.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: Lua Development Tools - Core Feature 1.4.2.201804031433 (org.eclipse.ldt.core.feature.group 1.4.2.201804031433)
    To: org.eclipse.equinox.p2.iu; org.eclipse.ldt [1.3.0.201804031433,1.3.0.201804031433]
  Cannot satisfy dependency:
    From: Lua Development Tools 1.4.2.201804031433 (org.eclipse.ldt.feature.group 1.4.2.201804031433)
    To: org.eclipse.equinox.p2.iu; org.eclipse.ldt.core.feature.group [1.4.2.201804031433,1.4.2.201804031433]
  Cannot satisfy dependency:
    From: Lua Development Tools - Remote Development Support 1.4.2.201804031433 (org.eclipse.ldt.remote.feature.group 1.4.2.201804031433)
    To: org.eclipse.equinox.p2.iu; org.eclipse.ldt.feature.group 0.9.0
  Cannot satisfy dependency:
    From: Lua Development Tools - Remote Development Support SDK 1.4.2.201804031433 (org.eclipse.ldt.remote.source.feature.group 1.4.2.201804031433)
    To: org.eclipse.equinox.p2.iu; org.eclipse.ldt.remote.feature.group [1.4.2.201804031433,1.4.2.201804031433]

In reply to by Martin Jeung

LDT is still working but it is not maintained anymore.
It depends on old version of dtlk. So to make it works you need to also add "update-site" of an old dtlk version repository, e.g : 

http://download.eclipse.org/technology/dltk/updates-dev/5.6/

See : https://gitlab.eclipse.org/eclipse/ldt/ldt/-/issues/2 for more details.