changeset 31:030b4c55e6e2

add a post about my Eclipse contribution
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 06 Aug 2014 02:26:19 +0200
parents af7de87037e7
children f3f83d0c6a24 ee16c7218357
files content/Eclipse/hooray-im-eclipse-contributor.md
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/content/Eclipse/hooray-im-eclipse-contributor.md	Wed Aug 06 02:26:19 2014 +0200
@@ -0,0 +1,11 @@
+Title: Hooray I'm Eclipse contributor
+Date: 2014-08-06
+Lang: en
+
+While doing a big refactoring for a customer I stumbled over a missing feature in Eclipse's refactoring dialog: you cannot double-click to expand packages in the dialog that selects the destination when moving classes.
+
+This was a good chance to actually do some hacking in JDT. I was able to add the feature fairly quickly but then I had trouble contributing the fix back to Eclipse. First, I tried [on github](https://github.com/eclipse/eclipse.jdt.ui/pull/5) as the Eclipse source was hosted there. But the pull request kept sitting by itself fairly unnoticed for quite some time.
+
+Then my dear friend [Holger](https://twitter.com/@asynchronaut) brought my attention to a [blog post by Lars Vogel](http://blog.vogella.com/2014/03/27/eclipse-platform-contributors-please-convert-any-patch-you-have-to-a-gerrit-review/) which suggests using Eclipse's Gerrit review platform for contributions.
+
+So I repackaged my fix as a [Gerrit commit](https://git.eclipse.org/r/#/c/24217/). Much to my surprise the contribution got attention by someone at Eclipse. After some time it even made its way back into the main platform. So it seems like I'm an Eclipse contributor now :-)
\ No newline at end of file