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
m
(Common)
Line 15: Line 15:
 
== Using Gerrit ==
 
== Using Gerrit ==
 
Gerrit is used to review your patches. For further information, please see [[SWT/Devel/Gerrit]]
 
Gerrit is used to review your patches. For further information, please see [[SWT/Devel/Gerrit]]
 +
 +
== Eclipse and mylyn ==
 +
 +
Nice Video tutorials:
 +
* Mylyn overview: [https://www.youtube.com/watch?v=2wp32Ow_OmE Youtube : Mylyn Overview]
 +
* Mylyn, doing code reviews on gerrit [https://youtu.be/gq5w6HAr_CE?t=2589 Youtube - Code review inside Eclipse with gerrit]
 +
  Note, you need to install the 'Gerrit' connector inside mylyn.

Revision as of 15:48, 20 July 2015

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

SWT Platforms

SWT on Gtk development

Please see SWT/Devel/Gtk

SWT on Win32 development

 ... to be added some day.

SWT on Cocoa development

 ... to be added some day.

Common

Using Gerrit

Gerrit is used to review your patches. For further information, please see SWT/Devel/Gerrit

Eclipse and mylyn

Nice Video tutorials:

 Note, you need to install the 'Gerrit' connector inside mylyn.

Back to the top