Re: [e4-dev] Executing test cases fails in IDE

2017-04-07 Thread Dirk Fauth
n find out where a given Java file is hosted in a git repository... > - 5.13 How to find a P2 repository at Eclipse using the Repository > Explorer > <https://wiki.eclipse.org/Eclipse_Oomph_Authoring#How_to_find_a_P2_repository_at_Eclipse_using_the_Repository_Explorer> >

Re: [e4-dev] Executing test cases fails in IDE

2017-04-07 Thread Dirk Fauth
many initialization problems... What version of the > resource's bundle are you using? > > On 07.04.2017 16:55, Dirk Fauth wrote: > > Looks like a multi-threading issue. Not sure what introduced that or what > is going wrong. > > - ResourcesPlugin#start(BundleContext) i

Re: [e4-dev] Executing test cases fails in IDE

2017-04-07 Thread Dirk Fauth
ess at what might be wrong... > On 07.04.2017 15:38, Dirk Fauth wrote: > > Yes ... actually I started the test via Right click -> Run as -> JUnit > Plugin Test > > On Fri, Apr 7, 2017 at 2:00 PM, Ed Merks wrote: > >> Dirk, >> >> Have you specified Wor

Re: [e4-dev] Executing test cases fails in IDE

2017-04-07 Thread Dirk Fauth
Yes ... actually I started the test via Right click -> Run as -> JUnit Plugin Test On Fri, Apr 7, 2017 at 2:00 PM, Ed Merks wrote: > Dirk, > > Have you specified Workspace Data in the launcher? > > > On 07.04.2017 11:53, Dirk Fauth wrote: > > Hi, > > I'm

[e4-dev] Executing test cases fails in IDE

2017-04-07 Thread Dirk Fauth
Hi, I'm trying to execute the test cases locally in my current Oxygen IDE, for example the org.eclipse.ui.tests.api.IWorkbenchPageTest. But I get exceptions on starting the tests and I'm not able to solve them. java.lang.ExceptionInInitializerError at org.eclipse.emf.ecore.resource.impl.ResourceS

Re: [e4-dev] Migrate the e4 spies to PDE

2016-06-02 Thread Dirk Fauth
+1 Am 02.06.2016 22:38 schrieb "Olivier Prouvost" : > +100 ! > > > > > Olivier Prouvost > Formation et Expertise Eclipse > > > olivier.prouv...@opcoach.com > http://www.opcoach.com > +33(0)6 28 07 65 64 > OPCoach_Eclipse > Profil linke

Re: [e4-dev] 4.5 M6 Test Days

2015-03-16 Thread Dirk Fauth
5 21:40 schrieb "Lars Vogel" : > Dirk, the build schedule (including the milestone freezes) is planned by > the whole project and not something I decide. > > Best regards, Lars > Am 16.03.2015 21:09 schrieb "Dirk Fauth" : > >> Hi Lars, >> >&g

Re: [e4-dev] 4.5 M6 Test Days

2015-03-16 Thread Dirk Fauth
Hi Lars, da Du quasi einen Code Freeze ausrufst, was ist mit den ausstehenden Patches die seit längerem auf ein Review warten (und auch durchaus relevant sind)? https://git.eclipse.org/r/#/c/42706/ https://git.eclipse.org/r/#/c/41337/ Viele Grüße Dirk Am 16.03.2015 17:56 schrieb "Lars Vogel" :

Re: [e4-dev] Moving e4 tools to a new project?

2014-08-26 Thread Dirk Fauth
+1 For Eclipse users and developers of Eclipse 4 applications it is not understandable why the tooling needs to be installed separately from a different update site. After the move it would be more consistent to our users. On Tue, Aug 26, 2014 at 9:42 PM, Lars Vogel wrote: > Hi, > > I think th

Re: [e4-dev] Kepler => Luna Migration Guide

2014-03-27 Thread Dirk Fauth
Not sure if it is important for a migration guide, but there are changes to the model regarding localization (MLocalizable interface) http://blog.vogella.com/2014/03/14/eclipse-luna-m6-localization-update/ On Thu, Mar 27, 2014 at 11:09 AM, Jonas Helming < jonas.helm...@googlemail.com> wrote: >

Re: [e4-dev] Plan revision for 4.4 M6 for Platform UI

2014-02-18 Thread Dirk Fauth
Hi Paul, looking at the list https://bugs.eclipse.org/bugs/show_bug.cgi?id=428427won't be considered for M6? I just wanted to know, because I plan to give a talk about localization and internationalization in Eclipse 4 with Luna. As it is an API change I assume if it will be not part of M6, it wo

