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 "SWT/Devel"

< SWT
(Workflow)
Line 13: Line 13:
  
 
[[SWT/Devel/commitmessage | SWT git commit message ]]
 
[[SWT/Devel/commitmessage | SWT git commit message ]]
 +
 +
= Style =
 +
 +
For coding style/git practices, please see [[SWT/Devel/Style | the SWT style guidelines.]]

Revision as of 14:20, 21 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.

SWT Triage Process

SWT git commit message

Style

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

Back to the top