Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] embeddededitor vs minimaleditor

Hi, John. The only doc is currently in the original bug reports. Opened a bug to improve that. [1]

Minimal editor is intended to show bare minimum. No plug-in registry, plugins, commands, services, etc. Also no assumptions regarding js, css, html, no content assist or syntax highlighting, etc.
This gives you the bare editor widget + common keybindings, example of showing problems in the annotation bar, etc.

Embedded editor adds the most common features one would expect if editing js/css/html, including content assist and syntax highlighting. It is still independent of the Orion service model (so, for example, editor plug-ins would not work). The features were chosen based on discussion in this bug [2]. I was assuming you would use embeddededitor.html and then tell me what is missing...

susan

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=346299
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=340926

Inactive hide details for "John J. Barton" ---05/18/2011 08:41:52 AM---In the directory org.eclipse.orion.client"John J. Barton" ---05/18/2011 08:41:52 AM---In the directory org.eclipse.orion.client

From: "John J. Barton" <johnjbarton@xxxxxxxxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 05/18/2011 08:41 AM
Subject: [orion-dev] embeddededitor vs minimaleditor
Sent by: orion-dev-bounces@xxxxxxxxxxx





In the directory
org.eclipse.orion.client/bundles/org.eclipse.orion.client.core/static/examples/

there are two examples, embedded and minimal.

I was expecting one: any docs on what these are?

jjb
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev

GIF image


Back to the top