Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DLTK"

 
(13 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
__NOEDITSECTION__
 
__NOEDITSECTION__
  
Welcome to our Wiki. This is the Wiki home page for the Dynamic Languages Toolkit project, an Eclipse Technology sub project.
+
Welcome to our Wiki. This is the Wiki home page for the '''Dynamic Languages Toolkit project''', an Eclipse Technology sub project.
  
 
Dynamic Languages Toolkit (DLTK) is a tool for vendors, researchers, and end-users who rely on dynamic languages. DLTK is comprised of a set of extensible frameworks designed to reduce the complexity of building full featured development environments for dynamic languages such as PHP and Perl. Besides a set of frameworks DLTK provides exemplary Tcl, Ruby, and Python development environments ready to use out of the box.
 
Dynamic Languages Toolkit (DLTK) is a tool for vendors, researchers, and end-users who rely on dynamic languages. DLTK is comprised of a set of extensible frameworks designed to reduce the complexity of building full featured development environments for dynamic languages such as PHP and Perl. Besides a set of frameworks DLTK provides exemplary Tcl, Ruby, and Python development environments ready to use out of the box.
Line 16: Line 16:
 
*'''[[DLTK Validators User Guide]]''' - Using DLTK validators - external tools to perform code analysis tasks
 
*'''[[DLTK Validators User Guide]]''' - Using DLTK validators - external tools to perform code analysis tasks
 
*'''[[DLTK Based Projects|Products and Projects built on DLTK]]''' - list of products and projects built on top of DLTK.
 
*'''[[DLTK Based Projects|Products and Projects built on DLTK]]''' - list of products and projects built on top of DLTK.
 +
*'''[[DLTK Ruby RemoteDebugger]]''' - How to start remote ruby debugger
 
|
 
|
 
<h1>Developer Resources</h1>
 
<h1>Developer Resources</h1>
 +
*'''[[DLTK CVS Checkout information]]''' - Checking out DLTK sources information
 
*'''[[DLTK Mini-HOWTO|Mini-HOWTO]]''' - Minimalistic HOWTO answering common questions from IDE implementers  
 
*'''[[DLTK Mini-HOWTO|Mini-HOWTO]]''' - Minimalistic HOWTO answering common questions from IDE implementers  
 
*'''[[DLTK Core Architecture|Core Architecture]]'''
 
*'''[[DLTK Core Architecture|Core Architecture]]'''
 
*'''[[A guide to building a DLTK-based language IDE|Guide to build IDE]]''' - Detailed guilde to build DLTK-based Python IDE
 
*'''[[A guide to building a DLTK-based language IDE|Guide to build IDE]]''' - Detailed guilde to build DLTK-based Python IDE
 
*'''[[Remote API Migration guide]]''' - Migration guilde to build DLTK-based IDEs compatible with RSE Remote projects
 
*'''[[Remote API Migration guide]]''' - Migration guilde to build DLTK-based IDEs compatible with RSE Remote projects
 +
*'''[[DLTK Mini Tutorials|Mini Tutorials]]''' - Here you will find a series of mini tutorials for adding functionality to a DLTK project
 +
*'''[[DLTK Project Builders]]''' - APIs related to building the project in DLTK
 +
*'''[[DLTK Search Architecture]]''' - A small guide to how DLTK search are working
 
|-valign="top"  
 
|-valign="top"  
 
|style="width:50%;"|
 
|style="width:50%;"|
 
<h1>Get Involved</h1>
 
<h1>Get Involved</h1>
 
*'''[[DLTK 0.9 Project Plan]]''' - released in Summer 2007, and a part of [[Europa]]
 
*'''[[DLTK 0.9 Project Plan]]''' - released in Summer 2007, and a part of [[Europa]]
*'''[[DLTK 0.95 Project Plan]]''' - targeted to release in Summer 2008, and going to be a part of [[Ganymede]]
+
*'''[[DLTK 0.95 Project Plan]]''' - released in Summer 2008, and a part of [[Ganymede]]
 +
*'''[[DLTK 1.0 Planning]]''' - released in Summer 2009 as a part of [[Galileo]]
 
*'''[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=DLTK&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Active DLTK Bugs]''' - review and create Bugzilla entries
 
*'''[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=DLTK&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Active DLTK Bugs]''' - review and create Bugzilla entries
 
|
 
|

Latest revision as of 22:24, 20 September 2011


Welcome to our Wiki. This is the Wiki home page for the Dynamic Languages Toolkit project, an Eclipse Technology sub project.

Dynamic Languages Toolkit (DLTK) is a tool for vendors, researchers, and end-users who rely on dynamic languages. DLTK is comprised of a set of extensible frameworks designed to reduce the complexity of building full featured development environments for dynamic languages such as PHP and Perl. Besides a set of frameworks DLTK provides exemplary Tcl, Ruby, and Python development environments ready to use out of the box.

While the main DLTK website contains the bulk of information regarding the project, the type of information more appropriately hosted on a wiki is (or will be) found here, such as: FAQs, tutorials, requirements, discussions, etc.

User Resources

Developer Resources

Get Involved

Project Components

Back to the top