Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] E4 CSS engine doesn't works into NO OSGi context.

Hi Bogdan,

Thank a lot for your answer. I think https://bugs.eclipse.org/bugs/show_bug.cgi?id=321486 should be marked as duplicated with https://bugs.eclipse.org/bugs/show_bug.cgi?id=322189

No?

Into the 321486 bug there are an interesting suggestions about "using OSGi fragments".

At end I would liek know if you had time to read my post at http://dev.eclipse.org/mhonarc/lists/e4-dev/msg03647.html

I think ICSSPropertyHandler should be removed to use IPropertyDescriptor.

Regards Angelo

2010/8/9 Bogdan Gheorghe <gheorghe@xxxxxxxxxx>

Hi Angelo -

I think ultimately it would be good to be able to use (and extend) the CSS engine without the OSGI context. For the 4.0 release, I had wanted to add some extensibility to the CSS engine so proceeded forward with extension points but the next release should support both modes. I've raised bug 322189 to track this.

Regards,
Bogdan


From: Angelo zerr <angelo.zerr@xxxxxxxxx>
To: e4-dev@xxxxxxxxxxx
Date: 08/09/2010 03:45 AM
Subject: [e4-dev] E4 CSS engine doesn't works into NO OSGi context.
Sent by: e4-dev-bounces@xxxxxxxxxxx





Hi,

I would like clarify the E4 strategy about CSS engine. CSS engine is
configurable (elementProvider, ICSSPropertyHandler) but today ONLY
with Eclipse Extension Point. This feature is very cool but it means
that CSS engine works ONLY into OSGi context with Equinox. Before that
CSS engine was able to work with a simple Main Java (no OSGi context).
I would like know the E4 strategy about that? IMHO I think iits shame
that CSS engien can works ONLY with OSGi context. Some companies use
SWT without OSGi context and I find it's shame that it can use CSS
engine.

Bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=321486
was reported

about XWT-CSS (I have tried to explain more the problem). If E4
strategy is to use CSS engine only with OSGi context, XWT should
remove the HelloWord sample with Java Main which use CSS engine.

Thank a lot for your answer.

Regards Angelo
_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev



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



Back to the top