blob: e608be3bd4d21ff88cbaf52ecc790beb427c2e1a [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" href="../../book.css" charset="ISO-8859-1" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Java development overview</title>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
<script type="text/javaScript">
function openRelatedLink(rel) {
var href = '/org.eclipse.dltk.tcl.doc.user/'+rel;
if (self.name=="ContentViewFrame") {
showTopicInContents(href);
window.location = '../../'+rel;
}
else {
window.location = 'http://org.eclipse.ui.intro/showHelpTopic?id='+href;
}
}
</script>
</head>
<body>
<h1>
Tcl development overview</h1>
<p>
The DLTK Tcl/Xotcl project provides the tool plug-ins which implement Tcl IDE supporting Tcl and XOTcl application development. It adds a Tcl project nature and Tcl perspective to the Eclipse Workbench as well as a number of views, editors, wizards, code assistance tools and a builder.</p>
<p>
Try the <a href="javaScript:openRelatedLink('gettingStarted/qs-BasicTutorial.htm')">
Basic tutorial</a> to get a first impression. Discover more in the <a href="javaScript:openRelatedLink('tips/jdt_tips.html')">
Tips and Tricks</a> section.
</p>
</body>
</html>