Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] New PerspectiveSwitcher Implementation

Sorry, I attached the wrong bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=384643 

Looking at too many things at once...

On Tue, Jul 10, 2012 at 10:05 AM, Eric Moffatt <emoffatt@xxxxxxxxxx> wrote:

JD, I'm not very familiar with the Model Editor code, likely Tom Schindl or Brian (or Sopot since he's supplied the patch..;-) would be better bets for an answer to this one...

Eric



From:
Joseph D Carroll Jr <jdsalingerjr@xxxxxxxxx>
To:
E4 Project developer mailing list <e4-dev@xxxxxxxxxxx>
Date: 07/10/2012 09:31 AM
Subject: Re: [e4-dev] New PerspectiveSwitcher Implementation
Sent by: e4-dev-bounces@xxxxxxxxxxx





Eric-

Could you take a look at this bug and let me know your thoughts:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=384508 

Thanks,

JD

On Tue, Jul 10, 2012 at 8:11 AM, Eric Moffatt <emoffatt@xxxxxxxxxx> wrote:

Joseph, this seems like an excellent idea ! The basics are there in terms of having model listeners for the things we need to stay synch'd with but the actual handling of the toolbar itself may be somewhat messy. The current code uses 'pure' e4 to create a 'saved' perspective by cloning it and also to instantiate it so that shouldn't be an issue to implement 'locally' (we had to put the implementation into the WorkbenchPage to satisfy API requirements).


If there's anything we can do to help just let us know...

Eric



From: Joseph D Carroll Jr <jdsalingerjr@xxxxxxxxx>
To: E4 Project developer mailing list <e4-dev@xxxxxxxxxxx>
Date: 07/09/2012 09:02 AM
Subject: Re: [e4-dev] New PerspectiveSwitcher Implementation
Sent by: e4-dev-bounces@xxxxxxxxxxx







I was under the [mis-]impression that all of the code related to Eclipse4 was under the e4 git repository group.  Upon further inspection I now realize that the code I am looking for is list under platform.  (Because it has been promoted... )

What projects are still in the incubator, and is there any official release plan for them?  I know there was a brief discussion recently with Wayne regarding the continued use of e4 as an incubator, but I don't recall any list of projects still in there.

In a pure Eclipse4 sense, I am assuming I should avoid use of the following bundles as parts if not all will be deprecated:
   - org.eclipse.ui.forms
   - org.eclipse.ui.ide.application
   - org.eclipse.ui.ide
   - org.eclipse.ui.navigator.resources
   - org.eclipse.ui.navigator
   - org.eclipse.ui.presentations.r21
   - org.eclipse.ui.views
   - org.eclipse.ui.win32
   - org.eclipse.ui.workbench.compatibility
   - org.eclipse.ui.workbench
   - org.eclipse.ui

And thanks Paul, as soon as I read your comments below I realized my error.


JD

On Mon, Jul 9, 2012 at 7:26 AM, Paul Webster <
pwebster@xxxxxxxxxxxxxxxxxxx> wrote:
What's in your workspace currently?

Some of the methods you mentioned were added post-Juno, so they're not in the target platform, only in the repository (eclipse.platform.ui/master)

I've attached 2 PSFs that contains a useful set of projects you can import into your workspace if you're working on code in 4.2.1/4.3

If you have any other questions, please feel free to ask here (and you can always ping us on IRC, although that's less reliable irc://
freenode.net/#eclipse-e4 :-)

Later,
PW



--
Paul Webster
Hi floor.  Make me a sammich! - GIR


_______________________________________________
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



_______________________________________________
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



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



Back to the top