Re: [e4-dev] Modifications to BundleTranslationProvider

2014-02-18 Thread Dirk Fauth
Hi, as I didn't got any response on my mail, I created ticket and contributed via Gerrit. Maybe my explanation wasn't good enough, and code speaks louder than words. :) https://git.eclipse.org/r/#/c/22159/ Curious on any feedback. Greez, Dirk On Mon, Feb 17, 2014 at 11:46 AM,

[e4-dev] Modifications to BundleTranslationProvider

2014-02-17 Thread Dirk Fauth
Hi, on stackoverflow there was a question on how to modify the default behaviour for loading ResourceBundles. The question was how to do that for the application model and the new message extension aswell. http://stackoverflow.com/questions/21776496/eclipse-rcp-getting-resourcebundles-using-custo

Re: [e4-dev] Show / hide a menu according to the perspective

2014-01-20 Thread Dirk Fauth
ench-element* and this service would > > simply set the visible-attribute of the model element. > > > > Tom > > > > On 20.01.14 13:08, Dirk Fauth wrote: > >> @Pawel > >> According to this IMHO it should work: > >> > http://www.vogella.com/t

Re: [e4-dev] Show / hide a menu according to the perspective

2014-01-20 Thread Dirk Fauth
e); > > > > In this code, mmOffers is null, and I think that it is bound to this > > bug : https://bugs.eclipse.org/bugs/show_bug.cgi?id=383403 > > > > I think that I can't change programatically the state of menu. No ? > > > >

Re: [e4-dev] Show / hide a menu according to the perspective

2014-01-20 Thread Dirk Fauth
Hi, this question was asked on the forum a while ago: http://www.eclipse.org/forums/index.php/t/627845/ There is no equivalent for that, as there is no workbenchWindow in e4. You could try to workaround that by providing your own value for the definition which is set by a event listener that re

Re: [e4-dev] Locale changes at runtime - update

2013-12-18 Thread Dirk Fauth
; > >>> - By using DI and make your bean get TranslationService.LOCALE injected > >>> => the new message system Dirk & me introduced does use this and > >>> you'll get an update Message-Instance injected! > >>> > >>> - At

Re: [e4-dev] Locale changes at runtime - update

2013-12-13 Thread Dirk Fauth
Hi, yes, but the patches are for two different projects. So what else should I do? Is there a better way to contribute such things? Greez, Dirk On Fri, Dec 13, 2013 at 10:15 AM, Markus Alexander Kuppe < e4-dev_eclipse@lemmster.de> wrote: > On 12/13/2013 10:08 AM, Dirk Fa

Re: [e4-dev] [Proposal] Locale switching

2013-12-03 Thread Dirk Fauth
sible. But should it be that way or should the model element specify if it is a localizeable label? On Tue, Dec 3, 2013 at 10:55 PM, Tom Schindl wrote: > On 03.12.13 21:41, Dirk Fauth wrote: > > While implementing stuff as suggested some questions came to my mind. > > > > Most

Re: [e4-dev] [Proposal] Locale switching

2013-12-03 Thread Dirk Fauth
on is, should MUILabel extend the new mixin interface, so every MUILabel is automatically MLocalizable for example, or should they be separated? On Mon, Dec 2, 2013 at 4:58 PM, Tom Schindl wrote: > On 02.12.13 16:49, Dirk Fauth wrote: > > Hi, > > > > I worked on the LocaleChange

[e4-dev] TranslationService and Locale in wrong context

2013-12-03 Thread Dirk Fauth
Hi, on implementing the Locale change for the application model I came across something. The current set Locale and the TranslationService are put in the OSGi context. By discussing this fact with Tom Schindl, this is 1. a implementation detail 2. not intended Usually only ExtendedObjectSupplie

Re: [e4-dev] [Proposal] Locale switching

2013-12-02 Thread Dirk Fauth
Perfectly makes sense to me. So the E4Application needs to be modified to put Locale and TranslationService to the application context? Or what is your suggestion? On Mon, Dec 2, 2013 at 9:51 PM, Markus Alexander Kuppe < e4-dev_eclipse@lemmster.de> wrote: > On 12/02/2013 09:43 PM, Tom Schind

Re: [e4-dev] [Proposal] Locale switching

2013-12-02 Thread Dirk Fauth
text. Therefore it does not know about the application context. > And therefore the model only knows about the Locale in the service context. > Does that make sense? > > > On Mon, Dec 2, 2013 at 6:14 PM, Dirk Fauth wrote: > >> My understanding of the model is yet not deep

Re: [e4-dev] [Proposal] Locale switching

