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

Monday May 29, 2006

Date: Mon, May 29, 2006

Attendees: Mustafa Isik, Scott Lewis, Ward Cunningham

Topic: Mustafa's Google Summer of Code Project and ECF


Mustafa's project is going to focus on a SubEthaEdit-like shared text editor capability for Eclipse, using ECF to provide the underlying communications.

Use of XMPP Provider

XMPP *may* be used as provider for this project, but there are some possible issues with it...e.g. Google Talk's implementation of XMPP currently doesn't support multi-user chat XMPP extension. It only supports IM (currently). This would limit shared editing to 2 participants only. It's not a requirement for Mustafa (or for ECF) that XMPP be used, although Google would obviously want that.

Shared Editing For Eclipse and Eclipse RCP Apps

Project will focus on producing a shared text editor for Eclipse. Will then look to generalize plugins created to run in Eclipse RCP app context.

Project Development Resources

Here's the bug filed about supporting the Google SOC projects with Eclipse Foundation resources: https://bugs.eclipse.org/bugs/show_bug.cgi?id=143583

ECF will also provide access to http://ecf1.osuosl.org CVS server.

Back to the top