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
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
September 2024 | 251/557 | 14 | 9 |
August 2024 | 267/641 | 44 | 47 |
July 2024 | 283/663 | 39 | 39 |
June 2024 | 285/681 | 46 | 37 |
May 2024 | 301/682 | 40 | 51 |
April 2024 | 271/687 | 57 | 30 |
March 2024 | 286/694 | 56 | 25 |
February 2024 | 295/687 | 44 | 24 |
January 2024 | 302/691 | 47 | 45 |
December 2023 | 278/671 | 49 | 25 |
November 2023 | 276/686 | 61 | 17 |
October 2023 | 282/673 | 58 | 31 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 20
Reviews Add new review
Installation Error
Submitted by Martin Jeung on Mon, 07/03/2023 - 01:21
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]
Solution for missing dltk.core [5.5.0,6.0.0)' bundle
Submitted by Simon Bernard on Tue, 12/05/2023 - 04:51
In reply to Installation Error 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.