Re: [e4-dev] CSS only in E4 now?

2020-11-26 Thread Mike Wilson
I re-opened the issue.   McQ.   - Original message -From: Werner Keil Sent by: e4-dev-boun...@eclipse.orgTo: E4 Project developer mailing list Cc:Subject: [EXTERNAL] Re: [e4-dev] CSS only in E4 now?Date: Thu, Nov 26, 2020 1:09 PM  Looks like this exact Problem was filed 2 years

Re: [e4-dev] CSS only in E4 now?

2020-11-26 Thread Werner Keil
. November 2020 15:19 An: E4 Project developer mailing list Betreff: Re: [e4-dev] CSS only in E4 now? On Thu, Nov 26, 2020 at 1:26 PM Werner Keil wrote: Ok, then I’ll do that, any idea which is the best component, platform, e4, etc. in Bugzilla? Platform UI is the best candidate. We should actually

Re: [e4-dev] CSS only in E4 now?

2020-11-26 Thread Mickael Istria
On Thu, Nov 26, 2020 at 1:26 PM Werner Keil wrote: > Ok, then I’ll do that, any idea which is the best component, platform, e4, > etc. in Bugzilla? > Platform UI is the best candidate. We should actually consider dropping the e4 component and the e4 mailing-list to replace them by regular platfo

Re: [e4-dev] CSS only in E4 now?

2020-11-26 Thread Werner Keil
be fixed for Eclipse 2020-06 (4.16) as well or only the newest versions? Gesendet von Mail für Windows 10 Von: Mickael Istria Gesendet: Donnerstag, 26. November 2020 13:22 An: E4 Project developer mailing list Betreff: Re: [e4-dev] CSS only in E4 now? On Thu, Nov 26, 2020 at 1:01 PM Werner Keil

Re: [e4-dev] CSS only in E4 now?

2020-11-26 Thread Mickael Istria
On Thu, Nov 26, 2020 at 1:01 PM Werner Keil wrote: > Hi, > > > > Thanks for the quick Reply. > > I even found a way to make the CSS work in an existing app, but while > setting > > .MPartStack > > { > > *swt*-*maximize*-visible: false; > > *swt*-*minimize*-visible: false; > > } > > > > ha

Re: [e4-dev] CSS only in E4 now?

2020-11-26 Thread Werner Keil
An: E4 Project developer mailing list Betreff: Re: [e4-dev] CSS only in E4 now? Hi, Please look in platform code (including plugin.xml) for the consumers of swt-maximize-visible, that should lead you to the right operation to programmatically avoid drawing those items. You'll then figur

Re: [e4-dev] CSS only in E4 now?

2020-11-23 Thread Mickael Istria
Hi, Please look in platform code (including plugin.xml) for the consumers of swt-maximize-visible, that should lead you to the right operation to programmatically avoid drawing those items. You'll then figure out whether this programmatic way can be applied to your case. HTH _

[e4-dev] CSS only in E4 now?

