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 "JDT Core Programmer Guide/suggestions"

(JDT Core Programmer's guide suggestions)
 
m (Suggestions for https://wiki.eclipse.org/index.php?title=JDT_Core_Programmer_Guide/)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= Suggestions for  https://wiki.eclipse.org/index.php?title=JDT_Core_Programmer_Guide/ =
+
= Suggestions for  [[JDT Core Programmer Guide]] =
 
== Suggestions ==
 
== Suggestions ==
 
These are just suggestions and no need to accept; Even if accepted no time period for completion.
 
These are just suggestions and no need to accept; Even if accepted no time period for completion.
Line 11: Line 11:
 
         | Decision
 
         | Decision
 
         |-
 
         |-
         |[https://wiki.eclipse.org/index.php?title=JDT_Core_Programmer_Guide JDT_Core_Programmer_Guide]
+
         |[[JDT Core Programmer Guide]]
 
         | Moving this documentation to jdt.core git version control
 
         | Moving this documentation to jdt.core git version control
 
         | Easier to control, review and can be tracked via bugs if required
 
         | Easier to control, review and can be tracked via bugs if required
         | Writing may become more cumbersome
+
         | MP: Writing may become more cumbersome
 +
SH: I'm comfortable with the wiki, it has version control, too.<br>
 +
SH: The equivalent of bugs is: the Discussion Page (aka talk)
 
         |  
 
         |  
 
         |-
 
         |-
         |[https://wiki.eclipse.org/index.php?title=JDT_Core_Programmer_Guide JDT_Core_Programmer_Guide]
+
         |[[JDT Core Programmer Guide]]
 
         | Pointers to be added to get sources
 
         | Pointers to be added to get sources
 
         | So that this is the one stop for contributing to JDT Core
 
         | So that this is the one stop for contributing to JDT Core
         |
+
         | I already see this under "Overview":<br> *The [[JDT Core Committer FAQ#Coding|Coding]] section covers getting the code from git and getting it to compile in your workspace<br>Not enough?
 
         |  
 
         |  
 
|}</div>
 
|}</div>

Latest revision as of 17:05, 11 July 2020

Suggestions for JDT Core Programmer Guide

Suggestions

These are just suggestions and no need to accept; Even if accepted no time period for completion.

Page Suggestion Rationale Remarks Decision
JDT Core Programmer Guide Moving this documentation to jdt.core git version control Easier to control, review and can be tracked via bugs if required MP: Writing may become more cumbersome

SH: I'm comfortable with the wiki, it has version control, too.
SH: The equivalent of bugs is: the Discussion Page (aka talk)

JDT Core Programmer Guide Pointers to be added to get sources So that this is the one stop for contributing to JDT Core I already see this under "Overview":
*The Coding section covers getting the code from git and getting it to compile in your workspace
Not enough?

Back to the top