Re: [platform-dev] SWT Accessibility Documentation

2023-03-29 Thread Eric Williams
Hi Thomas, On 3/29/23 11:24, Thomas Singer wrote: That's what I've tried, but the spoken text still is taken from the TreeItem instead of my listener. Is this on GTK? Eric ___ platform-dev mailing list platform-dev@eclipse.org To unsubscribe

[platform-dev] Saying Goodbye To SWT

2019-12-16 Thread Eric Williams
Hello everyone, I have some rather bittersweet news to share: as of this Wednesday I will no longer be working on the Eclipse/SWT team at Red Hat. I haven't left the company, but I will be moving to a new group where I'll be working on Eclipse Che (specifically Che plugins). SWT was my

Re: [platform-dev] 4.15 milestones in Bugzilla

2019-11-08 Thread Eric Williams
On 11/8/19 11:47 AM, Daniel Megert wrote: Hi Eric I will do it on Monday. Thanks! Enjoy the weekend. Eric ___ platform-dev mailing list platform-dev@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this

[platform-dev] SWT Development Tools Repository

2019-10-31 Thread Eric Williams
. It isn't really feasible to put these in the main SWT repository (hosted at Eclipse.org), so I've made a small GitLab repository. Feel free to submit PR's for anything you'd want included. https://gitlab.com/ericwill/swt-development-tools Thanks, -- Eric Williams Software Engineer - Eclipse

Re: [platform-dev] Eclipse on Linux

2019-10-17 Thread Eric Williams
, but I strongly recommend 3.22.30 or 3.24.x. Earlier versions of GTK3 were unstable and had bugs which we are not currently working around [1] in SWT, unless they are present in 3.22/3.24. 1: Patches are welcome, of course. Thanks, -- Eric Williams Software Engineer - Eclipse/SWT Team Red

Re: [platform-dev] Is anybody monitoring new bug reports and forum posts?

2019-08-23 Thread Eric Williams
there, it will likely come from me, so rather pointless to redirect people there. This was really helpful, thanks! I'm going to integrate this into my workflow, especially now that I know I can see the incoming posts via Thunderbird. -- Eric Williams Software Engineer - Eclipse/SWT Team Red Hat

Re: [platform-dev] Forums

2019-08-22 Thread Eric Williams
On 8/22/19 4:30 PM, Mickael Istria wrote: On Thu, Aug 22, 2019 at 8:27 PM Eric Williams <mailto:ericw...@redhat.com>> wrote: Are the forums active these days? I'm wondering if it makes sense to still allow posts there, or if we should direct all questions onto mailing lis

Re: [platform-dev] Preparing SWT native code for building from a shell?

2019-07-08 Thread Eric Williams
s, Torkild U. Resheim Sadly I don't have an answer for you -- a colleague of mine looked into it awhile ago and wasn't able to find an answer. If you do find out, please post to the list as it would greatly improve my workflow as well! Thanks, -- Eric Williams Soft

Re: [platform-dev] [SWT] Input method switching

2019-06-25 Thread Eric Williams
On Tue, Jun 25, 2019 at 4:46 PM Nikita Nemkin wrote: > On Wed, Jun 26, 2019 at 12:03 AM Eric Williams > wrote: > >> My question: is this a thing on Windows and Mac? AFAICT it's not API, it >> seems to be a platform implementation detail. >> > > Windows and ma

[platform-dev] [SWT] Input method switching

2019-06-25 Thread Eric Williams
it seems to be a platform implementation detail. Thanks, -- Eric Williams Software Engineer - Eclipse/SWT Team Red Hat ___ platform-dev mailing list platform-dev@eclipse.org To change your delivery options, retrieve your password, or unsubs

Re: [platform-dev] [SWT] Bugzilla etiquette question

2019-06-18 Thread Eric Williams
default assignee/project inbox email. For example if you wanted SWT updates you'd add platform-swt-in...@eclipse.org as a user to watch. -- Eric Williams Software Engineer - Eclipse/SWT Team Red Hat ___ platform-dev mailing list platform-dev@eclipse.or

[platform-dev] Shell.print() on Windows/Mac

2019-06-11 Thread Eric Williams
of the API, and it would be nice if we could have it implemented on all 3 platforms. Thanks, -- Eric Williams Software Engineer - Eclipse/SWT Team Red Hat ___ platform-dev mailing list platform-dev@eclipse.org To change your delivery options, retrieve your

[platform-dev] SWT Gerrits failing

2019-03-28 Thread Eric Williams
Hello, There seems to be some sort of issue with the Gerrit jobs failing (since yesterday it seems). I've opened bug 545892. Thanks, -- Eric Williams Software Engineer - Eclipse/SWT Team Red Hat ___ platform-dev mailing list platform-dev

Re: [platform-dev] GTK3: prevent table header from getting focus