2020-11-23 Thread Werner Keil
Hi, I know this list seems very low-traffic, so not sure, if it still has enough active participants, but as I found a thread about E4, E3 and CSS here (https://www.eclipse.org/lists/e4-dev/msg02893.html) let me try. I help a customer update an existing E3 RCP application to Eclipse 2020, when

Re: [e4-dev] css

2011-08-16 Thread Bogdan Gheorghe
to be able to get content assist working. (Bug 354785) Regards, B From: Nitin Dahyabhai To: E4 Project developer mailing list Date: 08/15/2011 07:32 PM Subject: Re: [e4-dev] css Sent by: e4-dev-boun...@eclipse.org Is that a definitive list? At one point we were trying to build a metamod

Re: [e4-dev] css

2011-08-16 Thread Mike Wilson
10:15 Subject:Re: [e4-dev] css Ann, You are currently abusing the e4 mailing list (which is intended to be used by

Re: [e4-dev] css

2011-08-16 Thread Mike Wilson
/16 04:24 Subject: Re: [e4-dev] css Thanks Bogdan. I am still a little confused, my application is a GUI created in version 4 and I have been using stack layouts called through c

Re: [e4-dev] css

2011-08-16 Thread Ann Smith
> Bogdan > > > > > From: > Ann Smith > To: > E4 Project developer mailing list > Date: 08/15/2011 02:01 PM Subject: Re: [e4-dev] css Sent by: > e4-dev-boun...@eclipse.org > -- > > > > yes I was actually under the opin

Re: [e4-dev] css

2011-08-15 Thread Tom Schindl
Am 16.08.11 03:50, schrieb Bogdan Gheorghe: > Hi Tom - > > Your observations are right on - there needs to be a better distinction > made between our "custom" CSS syntax and the standard selectors. I'm all > for refactoring the custom property names - I've opened > https://bugs.eclipse.org/bugs/sh

Re: [e4-dev] css

2011-08-15 Thread Bogdan Gheorghe
list Date: 08/15/2011 02:01 PM Subject: Re: [e4-dev] css Sent by: e4-dev-boun...@eclipse.org yes I was actually under the opinion that it would support all CSS properties but I understand now from your response. To use the CTabFolder would I need to install new software into my eclipse v4?

Re: [e4-dev] css

2011-08-15 Thread Bogdan Gheorghe
hould be alright. I've seen legit examples of combing a class id with an id selector: This Should Be Red #one.two { color: red; } From: Tom Schindl To: E4 Project developer mailing list Date: 08/15/2011 01:51 PM Subject: Re: [e4-dev] css Sent by: e4-dev-boun...@eclipse.org Hi Ann,

Re: [e4-dev] css

2011-08-15 Thread Nitin Dahyabhai
ional From: Bogdan Gheorghe To: E4 Project developer mailing list Date: 08/15/2011 11:19 AM Subject:Re: [e4-dev] css Sent by:e4-dev-boun...@eclipse.org Hi Ann - Currently it is mainly css2 support with a number of custom properties for CTabFolder. You can find these

Re: [e4-dev] css

2011-08-15 Thread Ann Smith
t; Hi Ann - > > > > Currently it is mainly css2 support with a number of custom > > properties for CTabFolder. You can find these here: > > _http://wiki.eclipse.org/E4/CSS/SWT_Mapping_ > > > > Regards,

Re: [e4-dev] css

2011-08-15 Thread Tom Schindl
t; > From: Ann Smith <mailto:annsmith.smit...@gmail.com>> > To: E4 Project developer mailing list <mailt

Re: [e4-dev] css

2011-08-15 Thread Ann Smith
rghe wrote: >> >>> Hi Ann - >>> >>> Currently it is mainly css2 support with a number of custom properties >>> for CTabFolder. You can find these here: * >>> http://wiki.eclipse.org/E4/CSS/SWT_Mapping*<http://wiki.eclipse.org/E4/CSS/SWT_Mapping> >&

Re: [e4-dev] css

2011-08-15 Thread Angelo zerr
e: * >> http://wiki.eclipse.org/E4/CSS/SWT_Mapping*<http://wiki.eclipse.org/E4/CSS/SWT_Mapping> >> >> Regards, >> B >> >> >> From: Ann Smith To: E4 Project developer >> mailing list Date: 08/12/2011 04:43 AM Subject: [e4-dev] >> css Sent b

Re: [e4-dev] css

2011-08-15 Thread Ann Smith
of custom properties for > CTabFolder. You can find these here: * > http://wiki.eclipse.org/E4/CSS/SWT_Mapping*<http://wiki.eclipse.org/E4/CSS/SWT_Mapping> > > Regards, > B > > > From: Ann Smith To: E4 Project developer > mailing list Date: 08/12/2011 04:43 AM Su

Re: [e4-dev] css

2011-08-15 Thread Bogdan Gheorghe
Hi Ann - Currently it is mainly css2 support with a number of custom properties for CTabFolder. You can find these here: http://wiki.eclipse.org/E4/CSS/SWT_Mapping Regards, B From: Ann Smith To: E4 Project developer mailing list Date: 08/12/2011 04:43 AM Subject: [e4-dev] css Sent by: e4

[e4-dev] css

2011-08-12 Thread Ann Smith
Hi, Just wondering does e4 support css3 if using a stand alone GUI? or is it only css2? Ann. ___ e4-dev mailing list e4-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/e4-dev

Re: [e4-dev] CSS Question

2011-03-28 Thread Bogdan Gheorghe
Hi Thomas - The padding added to the client area of a CTabItem is currently fixed, but I've filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=341173 to add this functionality. Regards, Bogdan From: Thomas Kratz To: e4-dev Date: 03/27/2011 06:44 AM Subject: [e4-dev] CSS Question

[e4-dev] CSS Question

2011-03-27 Thread Thomas Kratz
Hi again, I use lots of UI Forms in my app, and I find that there is a quite large margin/padding in my views (see attached snapshot with many pixels between the view border and the form heading). Can I change this through css ? Best would be if I have no padding at all. Regards Thomas <>

Re: [e4-dev] CSS Editor & Contact Demo

2010-07-18 Thread Angelo zerr
2010/7/18 Tom Schindl : > Hi, > > Ok - I got you. Still you need an editor also working at design time. > Ideally the editor can work in both modes like e.g. my model editor for > the workbench model does. Yes you understand my idea. I was great if the CSS editor will support the 2 modes. > > Tom

Re: [e4-dev] CSS Editor & Contact Demo

2010-07-18 Thread Tom Schindl
Hi, Ok - I got you. Still you need an editor also working at design time. Ideally the editor can work in both modes like e.g. my model editor for the workbench model does. Tom Am 18.07.10 17:11, schrieb Angelo zerr: > Hi Tom, > > Thank a lot for your answer. I believe that myy idea about CSS Ed

Re: [e4-dev] CSS Editor & Contact Demo

2010-07-18 Thread Angelo zerr
Hi Tom, Thank a lot for your answer. I believe that myy idea about CSS Editor is not the same than you. Indead my CSS Editor idea is to manage CSS stylesheet for an UI instance (and not for a metadata UI). Imagine you have an UI instance with SWT Text with an id 'MyId'. The autocompletion will sho

Re: [e4-dev] CSS Editor & Contact Demo

2010-07-18 Thread Tom Schindl
Hi, Providing an E4-CSS-Editor is a very important thing and something we should target in the next release cycle. IMHO the current problem with CSS is that there's no formal definition which Attributes one can set. My proposal would be to use xText to write an e4-CSS-Editor (I've been thinking

[e4-dev] CSS Editor & Contact Demo

2010-07-18 Thread Angelo zerr
Hi, I don't know if it's planned but I think it should be very cool if E4 will provide a CSS Editor to manage CSS stylesheet content for the UI. I think it should be cool if Contact Demo could add/edit new CSS stylesheet. The user edit the CSS stylesheet, and the CSS editor provides autompletion w

Re: [e4-dev] CSS and e4.0 and e3.6

2010-04-20 Thread Bogdan Gheorghe
the bug. Thanks, B From: Tom Schindl To: E4 Project developer mailing list Date: 04/19/2010 01:57 PM Subject: Re: [e4-dev] CSS and e4.0 and e3.6 Sent by: e4-dev-boun...@eclipse.org Would it be easier to bring in the bundle into CVS? Tom Am 18.04.10 16:17, schrieb Tom Schindl: > Hi,

Re: [e4-dev] CSS and e4.0 and e3.6

2010-04-19 Thread Tom Schindl
Would it be easier to bring in the bundle into CVS? Tom Am 18.04.10 16:17, schrieb Tom Schindl: > Hi, > > My model editor is written in a way that it runs inside: > * Eclipse 3.6 > * Eclipse 4.0 - on compat layer > * Eclipse 4.0 - without compat layer > > The main problem I have with this curre

[e4-dev] CSS and e4.0 and e3.6

2010-04-18 Thread Tom Schindl
Hi, My model editor is written in a way that it runs inside: * Eclipse 3.6 * Eclipse 4.0 - on compat layer * Eclipse 4.0 - without compat layer The main problem I have with this currently (with the sources in CVS) is not DI nor the Model stuff but CSS because my whole editor is themed using CSS.

Re: [e4-dev] CSS to SWT mapping

2009-11-23 Thread Angelo zerr
Hi Sven, At first you write Text { background : #FF; } and not Text { back-ground : #FF; } but I understand your idea. When I have started to create CSS engine I have though about your idea, but i have decided to to follow W3C CSS, because : * W3C CSS is knowed by a lot of WEB

[e4-dev] CSS to SWT mapping

2009-11-23 Thread Sven Efftinge
Hi, I just had a look at the CSS part in e4 and came across the mapping between CSS and SWT (http://wiki.eclipse.org/E4/CSS/SWT_Mapping). I'd like to suggest to remove that indirection. If we instead had a general function to map between CSS properties and the corresponding setters in the w

Re: [e4-dev] CSS and the contacts demo - I20091119-1450

2009-11-19 Thread Bogdan Gheorghe
I gave this build a try and it looked good to me. Thanks, B From: Paul Webster To: E4 Project developer mailing list Date: 11/19/2009 02:58 PM Subject: [e4-dev] CSS and the contacts demo - I20091119-1450 Sent by: e4-dev-boun...@eclipse.org The 14:50 build will contain a change to the

[e4-dev] CSS and the contacts demo - I20091119-1450

2009-11-19 Thread Paul Webster
The 14:50 build will contain a change to the contacts demo to use the new SWT API that aids CSS. ex: shell.reskin(SWT.ALL); This will only work correctly if you pick up the e4 SDK builds starting with I20091119-1450 (which contains a modified version of the v3620a SWT jars). This is not availabl

Re: [e4-dev] CSS image loading

2009-06-10 Thread Kevin McGuire
Thanks for the ideas Tom. Some thoughts below. So that we have some bundle based resource lookup for 0.9, I think I'm going to submit the code I have now. If we get ambitious we can add/change for 0.9, although I suspect we'll want to put more thought into it than we have runway left for so

Re: [e4-dev] CSS image loading

2009-06-09 Thread Tom Schindl
Hi Kevin, We need to think about all this url stuff so that we can plugin resolvers for other URIs and we should support. file:/ http:/ platform:/ theme:/ Out of the box but allow customers to register their own protocol and lookup at least that's what I have done in UFaceKit. Automatically pre

[e4-dev] CSS image loading

2009-06-09 Thread Kevin McGuire
I'm working on adding the ability to load resources (images) in CSS. I'm posting this here because it affects the properties config for the modelled UI based apps and thought folks might want to know about the changes. Previously, resource lookup only worked for java apps but not in the OSGi

Re: [e4-dev] CSS now supports gradients

2009-05-28 Thread Kevin McGuire
oach of re-interpreting the value list. Kevin Patrick Mueller Sent by: e4-dev-boun...@eclipse.org 05/28/2009 04:16 PM Please respond to E4 Project developer mailing list To E4 Project developer mailing list cc Subject Re: [e4-dev] CSS now supports gradients WebKit now supports gradients as w

Re: [e4-dev] CSS now supports gradients

2009-05-28 Thread Tom Schindl
Just for reference Qt is using the following: -8<- background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.0 #ff, stop: 0.5 #00ff00, stop: 1.0 #ff); -8<- Tom Patrick Mueller schrieb: > WebKit now supports gradients as well: > > http://webkit

Re: [e4-dev] CSS now supports gradients

2009-05-28 Thread Patrick Mueller
WebKit now supports gradients as well: http://webkit.org/blog/175/introducing-css-gradients/ Some of the WebKit devs are also w3c css standards authors, so if you had to bet on a syntax that will likely be standard some day ... On May 27, 2009, at 7:49 PM, Kevin McGuire wrote: The

Re: [e4-dev] CSS Engine and CSS3 SAC Parser with FreeCC?

2009-04-06 Thread Kevin McGuire
Please respond to E4 Project developer mailing list To E4 Project developer mailing list cc Subject Re: [e4-dev] CSS Engine and CSS3 SAC Parser with FreeCC? On Mon, Mar 23, 2009 at 9:18 PM, Mathias Schäffner wrote: > Hi, > > I think it's a great idea having a new CSS Parser

[e4-dev] CSS relationship to e4 workbench

2009-04-06 Thread Kevin McGuire
(Was titled: "[e4-dev] API for Workbench Model" in response to Kai's question but realized the topic was larger, especially see #1 below) > I want to enhance my contacts demo to dynamically create menu items for all styles in a given directory. > Right now there is no Java API for that. Any tho

Re: [e4-dev] CSS Engine and CSS3 SAC Parser with FreeCC?

2009-04-03 Thread Mathias Schäffner
Hi, Jonathan it's great that you focus on handling error messages properly within your parser. In the case of CSS let me mention another issue. There can be color values in CSS, for example like #ff or rgb(255,0,0) or 'red'. But when I parse a CSS file, it only returns me something like R=255

Re: [e4-dev] CSS Engine and CSS3 SAC Parser with FreeCC?

2009-04-01 Thread Jonathan Revusky
On Mon, Mar 23, 2009 at 9:18 PM, Mathias Schäffner wrote: > Hi, > > I think it's a great idea having a new CSS Parser, so that we don't > depend on the Batik implementation anymore. > Would be easier to maintain it and to implement new features that we > would like to have because of some Eclipse

[e4-dev] CSS Engine and CSS3 SAC Parser with FreeCC?

2009-03-23 Thread Mathias Schäffner
Hi, I think it's a great idea having a new CSS Parser, so that we don't depend on the Batik implementation anymore. Would be easier to maintain it and to implement new features that we would like to have because of some Eclipse projects that use a CSS parser. CSS3 is a great step forward. But I'm

[e4-dev] CSS Engine and CSS3 SAC Parser with FreeCC?

2009-02-05 Thread Angelo zerr
Hi, Today we have several SAC Parser implementation available (Batik, Flute,...). E4 CSS engine is today based on Batik SAC implementation, I think for IP reason. Problem is that SAC Parser implementation manage only CSS2, not CSS3. You can find CSS3 features at http://www.w3.org/TR/css3-selector

RE: [e4-dev] CSS + Modelled UI: Need notion of active part

2009-02-03 Thread Boris Bokowski
cc Subject 02/03/2009 10:06 RE: [e4-dev] CSS + Modelled UI: PMNeed notion of active

RE: [e4-dev] CSS + Modelled UI: Need notion of active part

2009-02-03 Thread Boris Bokowski
cc Subject 02/03/2009 09:34 RE: [e4-dev] CSS + Modelled UI: PMNeed notion of active

RE: [e4-dev] CSS + Modelled UI: Need notion of active part

2009-02-03 Thread Kevin McGuire
;'E4 Project developer mailing list'" cc Subject RE: [e4-dev] CSS + Modelled UI: Need notion of active part I just sync with CVS. I have a problem with e4 demo. When I select a project or an image, the image doesn’t show up, . Yves YANG Soyatec - Eclipse OutSourcing & XA

RE: [e4-dev] CSS + Modelled UI: Need notion of active part

2009-02-03 Thread Yves YANG
Fax: +33 9 58 07 06 67 _ From: e4-dev-boun...@eclipse.org [mailto:e4-dev-boun...@eclipse.org] On Behalf Of Kevin McGuire Sent: Wednesday, February 04, 2009 12:34 AM To: E4 Project developer mailing list Subject: RE: [e4-dev] CSS + Modelled UI: Need notion of active part Excellent.

RE: [e4-dev] CSS + Modelled UI: Need notion of active part

2009-02-03 Thread Kevin McGuire
;'E4 Project developer mailing list'" cc Subject RE: [e4-dev] CSS + Modelled UI: Need notion of active part >That'd be a great demo to see at EclipseCon, it's a good idea. Will you have time to work on such a demo? Yes, I have started working on e4 pho

RE: [e4-dev] CSS + Modelled UI: Need notion of active part

2009-02-03 Thread Yves YANG
Sent: Tuesday, February 03, 2009 6:34 PM To: E4 Project developer mailing list Subject: RE: [e4-dev] CSS + Modelled UI: Need notion of active part Hi Yves, That'd be a great demo to see at EclipseCon, it's a good idea. Will you have time to work on such a demo? I think the issue

Re: [e4-dev] [CSS] Batik and CSS, org.w3c.css.sac_1.3.0

2009-02-03 Thread Kevin McGuire
Fantastic thanks Anthony! Kevin Anthony Hunter/Ottawa/i...@ibmca Sent by: e4-dev-boun...@eclipse.org 02/03/2009 11:54 AM Please respond to E4 Project developer mailing list To E4 Project developer mailing list cc Subject Re: [e4-dev] [CSS] Batik and CSS, org.w3c.css.sac_1.3.0 Hey

RE: [e4-dev] CSS + Modelled UI: Need notion of active part

2009-02-03 Thread Kevin McGuire
styling (ie. I assume it's the exact same problem for XWT integration). Regards, Kevin "Yves YANG" Sent by: e4-dev-boun...@eclipse.org 02/02/2009 09:55 PM Please respond to E4 Project developer mailing list To "'E4 Project developer mailing list'"

Re: [e4-dev] [CSS] Batik and CSS, org.w3c.css.sac_1.3.0

2009-02-03 Thread Anthony Hunter
--| |> | Subject: | |> >------------------| |Re: [e4-de

Re: [e4-dev] [CSS] Batik and CSS, org.w3c.css.sac_1.3.0

2009-02-03 Thread Kevin McGuire
...@eclipse.org 02/03/2009 09:34 AM Please respond to E4 Project developer mailing list To E4 Project developer mailing list cc Subject [e4-dev] [CSS] Batik and CSS, org.w3c.css.sac_1.3.0 >From Cross Projects Dev: http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg02998

[e4-dev] [CSS] Batik and CSS, org.w3c.css.sac_1.3.0

2009-02-03 Thread Paul Webster
>From Cross Projects Dev: http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg02998.html "If you use the org.w3c.css.sac_1.3.0.qualifier bundle from Orbit, which comprises part of Apache Batik 1.6, then there is an imminent change that you may need to be aware of..." See also https://

RE: [e4-dev] CSS + Modelled UI: Need notion of active part

2009-02-02 Thread Yves YANG
Tel: +33 1 60 13 06 67 Mobile: +33 6 20 74 39 45 Fax: +33 9 58 07 06 67 _ From: e4-dev-boun...@eclipse.org [mailto:e4-dev-boun...@eclipse.org] On Behalf Of Kevin McGuire Sent: Tuesday, February 03, 2009 2:01 AM To: e4-dev@eclipse.org Subject: [e4-dev] CSS + Modelled UI: Need notion

[e4-dev] CSS + Modelled UI: Need notion of active part

2009-02-02 Thread Kevin McGuire
Eric suggested I forward this thread to the list. I think it's an interesting problem because it's about meta information expressed at the level of the workbench (active part), manifest as styling via CSS (as changes in tab colors), and how we should communicate that. Those interested should c

[e4-dev] CSS test project

2008-12-17 Thread Kevin McGuire
The original TK-UI CSS work had test folders for both core and SWT. These were part of the IP review but I didn't commit them into CVS with the rest of the work because the "shape" wasn't the same as how we do things in Eclipse. Specifically, - Tests need to be converted to be junit tests. - E

[e4-dev] CSS project set files, and status

2008-12-17 Thread Kevin McGuire
Hi folks, Here is a project set file for pulling in the e4 CSS work. If you want the junit test as well then add in the middle somewhere: Here's what's known to be working, based on junit tests. When I say "x for Labels" works, it's almost certainly works for other widgets as well, but it