Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SWT/Devel"

< SWT
(Style)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
This page is intended to document the development of SWT itself. E.g compiling native bindings etc.
 
This page is intended to document the development of SWT itself. E.g compiling native bindings etc.
  
== SWT Platforms ==
+
= Platform specific documentation =
 
SWT development varies a lot depending on which platform you're developing on.
 
SWT development varies a lot depending on which platform you're developing on.
  
 
*[[SWT/Devel/Gtk | GTK development]]
 
*[[SWT/Devel/Gtk | GTK development]]
  
== Workflow ==
+
= Workflow =
  
For workflow suggestions/simplification, please see the [[SWT/Devel/Workflow | SWT workflow page.]]
+
For workflow suggestions/simplification, as well as Bugzilla and Gerrit information, please see the [[SWT/Devel/Workflow | SWT workflow page.]]
  
[[SWT/Devel/Triage | SWT Triage Process ]]
+
= Style =
  
[[SWT/Devel/EclipseSetup | SWT Eclipse configuration ]]
+
For coding style/git practices, please see [[SWT/Devel/Style | SWT style guidelines.]]
 
+
[[SWT/Devel/commitmessage | SWT git commit message ]]
+

Latest revision as of 13:32, 22 August 2018

This page is intended to document the development of SWT itself. E.g compiling native bindings etc.

Platform specific documentation

SWT development varies a lot depending on which platform you're developing on.

Workflow

For workflow suggestions/simplification, as well as Bugzilla and Gerrit information, please see the SWT workflow page.

Style

For coding style/git practices, please see SWT style guidelines.

Back to the top