2019-03-21 Thread Eric Williams
On 3/18/19 12:19 PM, Thomas Singer wrote: A table or tree is just 1 control (the table and tree) and clicking a column header just changes the sorting, but the focus never is changed (I'm not yet sure, but clicking the column header in a unfocused table or tree also might make the table or

Re: [platform-dev] 32-bit code cleanup

2019-03-21 Thread Eric Williams
On 3/14/19 9:24 AM, Eric Williams wrote: Hello everyone, There are a number of 32-bit cleanup items still left to be completed. Some of these involve removing the long /*int*/ casts in the SWT source code, as well as tidying up any 32-bit cases in the build scripts, etc. We dropped 32-bit

Re: [platform-dev] GTK3: prevent table header from getting focus

2019-03-18 Thread Eric Williams
On 3/15/19 6:04 AM, Thomas Singer wrote: Hello, I've noticed that clicking a table header on CentOS 7.6 (GTK 3.22.30) will put the focus on this header cell. Setting the environment variable GTK_DEBUG to "interactive" and then launching our application reveals that in GTK3 table controls

Re: [platform-dev] 32-bit code cleanup

2019-03-14 Thread Eric Williams
On 3/14/19 9:57 AM, Nikita Nemkin wrote: SWT WebKit support on Windows is 32-bit only, is it going away too? I can't speak for the Windows side of things, on the Linux side we stopped producing 32-bit builds but the 32-bit code is there, just not maintained. Maybe this is the same on

[platform-dev] 32-bit code cleanup

2019-03-14 Thread Eric Williams
to have these around anymore. If anyone has any objections, please voice them now. Thanks, -- Eric Williams Software Engineer - Eclipse/SWT Team Red Hat ___ platform-dev mailing list platform-dev@eclipse.org To change your delivery options, retrieve your

Re: [platform-dev] Regressions in 4.12

2019-03-12 Thread Eric Williams
On 3/12/19 5:52 AM, Andrey Loskutov wrote: Hi all, master is open, everyone starts to push changes and tests start to fail. This is "usual" but it makes really no fun for me to keep the tests green by hunting after each new fail and bisecting who changed what and to which bug the fail

Re: [platform-dev] SWT-GTK theme support

2019-02-22 Thread Eric Williams
and use a completely different theme all together and ignore the user's system theme entirely. -- Eric Williams Software Engineer - Eclipse/SWT Team Red Hat ___ platform-dev mailing list platform-dev@eclipse.org To change your delivery options, retrieve

Re: [platform-dev] SWT-GTK theme support

2019-02-22 Thread Eric Williams
On 2/22/19 8:50 AM, Mike Wilson wrote: I'm not averse to there being an "Eclipse" theme, but experience has shown that it takes significant investment to create/maintain GTK themes. Even if we were just repackaging an existing one, there would be significant testing overhead, since including a

Re: [platform-dev] Eclipse editor and StyledText selection events

2019-02-14 Thread Eric Williams
Yeah it's also the cause of: https://bugs.eclipse.org/bugs/show_bug.cgi?id=424983 Eric On 2/14/19 10:24 AM, Mickael Istria wrote: This could very well be the cause of https://bugs.eclipse.org/bugs/show_bug.cgi?id=541415 ___ platform-dev mailing

[platform-dev] Eclipse editor and StyledText selection events

2019-02-14 Thread Eric Williams
editor is not doing that. Thoughts? -- Eric Williams Software Engineer - Eclipse/SWT Team Red Hat ___ platform-dev mailing list platform-dev@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https

Re: [platform-dev] Linux: handle problematic GTK3 themes

2019-01-07 Thread Eric Williams
On 1/7/19 10:29 AM, Thomas Singer wrote: Hi Eric, On 07/01/2019 16:21, Eric Williams wrote: Hi Thomas, On 1/7/19 4:30 AM, Thomas Singer wrote: Hello, It looks like some GTK themes cause more problems on Linux than others, e.g. we have a couple of problems with Mint-X on Linux Mate 17.1

Re: [platform-dev] Linux: handle problematic GTK3 themes

2019-01-07 Thread Eric Williams
sues in SWT, you can feed some GTK CSS to SWT via the org.eclipse.swt.internal.gtk.cssFile property. SWT will load the CSS in this file at startup. I believe bug 527729 had some discussion on this matter. MfG, -- Eric Williams Software Engineer

Re: [platform-dev] 4.11 milestone tags in Bugzilla

2018-12-11 Thread Eric Williams
Okay, no problem! Eric On 12/11/18 12:04 PM, Daniel Megert wrote: I was on it, but there's _Bug 542677_ <https://bugs.eclipse.org/542677>: Can't Edt Bugzilla Data Dani From: Eric Williams To: platform-dev@eclipse.org Date: 11.12.2018 17:56 Subject: [platform-dev] 4.11 mileston

[platform-dev] SWT-GTK3 bugs for 4.9

2018-05-30 Thread Eric Williams
, -- Eric Williams Software Engineer - Eclipse/SWT Team Red Hat ___ platform-dev mailing list platform-dev@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo

Re: [platform-dev] Nomination of Alexander Kurtakov as Eclipse Platform lead

2017-10-13 Thread Eric Williams
+1! Eric On 10/13/2017 10:14 AM, Lars Vogel wrote: Friends of the Eclipse Platform, we all know Alex as he is all over the Eclipse top-level project code. He is currently the most active committer of the platform project, see https://projects.eclipse.org/projects/eclipse.platform/who He is