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
. 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
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
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
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
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
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
_
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
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
10:15
Subject:Re: [e4-dev] css
Ann,
You are currently abusing the e4 mailing list (which is intended to be used
by
/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
> 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
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
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?
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,
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
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,
t;
> From: Ann Smith <mailto:annsmith.smit...@gmail.com>>
> To: E4 Project developer mailing list <mailt
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>
>&
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
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
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
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
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
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
<>
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
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
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
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
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
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,
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
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.
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
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
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
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
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
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
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
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
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
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
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
(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
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
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
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
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
cc
Subject
02/03/2009 10:06 RE: [e4-dev] CSS + Modelled UI:
PMNeed notion of active
cc
Subject
02/03/2009 09:34 RE: [e4-dev] CSS + Modelled UI:
PMNeed notion of active
;'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
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.
;'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
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
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
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'"
--|
|>
| Subject: |
|>
>------------------|
|Re: [e4-de
...@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
>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://
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
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
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
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
64 matches
Mail list logo