September 27, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[01:45:07] *** tschindl has quit IRC
[02:55:06] *** rcjsuen has quit IRC
[02:55:39] *** rcjsuen has joined #eclipse-e4
[03:53:43] *** rcjsuen has quit IRC
[05:06:02] *** susanmccourt has quit IRC
[06:37:13] *** paulweb515_ has quit IRC
[06:40:01] *** paulweb515_ has joined #eclipse-e4
[06:41:40] *** HW__ has joined #eclipse-e4
[06:43:38] *** HW_ has quit IRC
[06:54:47] *** briandealwis has quit IRC
[08:20:15] *** tschindl has joined #eclipse-e4
[09:11:54] *** tschindl has quit IRC
[09:34:44] *** tschindl has joined #eclipse-e4
[11:33:31] *** McAlm_ has joined #eclipse-e4
[11:35:05] <McAlm_> Hello @all, is there a tutorial or example available on how to use shared elements in a pure e4 application?
[12:51:34] *** rcjsuen has joined #eclipse-e4
[13:00:31] <McAlm_> Hello @all, is there a tutorial or example available on how to use shared elements in a pure e4 application?
[13:04:06] <rcjsuen> McAlm_: Don't think so, our documentation is lacking. You could ask your question anyway.
[13:04:07] *** rcjsuen has quit IRC
[13:05:57] <McAlm_> Given a MainApplication that provides just a perspective stack in its model and a bunch of plugins (PL-A, PL-B, PL-C) each of them providing a fragment. One plugin (PL-C) should provide a view which should be used in all other plugins. I have no clue how to contribute that view. I've tried to create a placeholder in the plugins PL-A and PL-B and a model fragment in plugin PL-C contributing the view to the MainWindow (sharedElement
[13:07:01] <McAlm_> ... to the defined sharedElement..
[13:33:52] <rcjsuen_> The fragment contributes a part descriptor?
[13:48:48] *** briandealwis has joined #eclipse-e4
[13:53:13] *** rcjsuen_ is now known as rcjsuen
[13:58:16] <McAlm_> not a part descriptor but a part
[13:58:44] <McAlm_> Must it be a part descriptor?
[13:59:42] <rcjsuen> Technically speaking I suppose it doesn't matter.
[14:01:45] <McAlm_> What would a general approach to use shared elements look like?
[14:02:40] <rcjsuen> I'm not sure we've used shaerd elements for Eclipse 4 applications yet. We do use shared elements in the 4.x SDK anyway.
[14:06:08] *** wks has joined #eclipse-e4
[14:07:44] <McAlm_> Just made a solution programmatically within a Handler: http://pastebin.de/19046
[14:07:51] <McAlm_> It works fine...
[14:32:05] *** yarthorn has joined #eclipse-e4
[15:54:59] *** wks has quit IRC
[17:27:34] *** McAlm_ has quit IRC
[17:32:32] *** susanmccourt has joined #eclipse-e4
[18:18:35] <rcjsuen> Don't we fire a warning if the user doesn't have the event bundle?
[18:22:38] <rcjsuen> yes, yes we do
[18:22:44] <rcjsuen> 		if (eventAdmin == null) {
[18:22:44] <rcjsuen> 			logger.error(NLS.bind(ServiceMessages.NO_EVENT_ADMIN, event.toString()));
[18:22:45] <rcjsuen> 			return false;
[18:52:38] *** tschindl has quit IRC
[19:46:41] *** briandealwis1 has joined #eclipse-e4
[19:48:11] *** briandealwis has quit IRC
[20:15:53] <emoffatt> rcjsuen: Do your tests run clean ? I'm seeing 11 errors / 8 failures
[20:17:51] <rcjsuen> emoffatt: I have 4f/0e
[20:19:39] <emoffatt> yoiks !
[20:26:05] *** tschindl has joined #eclipse-e4
[20:51:00] *** aniefer has joined #eclipse-e4
[20:51:22] *** aniefer has quit IRC
[20:51:22] *** aniefer has joined #eclipse-e4
[20:56:51] <rcjsuen> emoffatt: ~358788 is "super" easy but probably Dean should fix it.
[20:56:53] <Arbalest> Bug 358788 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=358788 - Platform / UI / 4.2 - All / All - NEW / normal / - Assignee: Platform-UI-Inbox - Perspective switcher renders text after a save even if the text rendering has been disabled
[20:57:44] <emoffatt> rcjsuen: i agree it's likely better for Dean
[20:59:55] <emoffatt> btw, it was my non-committed changes to the ElementReferenceRenderer that was causing the problems
[21:00:15] <rcjsuen> ah
[21:00:21] <rcjsuen> good
[22:08:56] <rcjsuen> emoffatt: yes the tabbed properties tests fails for me too, i'll look at it
[22:09:12] <emoffatt> thanks
[22:17:54] <emoffatt> rcjsuen: I can push the test fixes correct ?
[22:18:04] <rcjsuen> emoffatt: yes
[22:18:12] <emoffatt> beauty
[22:18:38] <rcjsuen> just added my virtual +1 on the bug
[22:35:47] *** rcjsuen is now known as rcjsuen_
[22:37:28] *** susanmccourt has quit IRC
[23:09:21] *** rcjsuen has joined #eclipse-e4
[23:22:25] <briandealwis1> We seem to have a memory leak.  I removed deltas.xml and started my image with the heap around 60 ? 70 MB.  One hour later, it's between 390 ? 420MB.  Triggering a full GC brings it down to 270MB.
[23:27:04] *** yarthorn has quit IRC
[23:27:16] *** lpereira has joined #eclipse-e4
[23:38:35] <rcjsuen> briandealwis1: Are you using EGit?
[23:38:41] <rcjsuen> Although that won't take up that much
[23:38:49] <briandealwis1> No, I'm not.
[23:39:05] <rcjsuen> ~tell briandealwis1 about 358658
[23:39:07] <Arbalest> briandealwis1: Bug 358658 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=358658 - Platform / UI / 4.2 - PC / Mac OS X - Cocoa - NEW / normal / - Assignee: obesedin - Roughly 40% of the heap being eaten by EclipseContexts
[23:39:54] <briandealwis1> Didn't Oleg make a change to reduce it?
[23:40:16] <rcjsuen> briandealwis1: not really
[23:40:17] <rcjsuen> "I don't think this will have any effect on the actual problem reported here,
[23:40:17] <rcjsuen> but just in case..."
[23:40:18] <rcjsuen> ;o
[23:40:25] <briandealwis1> Ok :)   I'll try fiddling with MAT tomorrow.
[23:43:09] *** briandealwis1 has quit IRC
[23:49:46] *** aniefer has quit IRC

top