2013-12-02 Thread Dirk Fauth
that make sense? On Mon, Dec 2, 2013 at 6:14 PM, Dirk Fauth wrote: > My understanding of the model is yet not deep enough. I guess I need some > more detailed information on how to do this. :-( > Am 02.12.2013 16:58 schrieb "Tom Schindl" : > > On 02.12.13 16:49,

Re: [e4-dev] [Proposal] Locale switching

2013-12-02 Thread Dirk Fauth
Am 02.12.2013 16:52 schrieb "Tom Schindl" : > > On 02.12.13 16:49, Dirk Fauth wrote: > > Hi, > > > > I worked on the LocaleChangeService with feedback from Tom. Several facts: > > > > 1. The LocaleChangeService is not a OSGi service, but will be c

Re: [e4-dev] [Proposal] Locale switching

2013-12-02 Thread Dirk Fauth
My understanding of the model is yet not deep enough. I guess I need some more detailed information on how to do this. :-( Am 02.12.2013 16:58 schrieb "Tom Schindl" : > On 02.12.13 16:49, Dirk Fauth wrote: > > Hi, > > > > I worked on the LocaleChangeService with fee

Re: [e4-dev] [Proposal] Locale switching

2013-12-02 Thread Dirk Fauth
; > > > > > From:Tom Schindl > > To:E4 Project developer mailing list , > > Date:11/19/2013 06:31 PM > > Subject:[e4-dev] [Proposal] Locale switching > > Sent by:e4-dev-boun...@eclipse.org > >

Re: [e4-dev] apitooling (was Re: Mandatory Gerrit usage for the e4 project?)

2013-11-22 Thread Dirk Fauth
pse@lemmster.de> wrote: > On 11/22/2013 11:33 AM, Dirk Fauth wrote: > > > > For example, yesterday I pushed an enhancement for NatTable. Just a > > little thing that improves the groupBy feature. Somebody else told me > > right after that, that it breaks backwards comp

Re: [e4-dev] Mandatory Gerrit usage for the e4 project?

2013-11-22 Thread Dirk Fauth
I'm not yet very familiar with Gerrit. I was just forced to use it to review a contribution for Nebula. Although I still need to learn more on it, I like it. :) About using it as a committer to review your own changes, well I'm not sure if using Gerrit alone will improve that. If I want to commit

[e4-dev] Locale changes at runtime in application model

2013-11-18 Thread Dirk Fauth
Hi, I would like to introduce the feature of Locale changes at runtime to the application model. But I'm not sure how to do that. >From an abstract point of view the model (e.g. MPart) should listen to changes of the Locale in the context and then perform an update of the necessary parts (e.g. la

Re: [e4-dev] Request to upgrade core.services EE to JavaSE-1.6

2013-10-15 Thread Dirk Fauth
Hi Paul, the new message extension is making use of the ResourceBundle.Control for loading resource bundles from various places and adding the possibility to use class based resource bundles. ResourceBundle.Control was introduced in Java 1.6 and makes the life a lot easier dealing with resource bu

Re: [e4-dev] Request to upgrade core.services EE to JavaSE-1.6

2013-10-11 Thread Dirk Fauth
Definitely +1 Even though I'm not a E4 committer, so my opinion seems to be not that important. ;-) On Fri, Oct 11, 2013 at 9:16 PM, Lars Vogel wrote: > +1 > > > 2013/10/11 Tom Schindl > >> Hi, >> >> To move the new message extension to core.services. I'd like to request >> premission to upgr

Re: [e4-dev] Now's the time to figure out what we need in e4

2013-10-10 Thread Dirk Fauth
In terms of reusability and the concept of e4, using MPart for wizard pages might be sufficient. Introducing a new model MWizardPage could lead back to Eclipse 3 if you are not careful. But I also agree with Tom saying that there might be additional attributes. Looking into WizardPage it is for ex

Re: [e4-dev] Eclipse Internationalization with the new message extension and the Eclipse translation pattern

2013-09-04 Thread Dirk Fauth
x)clipse - would like to advertise this way of NLS to > our > > (e4) users. I talked to Dirk and he's no objections moving it to > > efxclipse-runtime where our core bundles only depend on e4-di (no fx > > involved). > > > > Anyone can m

[e4-dev] Eclipse Internationalization with the new message extension and the Eclipse translation pattern

2013-08-12 Thread Dirk Fauth
e and stable. We also blogged about it. http://blog.vogella.com/2013/05/03/eclipse-internationalization-part-14-current-situation-by-dirk-fauth/ We would like to see this solution in the Eclipse Platform itself. So with this mail we want to start the discussion if there is anything that speaks against