Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] beginner questions about plugins

Hi Philippe,
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=341938



From: Philippe Marschall <philippe.marschall@xxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 05/05/2011 01:29 AM
Subject: [orion-dev] beginner questions about plugins
Sent by: orion-dev-bounces@xxxxxxxxxxx





Hi

I am about the write a syntax highlight plugin (M7 looks awesome BTW)
and have a couple of beginner questions.

A plugin is just an HTML page hosted somewhere embedded as an iframe,
right? So I better make sure that wherever I host it is fine with the
bandwidth because every user will request that page when they log in
to Orion. There's nothing similar to OSGi metadata, license files and
what not. If I have a new version of the plugin I just put up an
updated html file.

Apart from my version of htmlSyntaxHighlight.js and an HTML page that
embeds it what do I need? I guess I need the ../js/plugin.js hosted on
my server? Is the idea that I just copy and paste the file from the
Orion sources? Do I have to update this with every Orion release? Do I
need /openajax/release/all/OpenAjaxManagedHub-all.js as well?

Is there something like Eclipse Marketplace from Orion plugins?
Should/can I host it on the Eclipse Marketplace?

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



Back to the top