[00:01:11] <deSilva> The label should be at the bottom of the client area, with its default height, and stretched to fill the entire width. The rest should be occupied by the tree. It looks like that right now but the label isn't as wide as I want it [00:04:20] <rcjsuen> what data did you give it [00:08:04] <deSilva> The tree has GridData treeGridData = new GridData(SWT.FILL, SWT.FILL, true, true); [00:08:17] <deSilva> and the label is GridData labelGridData = new GridData(SWT.BEGINNING, SWT.FILL, true, false); [00:08:51] *** magnet has quit IRC [00:14:09] <deSilva> solved [00:16:06] <deSilva> using new GridData(SWT.FILL, SWT.FILL, true, true); for the tree and new GridData(SWT.FILL, SWT.END, true, false); for the label did the trick [00:18:25] <deSilva> now I have to analyze BioModels (http://www.ebi.ac.uk/biomodels-main/) in SBML-format to populate the tree with the real data ;) [00:22:40] <philk_> rcjsuen: when I use "ITextFileBufferManager.DEFAULT.connect()", do I have to call disconnect to, to save resources? [00:30:28] *** armence has quit IRC [00:31:07] <rcjsuen> philk_: yes [00:31:12] <rcjsuen> philk_: it keeps ref counts [00:32:23] *** tr1gger has quit IRC [00:33:51] *** benny`work has quit IRC [00:34:39] *** advokate has joined #eclipse [00:34:58] <advokate> is there a way to find/replace a text across all source files in the entire project [00:35:03] <rcjsuen> advokate: Ctrl+H? [00:35:23] <advokate> rcjsuen: thanks! I never knew that.... XD [00:35:42] <rcjsuen> deSilva: once you get a hang of those four parameters in the constructors, it's fairly straightforward [00:53:42] <deSilva> should ClassName.class.getResourceAsStream("some-name") behave differently from ClassName.class.getClassLoader().getResourceAsStream("some-name") behave differently? [00:53:53] <deSilva> rcjsuen: I always struggle with layouts [00:55:48] *** rhk has quit IRC [00:56:10] <philk_> paulweb515_: when i define 3 adapterfactories, can i use some kind of factory pattern, so that my AdapterFactory class is not instantiated 3 times? [00:58:06] <paulweb515_> philk_: maybe [00:58:43] <paulweb515_> philk_: you'll have to read up and test out org.eclipse.core.runtime.IExecutableExtensionFactory [00:59:03] <philk_> paulweb515_: ok, i thhought about that, yes [01:01:29] *** rburton- has joined #eclipse [01:05:12] <rcjsuen> deSilva: i've always used the former [01:06:19] *** bashflyng has quit IRC [01:06:19] *** maxb has quit IRC [01:07:19] <deSilva> rcjsuen: but the first one doesn't work for me [01:07:25] *** maxb has joined #eclipse [01:07:53] <rcjsuen> You're using packages, right [01:07:58] <rcjsuen> where is your file located [01:08:02] <rcjsuen> and where is your class located [01:09:29] *** francis4 has joined #eclipse [01:10:05] <deSilva> I just added a new class folder under project settings [01:10:14] <deSilva> and there I put some text files I want to load [01:10:34] <philk_> Its really annoying, that declarative IAdapterFactories cannot be used in expressions, when the bundle containing them is lazy loaded. [01:13:17] <rcjsuen> I usually put them in the package where the class files are...but that's probably not a good idea. [01:13:41] *** blahdeblah has joined #eclipse [01:14:55] <deSilva> hmm [01:16:34] <philk_> rcjsuen: thats not the idea of having lazyness. It should mean, that the factory is loaded, if someone is requesting it. The current mechanism is broken. It leads to all kind of unexpected behaviour. [01:17:02] <rcjsuen> philk_: Sorry, I was talking to deSilva . [01:17:57] <philk_> if my contribution is evaluated against an expression containing <adapt> it will not trigger the instantiation of the IAF... which leads to incorrect menu entries being visible/enabled. [01:19:16] <philk_> paulweb515_: there is no way to force plugin activation when evaluating IAF extensions? [01:19:41] *** Razec has joined #eclipse [01:20:03] <blahdeblah> Hi. I recently started up my Eclipse again after about 3 months of disuse. It's doing some funny things now and i'm wondering if anyone can point me in the right direction for solving them. The main problems are that buttons don't press with the mouse (i have to focus on the button then press space or enter), and mouse hover for javadoc doesn't work anymore. Any ideas? I'm using Version: 3.4.2, Build id: M20090211-1700 on Ubuntu [01:24:03] <rcjsuen> blahdeblah: the buttons problem is described in the faq in the channel's topic [01:24:44] <blahdeblah> rcjsuen: thanks [01:27:07] <rcjsuen> As for your other problem, it's difficult to say without more information. [01:27:45] <blahdeblah> Trying the fix they suggest stops Eclipse from starting at all. [01:27:59] <rcjsuen> what did you do [01:28:31] <blahdeblah> export GDK_NATIVE_WINDOWS=true; /opt/eclipse/eclipse [01:28:54] <rcjsuen> well that seems right, I've not heard people says eclipse won't start before [01:29:20] <blahdeblah> Maybe it has popped up a dialog on another workspace - let me try again [01:32:26] <blahdeblah> Started fine that time - weird [01:45:51] <blahdeblah> I just fired up the Ubuntu-supplied Eclipse - it's version 3.5.1+repack~1-0ubuntu3, and hovering works now. There's nothing in the FAQ about upgrading from Ganymede to Galileo - anything to watch out for? [01:46:51] <rcjsuen> not exactly [01:47:26] <rcjsuen> kind of a case-by-case basis thing [01:47:46] <rcjsuen> we try to cover what we can in the faq but not every question that gets asked is thrown in there [01:48:08] <blahdeblah> Fair enough - it's impossible to cover every base [01:48:33] <blahdeblah> Do you know if it's possible to go back to the previous version (to check my list of plugins) on the same workspace? [01:48:45] <blahdeblah> Or is it better to just create a new workspace? [01:56:30] *** d_a_carver has quit IRC [01:57:24] <rcjsuen> fyi, your list of plug-ins are not stored in your workspace [01:57:43] <blahdeblah> Yeah, i know, but i need to go back and look at what they were, don't i? [01:58:10] <rcjsuen> I'm not sure I follow. The information is not in your workspace. [01:58:22] <rcjsuen> So I don't see how opening Eclipse at your workspace would help. [01:58:36] <blahdeblah> OK, maybe i need to state the problem in another way. [01:59:41] <blahdeblah> My plugins from 3.4 are missing on 3.5. I don't remember what they all were, but subclipse was among them. What's the best way to find this out without trashing my workspace? (I ticked the option to use the workspace without asking me again.) [02:10:38] <rcjsuen> blahdeblah: In the FAQ, there's an entry about copying plug-ins between installations, you can try that method. [02:10:43] <deSilva> rcjsuen: so annoying, I can't populate my Tree because I've problems with Saxon. Problems, problems, problems... [02:12:34] <blahdeblah> rcjsuen: Cool - thanks. I'll check it out. [02:15:55] *** tolland has joined #eclipse [02:22:09] *** EricInBNE has joined #eclipse [02:23:17] <blahdeblah> rcjsuen: That worked awesomely! http://www.peterfriese.de/following-eclipse-milestones/ was a great help. [02:25:56] <rcjsuen> blahdeblah: Great. Well, you can thank Peter by commenting on his blog. [02:30:15] <blahdeblah> done! [02:30:58] <blahdeblah> Thanks a lot for your help rcjsuen - have a good day [02:31:05] *** blahdeblah has left #eclipse [02:43:18] *** Theravadan has joined #eclipse [02:59:56] *** pnehrer has joined #eclipse [03:00:00] *** Freeaqingme has quit IRC [03:01:50] *** gambler has joined #eclipse [03:03:15] *** gambler is now known as EricInBNE-betwee [03:04:12] *** EricInBNE has quit IRC [03:08:15] *** s1kx- has joined #eclipse [03:09:28] *** NoobFukaire has left #eclipse [03:09:54] *** armence has joined #eclipse [03:12:41] *** greg8si has joined #eclipse [03:12:51] *** S1kx has quit IRC [03:32:14] *** rhk has joined #eclipse [03:48:19] *** Razec has quit IRC [04:19:00] <philk_> rcjsuen: what other pastebin like services you know? [04:19:19] <rcjsuen> philk_: There are a ton out there. I'm sure Google will find you many [04:19:23] <rcjsuen> papernapkin, pastebin.ca [04:19:44] <philk_> rcjsuen: i am putting some default configs into my copyto plugin [04:19:46] <rcjsuen> I don't know if those have APIs though. [04:19:55] <philk_> rcjsuen: pastebin is working fine [04:20:11] *** Theravadan has quit IRC [04:20:20] <philk_> rcjsuen: all extension driven, so we can add new targets at any time [04:21:07] <philk_> rcjsuen: also, the IStringVariableManager is pretty cool [04:21:54] <philk_> rcjsuen: I use it to let the Pastebin target choose its "format" POST parameter according to the MIME type of the resource that will be copied [04:23:30] <philk_> http://pastebin.com/m269cc73 [04:23:37] *** rburton- has quit IRC [04:25:06] <philk_> rcjsuen: the "name" and "how long should your post be retained" will be also dynamic variables, that the user can set via preferences [04:25:35] <philk_> rcjsuen: the user name will default to $(user.name) [04:29:00] *** rcjsuen has quit IRC [04:38:34] *** rburton- has joined #eclipse [04:40:02] *** greg8si has quit IRC [04:46:39] *** greg8si has joined #eclipse [04:59:45] *** jcp has joined #eclipse [05:07:23] *** jcp has quit IRC [05:09:15] *** jcp has joined #eclipse [05:16:07] *** greg8si has quit IRC [05:16:31] *** greg8si has joined #eclipse [05:19:07] *** tolland has quit IRC [05:24:03] *** Nicolas_Leonidas has joined #eclipse [05:25:21] *** kthomas_vh has joined #eclipse [05:29:57] <Nicolas_Leonidas> hi [05:30:32] <Nicolas_Leonidas> why does my eclipse php does not help with code Code completion? [05:30:41] <Nicolas_Leonidas> like when I type strlen( it doesn't show the syntax [05:36:09] *** advokate has left #eclipse [05:39:06] *** tolland has joined #eclipse [05:44:39] *** pnehrer has quit IRC [05:59:24] *** debio264_ has joined #eclipse [06:00:39] *** kthomas_vh has quit IRC [06:01:35] *** mr_danie1 has quit IRC [06:02:31] *** kthomas_vh has joined #eclipse [06:03:34] *** debio264 has quit IRC [06:03:36] *** mr_daniel has joined #eclipse [06:07:23] *** Bass10 has quit IRC [06:08:47] *** philk_ has quit IRC [06:20:51] *** rburton- has quit IRC [06:36:54] *** Poundo has quit IRC [06:39:13] *** manster has joined #eclipse [06:39:41] <manster> this text keeps popping up and breaking my code [06:39:42] <manster> "type filter text" [06:39:55] <manster> i dont knwo what button i'm pressin that makes this [06:40:04] <manster> appear several times in my code [06:40:15] <manster> and me me have to go through and mannually delete it [06:44:43] *** rhk has quit IRC [06:54:07] *** EricInBNE has joined #eclipse [06:58:45] *** EricInBNE-betwee is now known as gambler [07:01:33] *** sealion has joined #eclipse [07:03:57] *** sama has joined #eclipse [07:06:21] *** jcp is now known as javawizard [07:07:29] *** hceylan has quit IRC [07:14:07] *** sama has quit IRC [07:34:41] *** sealion has quit IRC [07:40:31] *** javawizard has quit IRC [07:41:36] *** jcp has joined #eclipse [07:52:29] <tolland> I need to edit some files over an ssh connections, i see there are lots of plugins for that, can anyone recommend one? [07:52:54] *** greg8si has quit IRC [07:55:31] *** philk_ has joined #eclipse [07:57:10] *** Cybernator has joined #eclipse [07:59:03] <philk_> paulweb515_: I think I have asked a 1000 times already... but without forced plugin activation the <adapt> expression is practically useless. I need it to enable my menuContribution and if the adapter factories are not loaded the state of the menu and especially its execution is undeterministic(sp?). [08:05:39] *** volodya has joined #eclipse [08:22:39] *** Nicolas_Leonidas has quit IRC [08:32:19] *** kottlett has joined #eclipse [08:41:24] <manster> how can i wrap words in tags without manually typing each side of the tag [08:41:32] <manster> for example [08:42:10] <manster> i want to wrap The GodFather in <movie></movie> , but in order to do that i have to type on one side and then type on the over [08:42:13] <manster> other* [08:45:20] *** armence has quit IRC [08:51:05] *** perl_bug has joined #eclipse [08:57:11] *** stijnbe has joined #eclipse [09:02:37] *** mfladischer has joined #eclipse [09:14:16] *** BigMack83 has joined #eclipse [09:14:34] <BigMack83> is there a way to make the code text smaller on the perspective? [09:16:32] *** hceylan has joined #eclipse [09:19:32] *** opossum_oisif has joined #eclipse [09:21:45] *** mastro has joined #eclipse [09:30:44] *** greg8si has joined #eclipse [09:31:52] *** stijnbe has quit IRC [09:33:36] *** kartben has joined #eclipse [09:34:21] *** greg8si has quit IRC [09:36:36] *** SpinachHead has joined #eclipse [09:45:31] *** sphenxes has joined #eclipse [09:46:45] *** kartben has quit IRC [09:47:12] *** kartben has joined #eclipse [09:51:14] *** hceylan has quit IRC [09:53:12] *** hceylan has joined #eclipse [10:02:59] *** iskywalker has quit IRC [10:05:13] *** Carnage\ has joined #eclipse [10:05:32] *** hceylan has quit IRC [10:07:11] *** volodya has quit IRC [10:13:05] *** paulweb515_ has quit IRC [10:15:59] *** BigMack83 has quit IRC [10:20:36] *** marckie has joined #eclipse [10:20:45] <marckie> hi. im having a problem starting up eclipse on fedora 12 [10:20:47] <marckie> http://pastebin.ca/1776804 [10:23:58] <marckie> nm, found it. i was using 32bit java [10:26:00] *** jcp has quit IRC [10:33:18] *** hceylan has joined #eclipse [10:34:26] <philk_> my eclipse is using up way to much memory... can I limit it to use 512MB max? [10:38:40] *** z4z4 has joined #eclipse [10:40:38] <philk_> can I find out in SWT if a certain key is currently hold down? [10:40:44] *** jink has quit IRC [10:41:34] *** opossum_oisif has quit IRC [10:43:05] *** hceylan has quit IRC [10:52:06] *** acuster has joined #eclipse [10:55:09] *** BigMack83 has joined #eclipse [10:55:59] *** opossum_oisif has joined #eclipse [11:09:53] *** jink has joined #eclipse [11:12:15] *** _hansi has quit IRC [11:21:31] *** jink has quit IRC [11:32:43] *** tr1gger has joined #eclipse [11:38:47] *** opossum_oisif has quit IRC [11:41:33] *** jink has joined #eclipse [11:51:54] *** opossum_oisif has joined #eclipse [11:57:16] *** atke has joined #eclipse [11:58:03] *** volodya has joined #eclipse [12:04:31] <atke> can handler's activewhen depend on command's parameters? if yes, how? [12:05:13] <atke> that is, parameter values of course [12:08:55] *** visik7 has joined #eclipse [12:08:58] <visik7> hi all [12:10:05] <visik7> I have a problem with eclipse: I add a Java Dir to the build path which contains subdirs and inside those dires thare are classes with a specific package when I try to import a class I got only the package autocompleted not the class that I need [12:10:21] <visik7> what problem could be ? [12:10:27] *** bashflyng has joined #eclipse [12:11:27] *** magnet has joined #eclipse [12:11:44] *** deSilva has quit IRC [12:20:19] *** paolee has joined #eclipse [12:29:15] *** Cybernator has quit IRC [12:30:26] *** archtech has joined #eclipse [12:30:59] <archtech> Hello, in recent versions of Eclipse there's this "Rename Package" that has replaced inline rename of files and folders, which I heard can be disabled [12:31:01] <archtech> Can It? [12:32:59] *** NetHawk has quit IRC [12:40:27] *** amitev has quit IRC [12:40:31] *** multiHYP has joined #eclipse [12:40:59] <multiHYP> hi peeps! [12:41:51] *** deadbeef has joined #eclipse [12:41:59] <deadbeef> guys please help me, i'm getting mad [12:42:10] <deadbeef> is there a way to modify a view from the outside? [12:42:16] <deadbeef> i'm making an eclipse plugin [12:42:30] <deadbeef> i mean, like, "add this text to the view" [12:43:11] <visik7> nevermind I've solved the import problem [12:44:20] *** amitev has joined #eclipse [12:46:34] *** _hansi has joined #eclipse [12:51:22] *** deadbeef has left #eclipse [13:00:17] *** volodya has quit IRC [13:00:54] *** drindt has joined #eclipse [13:07:06] *** visik7 has quit IRC [13:09:10] *** rcjsuen has joined #eclipse [13:09:30] <rcjsuen> 64-bit Windows users and those that don't mind using Helios milestones/tests, please give the packages a whirl http://www.eclipse.org/epp/download.php [13:09:40] <rcjsuen> Provide feedback here -> https://bugs.eclipse.org/bugs/show_bug.cgi?id=293969 [13:18:06] <rcjsuen> BigMack83: Code text smaller on the perspective? [13:18:37] <rcjsuen> philk_: Isn't that what -Xmx is for? [13:18:53] <BigMack83> i mean in the perspective, how can you make the text/code smaller? like the font size. [13:19:21] <rcjsuen> BigMack83: in the preferences you can change the text editor font [13:19:25] <rcjsuen> (and its size) [13:19:31] <BigMack83> ok thanks [13:19:44] <philk_> rcjsuen: maybe, yes. Its set to 512, yet eclipse uses 1.2GB already [13:20:15] <rcjsuen> actually nm that's just the heap space [13:20:22] <rcjsuen> i'm not sure if you can set a restriction on the VM [13:20:51] <philk_> rcjsuen: I guess that p2 has also fucked up my eclipse.ini file: http://pastebin.com/m4e2f9165 [13:21:15] <rcjsuen> Someone else had that problem a few weeks ago I believe. [13:21:47] <philk_> rcjsuen: is there a way to check if the user holds down the CTRL key at the moment? [13:21:58] <rcjsuen> Don't you find that out from the KeyEvent? [13:22:35] <philk_> rcjsuen: no, because I am not in a handler [13:22:46] <rcjsuen> you mean you are _in_ a handler? [13:23:14] <rcjsuen> if you're in just some random code then probably not i guess [13:24:11] <philk_> rcjsuen: I am inside the execute() event of an AbstractHandler and would like to display a dialog box, before the command executes, but only if the user holds down CTRL while he executed the command [13:24:51] <rcjsuen> I was of the opinion that it was possible to get the SWT event out of an EE. [13:25:10] <philk_> rcjsuen: hmmm right... now that you say it [13:27:41] <philk_> rcjsuen: yes, the event.getTrigger()... unfortunatly it does not contain a keycode when I hold CTRL down [13:29:02] <rcjsuen> philk_: you want stateMask [13:31:43] *** njbartlett has quit IRC [13:33:05] <philk_> rcjsuen: how would I check for the SWT.CTRL key then? [13:35:04] <philk_> rcjsuen: got it [13:36:17] *** njbartlett has joined #eclipse [13:37:33] *** KOS-MOS has joined #eclipse [13:47:24] *** Carnage\ has quit IRC [13:47:56] *** ramo102 has joined #eclipse [13:52:16] *** Carnage\ has joined #eclipse [13:52:31] *** jonalv has joined #eclipse [13:52:51] *** visik7 has joined #eclipse [13:53:07] *** Carnage\ has quit IRC [13:53:27] *** zoli2k has joined #eclipse [13:54:16] <ramo102> Hi, I installed Eclipse Galileo, but I cannot use update sites [13:54:21] <ramo102> It always gives me "Network Unreachable", with "No repository found at http://download.eclipse.org/releases/galileo" message (for example) [13:54:26] <jonalv> I was aboutto file a bug then I relaised it's probably better to disuss it with you guys. I have configured Eclipse to insert space instead of tabs but I still get tabs in my code in some caes. More specifically the automatic aligning after breaking a String seems to insert tabs. [13:54:35] <philk_> rcjsuen: so when you now select the "Copy To" menu and hold the CTRL key down, a dialog appears where you set add additional parameters. [13:54:47] <rcjsuen> ah [13:54:51] <jonalv> Am I missing some less than awesome config setting or is this just plan wrong? [13:54:55] <philk_> rcjsuen: by the way... thats the current state http://pastebin.com/m269cc73 [13:54:59] <ramo102> Linux env, direct internet connection [13:55:07] <rcjsuen> ramo102: more ~info is needed [13:55:07] <KOS-MOS> Please state a) your CPU architecture (x86, 64-bit, etc.), b) operating system (Windows, Linux, OSX, etc.), c) your Java runtime environment (please verify by checking your ~logs or in the about dialog's ~jre section. No, typing 'java -version' in the command line does not count as checking), d) your Eclipse version, and e) where did you get Eclipse from (eclipse.org, distro repository, etc.). [13:55:32] <philk_> rcjsuen: I have support for pastebin.com, pastebin.ca, codepad.org [13:55:51] <philk_> rcjsuen: I think of splitting each of those into its own bundle [13:56:11] <zoli2k> Greetings, I m looking for a tool to automate GUI tests on Aptana Studio/Eclipse GUI. Is it possible to do this with Eclipse Monkey? [13:56:23] *** pnehrer has joined #eclipse [13:59:50] <ramo102> CPU: x86, OS: Linux Debian (2.6.32.6 kernel), JRE: java.runtime.version=1.6.0_16-b01, Eclipse version: Galileo, build-id 20090621-0832, getted from eclipse.org (JavaEE Developers version) [14:00:19] <rcjsuen> ramo102: How did you install the JRE [14:00:55] <ramo102> apt-get install sun-java6-jdk [14:01:32] <rcjsuen> ramo102: did you google around? there have been other Debian users hit by that err msg for Java networking [14:01:41] *** Fragarach87 has joined #eclipse [14:02:12] <ramo102> I'll search now [14:02:14] *** FauxFaux has joined #eclipse [14:11:41] *** Poundo has joined #eclipse [14:12:57] *** deSilva has joined #eclipse [14:16:15] <philk_> PDE is complaining, that it cannot find the dynamicVariables extension point... wth [14:16:15] *** njbartlett has quit IRC [14:17:20] *** kensanata has joined #eclipse [14:19:03] *** _hansi has quit IRC [14:20:28] <deSilva> How do I solve this error: plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520: cannot open shared object file: No such file or directory [14:21:22] <multiHYP> how can i get the mouse click coordinates on a GLCanvas, in a openGL way, ie center is the origin 0,0? [14:21:40] <rcjsuen> deSilva: usually caused by a bad download / eclipse.ini pointing at the wrong thing I think [14:23:25] *** Poundo has quit IRC [14:23:26] <ramo102> solved, solution founded here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560142 [14:23:28] <ramo102> htanks [14:23:29] <ramo102> thanks [14:24:40] <deSilva> rcjsuen: I'm trying to launch OMNeT++ (http://www.omnetpp.org) under Ubuntu and I downloaded their latest beta [14:24:41] <rcjsuen> ramo102: Good to hear. [14:25:16] <rcjsuen> deSilva: are you on a 64-bit computer? [14:26:12] <deSilva> no [14:26:25] <jink> I'm on a chair. Does that count? [14:27:41] <rcjsuen> jink: I'm afraid not. :( [14:27:49] <jink> Oh. :P [14:27:51] <rcjsuen> jink: Well, unless your chair has a 64-bit processor, then yes. [14:28:00] <jink> I doubt it. ;) [14:28:14] <deSilva> rcjsuen: ubuntu is virtualized, but everything is 32-bit [14:28:42] <rcjsuen> deSilva: i guess the first question is, whether you actually have that file eclipse is complaining about [14:29:32] *** multiHYP has quit IRC [14:29:52] <deSilva> hmm, no, not even a plugins directory there! [14:31:29] <deSilva> it should be looking at ../plugins/foobarbaz to find it I think [14:31:32] *** evil_gordita has quit IRC [14:32:23] <deSilva> got it working [14:33:04] <deSilva> it comes with binaries for different platforms...and you have to copy the binaries for your particular platform to the parent directory [14:34:35] <deSilva> now to the next problem, Saxon, but I don't think this is the place to ask questions about it ;) [14:35:38] *** kaje has quit IRC [14:37:10] <visik7> anyone got stability problems with eclipse on ubuntu 9.10 64bit ? [14:40:19] <rcjsuen> visik7: "stability problems" is too vague for anyone to answer I think. [14:40:31] *** deSilva has quit IRC [14:41:05] <visik7> rcjsuen: I dunno how to explain better sometimes it hangs sometimes it crash [14:41:15] <visik7> and the .log file doesn't report anything usefull [14:41:25] <rcjsuen> Well, if it crashed the VM should've generated logs. [14:41:30] <rcjsuen> At least, it does for me. [14:45:03] *** rhk has joined #eclipse [14:46:09] <visik7> I'm tailing the .log file waiting for another crash [14:46:35] <rcjsuen> That's not the VM's crash log, that's an Eclipse log file. [14:46:50] <visik7> ok where I get the vm crash log ? [14:47:23] *** _hansi has joined #eclipse [14:48:24] <rcjsuen> Well, for Sun's HotSpot VM, it's probably in ~/ or wherever your Eclipse is installed. [14:48:33] <rcjsuen> It'd be depenedent on your working directory when Eclipse was launched I suppose. [14:53:04] <sleon> hi [14:53:35] <sleon> is there a default command and a handler for showing a dialog which allows openning of all defined views? [14:53:44] *** noroute has joined #eclipse [14:56:16] <noroute> I'm trying to use ant4eclipse for a PDE project but ant always barks on me: "Missing Constraint: Require-Bundle: org.eclipse.ui; bundle-version="0.0.0"'. That looks like ant does not find the eclipse libraries. Does anyone know how ant(4eclipse) resolves these? [14:56:51] *** rburton- has joined #eclipse [14:59:59] <rcjsuen> sleon: there's a show view handler [15:00:07] <rcjsuen> but the SVD by default is controlled by activities [15:00:21] <rcjsuen> and no i'm not sure if you can workaround this default [15:00:58] *** acalbaza has joined #eclipse [15:06:32] <philk_> is there already some kind of History interface available in Eclipse? (Not from Team) [15:09:04] <philk_> It seems that I cannot add contributions to a AbstractContributionsFactory from other extensions. [15:09:23] *** _hansi has quit IRC [15:09:39] *** Bass10 has joined #eclipse [15:10:27] *** _hansi has joined #eclipse [15:13:15] *** njbartlett has joined #eclipse [15:13:23] *** deSilva has joined #eclipse [15:14:34] *** atke has quit IRC [15:17:53] *** lednerk has joined #eclipse [15:20:56] <njbartlett> Dear god, please don't make me write yet another dialog with yet another table and yet more add/remove buttons to manage the tedious f***ing contents of said table. [15:21:40] <rcjsuen> njbartlett: Time for an abstract class? [15:21:47] <rcjsuen> Add > [15:21:56] <rcjsuen> Add All >> << Remove, etc etc [15:22:02] <njbartlett> rcjsuen: Inheritance? aaaaaagh :-) [15:22:26] <njbartlett> rcjsuen: Still, I fully expected somebody to suggest modelling :-) [15:22:38] <rcjsuen> let's give that a 30min wait [15:22:49] <acalbaza> anyone using the glassfish plugin? [15:22:55] <rcjsuen> and fyi since you're a mac user ~293970 [15:22:55] <KOS-MOS> Bug 293970 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=293970 - EPP / package content / 1.3.0 - Macintosh / Mac OS X - NEW / normal / - Assignee: epp.packager-inbox - Drop Carbon Support for EPP in Helios [15:26:23] *** volodya has joined #eclipse [15:28:43] *** BigMack83 has quit IRC [15:28:53] <philk_> njbartlett: what dialog are you talking about? [15:29:28] <njbartlett> rcjsuen: Interesting! Makes sense, certainly [15:29:53] <rcjsuen> njbartlett: Doesn't look like everyone's on the Cocoa train though (and I have heard some grumbles on IRC about the Cocoa builds too). [15:30:07] <visik7> rcjsuen ok now it's hanged [15:30:16] <rcjsuen> visik7: get a thread dump, ~deadlock [15:30:16] <KOS-MOS> In a deadlock? http://wiki.eclipse.org/index.php/How_to_report_a_deadlock [15:30:22] *** rburton- has quit IRC [15:30:41] <njbartlett> rcjsuen: Well I heard some stuff about Adobe Flex builder not working with Cocoa. Not really sure why, maybe they have some 32-bit native libs. [15:31:02] <rcjsuen> yeah Adobe has not moved yet [15:31:10] <rcjsuen> They were going to drop Carbon for Galileo initially. [15:31:14] <rcjsuen> But then Adobe was like oh no you can't do that [15:31:14] <njbartlett> rcjsuen: What grumbles have there been about Cocoa? Just normal low-level bugs? [15:31:29] <rcjsuen> njbartlett: one guy was complaining about performance/slow [15:31:57] <rcjsuen> from that 293970 seems people have scrolling problems and beach balls problem [15:32:04] <rcjsuen> i've heard some ppl mention the beach balls problem [15:32:10] <rcjsuen> but doesn't look like the swt team can repro yet [15:32:17] <philk_> interesting that there are so many problems with the windowing system on the Mac. [15:33:18] <njbartlett> Hmm I've been working in Cocoa exclusively since around 3.5.1 [15:34:05] <njbartlett> Early 3.5M releases certainly had performance problems and other bugs, but aside from the DND bug we discussed before I haven't had any significant problems with Cocoa. [15:34:42] <philk_> is there a way to get the "id" of the menuContribution command that invoked a handler? [15:37:22] <visik7> rcjsuen done [15:38:58] *** paulweb515 has joined #eclipse [15:39:12] *** ramo102 has quit IRC [15:39:49] <njbartlett> rcjsuen: I've commented on the bug [15:39:52] <mastro> Is there a way to upgrade WTP to a specific version (3.0.3) by update manager? (eclipse 3.4.1) [15:40:33] <paulweb515> mastro: if you can find that version listed in your update site, then it would work [15:41:08] <rcjsuen> visik7: well you need to share it on a pastebin if you want ppl to look at it (or optionally file a bug) ;) [15:42:10] <visik7> rcjsuen: yes sorry I was on the phone http://dpaste.com/154136/ [15:42:45] <rcjsuen> visik7: from the stack trace i guess you were hovering over stuff at the time [15:43:19] *** rgrunber has joined #eclipse [15:43:21] <rcjsuen> I've not seen this one, would be worth filing a bug. [15:43:28] <visik7> :S [15:43:47] <visik7> this happen in a way different from the previous one [15:44:00] <visik7> I think it could be bound to some gtk changes [15:44:10] <visik7> I set GDK_NATIVE_WINDOWS=1 [15:44:26] <visik7> to avoid the buttons problem in karmic [15:47:00] <rcjsuen> It seems more like a problem with the display. [15:48:38] *** multiHYP has joined #eclipse [15:48:52] *** Xilent has joined #eclipse [15:50:33] <visik7> maybe the dual head setup ? [15:50:39] <visik7> really odd if it is [15:51:05] <rcjsuen> I meant the Display class, a threading problem [15:51:11] <visik7> m [15:51:55] <visik7> I got also this at startup time in the console (.:11808): GLib-WARNING **: g_set_prgname() called multiple times [15:52:06] <visik7> with or without GDK_NATIVE_WINDOWS [15:52:09] <rcjsuen> That sounds vaguely familiar but don't think that's related. [15:52:13] <visik7> I dunno if it matter [15:52:41] <visik7> I think it too [15:53:22] <mastro> paulweb515, is there something i had to do to see older version in the update site? [15:53:29] *** njbartlett has quit IRC [15:55:30] *** Xilent has quit IRC [15:55:30] *** Xilent has joined #eclipse [15:56:38] *** krbarnes has joined #eclipse [15:59:28] *** mfladischer has quit IRC [15:59:54] *** akurtakov has joined #eclipse [16:01:38] <mastro> alternatively, if I download WTP 3.0.3 from the website (the zip file) how do I install it on my eclipse upgrading the previous? [16:02:01] <mastro> and, most important, is this dangerous in any way? [16:02:48] <philk_> Is there already a content provider for ComboViewer that takes a Map and displays the maps Values? [16:03:45] <rcjsuen> philk_: just use the ACP and feed it map.values() [16:04:00] <rcjsuen> I am of course assuming the map will not change. [16:04:24] <philk_> rcjsuen: yes, the map is static [16:05:01] <multiHYP> why is GLCanvas returning the x,y coordinates of a normal Canvas, openGL has x=0,y=0 in the center! [16:05:42] *** Xilent has left #eclipse [16:06:23] <multiHYP> also, even then the returning x,y coordinates should take the depth of GLCanvas into consideration as well! [16:06:49] *** SpinachHead has quit IRC [16:08:59] <philk_> rcjsuen: I assume JFace databinding also supports the ComboViewer and will set the models property to the "key" of a given map? [16:09:15] <rcjsuen> Couldn't say, I don't do databinding. [16:12:23] <visik7> rcjsuen another hang now maybe usefull console outputs: java.lang.OutOfMemoryError: PermGen space [16:12:46] *** _hansi has quit IRC [16:14:27] <rcjsuen> you could up the space, some people do, tho it's questionable if it's a leak or just a "I need space" [16:15:24] <visik7> eclipse.ini ? [16:16:35] <rcjsuen> yes that [16:20:08] *** zoli2k has quit IRC [16:21:15] *** paolee has quit IRC [16:21:32] *** Bisu[Shield] has joined #eclipse [16:21:42] <Bisu[Shield]> what is the path to linux installed location on linux [16:22:05] <jink> I reckon that depends on how you installed it, and what distro you use. [16:23:17] <rcjsuen> indeed [16:23:53] <philk_> rcjsuen: is it possible to draw a divider line in a combobox? [16:24:01] *** Bisu[Shield] has left #eclipse [16:24:11] <philk_> rcjsuen: much like the ctrl+shift+t dialog does for recently used types [16:24:14] <rcjsuen> don't think so [16:24:27] <rcjsuen> unless you wanna add your own ------------------ [16:24:52] <philk_> rcjsuen: ok, I will for now just add "------" :) [16:24:53] *** d_a_carver has joined #eclipse [16:26:42] *** benny`work has joined #eclipse [16:33:31] *** benny`work has quit IRC [16:34:04] *** rhk has quit IRC [16:34:05] *** fission6 has left #eclipse [16:38:42] *** rawblem has joined #eclipse [16:43:14] *** jconnolly has joined #eclipse [16:43:29] *** archtech has quit IRC [16:45:33] *** kartben has quit IRC [16:49:28] *** pnehrer has quit IRC [16:49:49] *** pnehrer has joined #eclipse [16:55:32] <multiHYP> what is the keyboard shortcut for keys like Enter or Space? [16:55:38] <multiHYP> or Backspace... [16:55:39] <philk_> databinding experts here? I need to bind the selection of a combo to an ObservableMap [16:56:59] *** lestat has left #eclipse [16:58:39] *** greg8si has joined #eclipse [17:01:19] <magnet> Eclipse seems to forcecully terminate programs that output a lot in stdout (here, a Java/OSGi program). I have tried to find the option that does it but to no avail. Does anyone have a pointer or an idea to prevent that behavior? [17:01:48] *** njbartlett has joined #eclipse [17:02:02] <magnet> (a lot = stops at around ~300k lines of text flood, and around 700k to go still) [17:03:20] <jink> magnet: Prefs -> Debug/Run -> Console -> Limit console output ? [17:03:29] <jink> Oh, it's Run/Debug [17:03:34] <jink> But you get the idea. :P [17:03:48] <magnet> jink, tried already; disabling that did not work [17:04:09] <magnet> and that option should not terminate programs anyway, just limit the buffer size [17:04:16] <jink> I agree. :) [17:04:23] <multiHYP> come on guys, that was an easy question... [17:04:51] <jink> multiHYP: Pressing enter isn't short enough? :S I'm not sure I get your question. [17:04:58] <magnet> multiHYP, I don't get what you ask [17:05:01] <multiHYP> SWT.CTRL + ? [17:05:07] <magnet> ah [17:05:14] <magnet> that's called a constant [17:05:16] <magnet> SWT constant [17:05:28] <multiHYP> what should i say, also on windows, how to show the Arrow key character in menu item's shortcut part? [17:05:39] *** krbarnes has left #eclipse [17:06:15] <magnet> Have you looked at the org.eclipse.swt.SWT class Javadoc? [17:06:22] <multiHYP> 2 questions really, how to show the arrow up character in menuitem and how to add CTRL+arrow_UP as a shortcut... [17:06:31] <multiHYP> yes, nothing much [17:06:54] <multiHYP> i mean maybe there is mask trick somewhere, but im not familiar with that... [17:06:55] <magnet> Backspace is SWT.BS [17:07:03] <multiHYP> ok cool [17:07:18] <magnet> Enter is SWT.CR [17:07:21] <magnet> or SWT.LF [17:07:42] <magnet> or KEYPAD_* equivalents [17:08:29] <magnet> and to add shortcuts, have a look at the org.eclipse.ui.bindings extension point [17:08:32] <multiHYP> ok how should i put them into menuitem's text? i.e. "testItem\tCTRL+ENTER"? [17:08:44] <multiHYP> i use only swt [17:08:47] <magnet> what do you mean? Those are key codes [17:09:17] <multiHYP> yes, but also to show them in the menuitem's title, you have to add them to the title's text under windows... [17:09:42] <rcjsuen> Doesn't MenuItem have API for that? [17:09:45] *** greg8si has quit IRC [17:10:26] *** manster has quit IRC [17:10:50] <multiHYP> yes, but the SWT.BS should be somehow in text form in order to show the default Backspace icon as the shortcut next to menuitem [17:12:36] <multiHYP> on the mac setting Accelerators is sufficient but not on windows, you have to set the menuItem.setText("item\tCTRL+V"); if you want the menuitem to show that character. [17:12:52] <multiHYP> ;) quick lesson on setting Accelerators crossplatform [17:20:01] *** z4z4 has quit IRC [17:23:17] <philk_> how do I do databinding on a Map? I want to observe SWT controls Text and put it as value into a map at a specific key [17:25:39] *** njbartlett has quit IRC [17:27:08] *** deSilva has quit IRC [17:27:10] *** _hansi has joined #eclipse [17:27:22] *** Cybernator has joined #eclipse [17:28:01] *** nathandelane has joined #eclipse [17:29:26] <nathandelane> In Eclipse I have seen that one can set constraints for a project, for example naming conventions required by the project. However I never have implemented them myself, and I was wondering what this system of constraints is called in the Eclipse world, and how do I go about defining them for a project? [17:29:54] <philk_> nathandelane: I think its hardcoded everywhere its needed [17:30:08] <philk_> nathandelane: I have seen it in the PDE Wizards [17:31:49] <nathandelane> philk_: to some degree I believe this too, however I worked on a Java project once with some open source developers who required certain files to be created for certain XML properties, like a project validation rule. These validations are clearly outside of the scope of the standard Eclipse Java environment. How do I implement this? [17:32:23] <philk_> nathandelane: I have no idea, sorry [17:32:51] <nathandelane> philk_: Thanks for your help. [17:33:01] <nathandelane> I'll keep looking around [17:33:28] <rcjsuen> presumably by writing your own builder I guess [17:33:59] <rcjsuen> PDE does the same thing, if it can't find the class on the build path it'll create a warning. [17:34:08] *** cmw72 has quit IRC [17:35:58] *** cmw72 has joined #eclipse [17:37:06] *** dsugar100 has joined #eclipse [17:37:38] *** noroute has quit IRC [17:38:24] *** eLBati has joined #eclipse [17:46:39] <philk_> rcjsuen: do you know the keyboard short for display a menu definition in the IDE? Like shift+f12 or something? [17:46:53] <nathandelane> rcjsuen: Thanks, I just noticed in the project settings some things I need to look at. I will take your advice into consideration as well. [17:46:58] *** nathandelane has quit IRC [17:47:29] <rcjsuen> philk_: I don't understand what you're talking about. [17:49:27] <philk_> rcjsuen: with the pluginspy you can check who is contributing what workbench item... there was also a keyboard shortcut for displaying the same kind of infos about menu entries [17:49:49] <rcjsuen> yeah i heard of that before but don't know the shortcut [17:52:53] *** thomas_hallgren has left #eclipse [17:58:58] *** opossum_oisif has quit IRC [18:00:51] *** kottlett has quit IRC [18:01:22] *** EricInBNE has quit IRC [18:08:12] *** EricInBNE has joined #eclipse [18:08:31] *** eLBati has quit IRC [18:10:22] <philk_> is there a Mylyn connector for the github issue tracker? [18:10:44] <rcjsuen> I doubt it personally. [18:11:28] *** njbartlett has joined #eclipse [18:16:53] *** jonalv has quit IRC [18:17:56] *** perl_bug has quit IRC [18:18:37] *** private_meta has quit IRC [18:18:37] *** ramon1 has quit IRC [18:18:38] *** marckie has quit IRC [18:18:38] *** BAF has quit IRC [18:18:38] *** Frantic has quit IRC [18:18:38] *** joeytwiddle has quit IRC [18:18:38] *** spawnyd has quit IRC [18:20:24] *** marckie has joined #eclipse [18:20:24] *** private_meta has joined #eclipse [18:20:24] *** Frantic has joined #eclipse [18:20:24] *** spawnyd has joined #eclipse [18:20:24] *** ramon1 has joined #eclipse [18:20:24] *** BAF has joined #eclipse [18:20:24] *** joeytwiddle has joined #eclipse [18:20:37] *** joeytwiddle has quit IRC [18:20:50] *** kartben has joined #eclipse [18:20:57] *** joeytwiddle has joined #eclipse [18:21:19] *** Theravadan has joined #eclipse [18:21:50] *** Bass10 has quit IRC [18:22:34] *** Bass10 has joined #eclipse [18:26:14] *** magnet has quit IRC [18:27:25] *** njbartlett has quit IRC [18:29:58] *** tr1gger has quit IRC [18:30:26] *** tr1gger has joined #eclipse [18:34:03] *** philk_ has quit IRC [18:37:44] *** philk__ has joined #eclipse [18:39:11] <philk__> how do I load all Properties from a properties file belonging to a specific class? [18:43:02] *** EricInBNE has quit IRC [18:44:38] *** kartben has quit IRC [18:51:32] *** NfNitLoop has joined #eclipse [18:51:57] *** _hansi has quit IRC [18:52:01] <NfNitLoop> I know there are eclipse tools for calling/testing SOAP services... are there tools to do the same with XMLRPC? I've been googling but haven't turned up anything. [18:52:29] *** visik7 has quit IRC [18:52:32] <NfNitLoop> (I'd also be open to external GUI XMLRPC clients too, if anyone knows one...) [18:52:37] * NfNitLoop continues googling. [18:55:52] *** drindt has quit IRC [18:59:04] *** jonkri has joined #eclipse [18:59:52] *** mastro has quit IRC [19:00:53] *** njbartlett has joined #eclipse [19:01:56] <jonkri> hello people. i know this is a homework question and a bit off-topic but _please_ help me, i've been reading books and googled for hours. i'm using rhapsody trying to draw a design model diagram, and i want to know what the difference between the class and object entity is. it seems that most people are using the classes, but i don't understand why or when to use objects. i know what the difference between a class and an object is, but i think it's [19:01:56] <jonkri> different in uml diagrams [19:03:57] <FauxFaux> Many people (DDD, Fowler, etc.) define an Entity as a real thing in your system, like a Person or an Order or..., which will normally be represented by an instance of a class. [19:04:15] <FauxFaux> (With an id; normally the same as the primary key in the db, etc.) [19:05:20] *** kensanata has left #eclipse [19:05:47] *** aliljet has joined #eclipse [19:06:38] *** deSilva has joined #eclipse [19:06:45] <acalbaza> NfNitLoop: Xml Spy? [19:07:54] <multiHYP> good night [19:07:57] *** multiHYP has quit IRC [19:08:05] <aliljet> hey, I've got the oddest problem -- a moment ago, autocomplete seemed to be partially working for my cakephp application (it was at least seeing some of the variables) and I restarted the workspace and my autocomplete died. Is there some easy way to troubleshoot this? [19:08:37] *** jonkri has quit IRC [19:08:50] *** jonkri has joined #eclipse [19:10:21] <aliljet> i've basically got two php classes and I'm unable to call up some of the variables in the parent class of the class I'm working with now [19:12:04] * FauxFaux peers at jonkri. [19:14:02] *** deSilva has quit IRC [19:26:35] *** dsugar100 has quit IRC [19:27:18] *** erdal has joined #eclipse [19:28:00] *** hceylan has joined #eclipse [19:39:28] *** tom17bombadil has joined #eclipse [19:39:50] *** visik7 has joined #eclipse [19:43:58] *** visik7 has quit IRC [19:51:44] <erdal> bundle A wants to load a class from bundle B reflectively, what buddy-classloading options do i have to set? [19:51:59] <erdal> A has no dependency on B [19:55:22] *** hceylan has quit IRC [20:00:26] *** jconnolly has quit IRC [20:05:07] <rcjsuen> erdal: 'global' I guess? [20:05:52] <NfNitLoop> acalbaza: I was hoping for something a little more... Free. :p [20:06:03] <rcjsuen> you could alternatively ask bundle B to do the load class and then invoke newInstance() from there [20:06:04] <erdal> rcjsuen: set that header in bundle B? [20:06:05] <rcjsuen> that might work mebbe [20:06:18] <erdal> i cannot set anything in A [20:06:52] *** tom17bombadil has quit IRC [20:10:32] *** Cybernator has quit IRC [20:11:02] <acalbaza> NfNitLoop: soap ui doesnt do this? [20:43:44] *** danhello has joined #eclipse [20:47:25] <NfNitLoop> acalbaza: not according to any documentation I've seen. They all want to be pointed at a WSDL, which XMLRPC doesn't provide. [20:48:11] *** Kidmar has joined #eclipse [20:48:15] <Kidmar> #eclipse [20:52:00] *** marcosRz has joined #eclipse [20:53:07] *** Rayaken has joined #eclipse [20:59:30] *** danhello has quit IRC [20:59:32] <paulweb515> erdal: you have to set buddy classloading options in A [20:59:44] <paulweb515> erdal: global or registered (and then B registers with A) [20:59:56] <paulweb515> erdal: you cannot do it without changing A in some way [21:00:06] *** Kidmar has left #eclipse [21:00:19] <paulweb515> erdal: that's why the eclipse way is IConfigurationElement and the OSGi way is a service or service factory [21:03:47] *** Powerplay has joined #eclipse [21:05:14] <erdal> paulweb515: thanks [21:16:27] *** Bass10 has quit IRC [21:19:17] *** jonkri has quit IRC [21:19:32] *** jonkri has joined #eclipse [21:21:03] *** Tesseraction has quit IRC [21:25:09] *** Bass10 has joined #eclipse [21:26:43] *** marcosRz has quit IRC [21:27:00] *** marcosRz has joined #eclipse [21:42:42] *** volodya has quit IRC [22:01:27] *** fission6 has joined #eclipse [22:02:27] <fission6> i have a line like this in my code, schema_file = '../../delivery.xsd' how in eclipse do i give file paths relative to my project? should i use ../../ or can i have a way to make it easier for team mates to have a more direct path to files in the project [22:04:17] *** acuster has quit IRC [22:07:47] *** Fragarach87 has quit IRC [22:08:57] *** deSilva has joined #eclipse [22:10:12] *** magnet has joined #eclipse [22:12:03] *** r0yalty has joined #eclipse [22:12:15] <r0yalty> In Eclipse, I've changed the font and font size for "Structured Text Editor Text Font" under Windows->Preferences->General->Appearance->Colors and Fonts, but the font for my xml-files wont change. I had no problems applying this to java files [22:12:50] *** marcosRz has quit IRC [22:13:44] *** rhk has joined #eclipse [22:15:21] <r0yalty> well, it actually takes affect for all xml files except the main.xml in an android application [22:18:05] <rcjsuen> sounds like an android tooling bug then i guess [22:18:09] <rcjsuen> or it has its own prefs :3 [22:20:08] *** kthomas_vh has quit IRC [22:20:31] *** kthomas_vh has joined #eclipse [22:21:11] *** kartben has joined #eclipse [22:22:14] *** evil_gordita has joined #eclipse [22:22:21] *** _hansi has joined #eclipse [22:23:03] *** paulweb515_ has joined #eclipse [22:23:10] *** NetHawk has joined #eclipse [22:23:34] *** jonkri has quit IRC [22:28:40] *** tolland has quit IRC [22:28:44] *** Rayaken has left #eclipse [22:28:49] *** rcjsuen has quit IRC [22:30:50] *** KOS-MOS has quit IRC [22:31:27] *** marcosRz has joined #eclipse [22:32:42] *** kartben has quit IRC [22:34:46] *** erdal has left #eclipse [22:37:30] *** ReneP has quit IRC [22:49:11] <philk__> paulweb515: there is no way to get the ID of a menuContribution command item inside the handler, that is executed when the menuContributions command handler is executed? I would need the ID for gathering some extensions from the registry. So far I have a command param "id", but it would be a duplication, if i could just read the one defined with the menuContributions command. [22:50:13] *** rcjsuen has joined #eclipse [22:50:35] <philk__> whats the recommended way: use an extension ID/Name pair or define a subelement in that extension and define an id/name attribute? I guess for quicker reading from the registry the ID of the extension should be used? Otherwise one would have to iterate over all IConfigurationElements first to find an "id" attribute. Right? [23:00:56] *** ReneP has joined #eclipse [23:03:05] *** Powerplay has quit IRC [23:03:19] *** jmimi has joined #eclipse [23:05:19] *** jfreeman has joined #eclipse [23:06:16] *** jfreeman has quit IRC [23:19:55] *** aliljet has quit IRC [23:20:34] *** jjcadavid has joined #eclipse [23:26:44] <jjcadavid> Hi guys, I'm curious about modeling with constraints in EMF. Is there a way to add OCL constraints to my Ecore models through Ecore Tools? [23:32:01] *** pnehrer has quit IRC [23:36:54] *** r0yalty has quit IRC [23:41:30] *** rgrunber has quit IRC