Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 23799 Details for
Bug 99695
We need dedicated topics to link from the Welcome's Overview page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
JDT overview page with dynamic related links.
jdt-overview-patch.txt (text/plain), 2.22 KB, created by
Dejan Glozic
on 2005-06-22 19:49:18 EDT
(
hide
)
Description:
JDT overview page with dynamic related links.
Filename:
MIME Type:
Creator:
Dejan Glozic
Created:
2005-06-22 19:49:18 EDT
Size:
2.22 KB
patch
obsolete
>Index: gettingStarted/intro/overview.htm >=================================================================== >RCS file: /home/eclipse/org.eclipse.jdt.doc.user/gettingStarted/intro/overview.htm,v >retrieving revision 1.2 >diff -u -r1.2 overview.htm >--- gettingStarted/intro/overview.htm 22 Jun 2005 17:41:52 -0000 1.2 >+++ gettingStarted/intro/overview.htm 22 Jun 2005 23:40:18 -0000 >@@ -8,6 +8,20 @@ > <title> > Basic tutorial > </title> >+ <script language="JavaScript" src="../../../org.eclipse.help/livehelp.js"> </script> >+ <script type="text/javaScript"> >+ function openRelatedLink(rel) { >+ var href = '/org.eclipse.jdt.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> >+ > </head> > <body> > <h1> >@@ -15,9 +29,9 @@ > <p> > The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of any Java application, including Eclipse plug-ins. It adds a Java project nature and Java perspective to the Eclipse Workbench as well as a number of views, editors, wizards, builders, and code merging and refactoring tools. The JDT project allows Eclipse to be a development environment for itself.</p> > <p> >- Try the <a href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/gettingStarted/qs-BasicTutorial.htm"> >- Basic tutorial</a> to get a first impression. Discover more in the <a href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/tips/jdt_tips.html"> >- Tips and Tricks</a> section and learn about the latest features in <a href="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html"> >+ 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 and learn about the latest features in <a href="javaScript:openRelatedLink('whatsNew/jdt_whatsnew.html')"> > What's new in 3.1</a> > </p> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 99695
:
22938
|
23674
|
23749
| 23799