[00:00:23] *** z`` has quit IRC [00:03:16] *** tseidel has joined #eclipse [00:08:23] *** gese1 has left #Eclipse [00:08:42] *** tkubaska has quit IRC [00:11:45] *** dominikg has quit IRC [00:12:56] *** The_PHP_Jedi has joined #eclipse [00:13:49] *** omry_|work has quit IRC [00:14:52] *** namespace has joined #eclipse [00:15:05] <namespace> hi everybody [00:16:31] <The_PHP_Jedi> hey [00:16:36] <The_PHP_Jedi> sup to everyone too :) [00:23:19] <namespace> pretty quiet here.... :o [00:25:27] *** discodan has quit IRC [00:28:16] <namespace> May anyone be able to help me resolving this error i get in the Project Explorer: "Unable to create view: org.eclipse.core" [00:28:17] <namespace> I also get a whole bunch of errors when i click on "Details" [00:28:31] <namespace> Any kind of help would be appreciated! [00:28:43] *** mohbana has quit IRC [00:29:12] *** mohbana has joined #eclipse [00:32:41] *** malcom2073 has quit IRC [00:33:08] *** mindCrime has joined #eclipse [00:35:55] *** The_PHP_Jedi has quit IRC [00:36:10] *** The_PHP_Jedi has joined #eclipse [00:37:05] *** ekiczek has quit IRC [00:39:27] <paulweb515_> ~logs [00:39:28] <KOS-MOS> Looking for your Eclipse logs? Try Window > Show View > Other > PDE Runtime > Error Log. Or look at the <workspace>/.metadata/.log file. If you want to paste it somewhere, see ~pastebin - http://wiki.eclipse.org/index.php/IRC_FAQ#Where_are_Eclipse.27s_log_files_located.3F - http://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F [00:39:45] <paulweb515_> namespace: ^^ the bulk of the error messages and stack traces should be in there [00:41:16] *** robinr has joined #eclipse [00:42:27] *** tseidel has quit IRC [00:42:54] <konigsberg> Hello all. [00:43:34] <konigsberg> I have failed to find an implementation of o.e.ui.menus where the menu contribution's locationURI is a popup assocaited with an editor. [00:43:41] <konigsberg> Does anyone have an example they know of? [00:43:46] <konigsberg> I've failed to make this work. Grr. [00:45:55] <namespace> paulweb515_: in .metadatra i only have one file called version.ini with one line "org.eclipse.core.runtime=1" in it. i don't think it's this.... :o the that's showing me is too long to paste it here but the first line of it is: java.lang.ClassNotFoundException: org.eclipse.core.runtime.Plugin Thanks!! [00:49:58] *** Keelhaul has joined #eclipse [00:51:01] *** SKuhn has quit IRC [00:53:26] *** zx|cafe has joined #eclipse [00:54:02] *** The_PHP_Jedi has quit IRC [00:54:22] *** The_PHP_Jedi has joined #eclipse [00:54:28] *** dt06pe3_ has joined #eclipse [00:54:29] *** dt06pe3 has quit IRC [00:56:12] *** dotsintacks has quit IRC [00:59:43] <konigsberg> Ah, finally, success. [00:59:47] <konigsberg> Please disregard. :) [01:01:01] *** Keelhaul has left #eclipse [01:03:37] *** veleno has joined #eclipse [01:08:29] *** donavan has quit IRC [01:10:42] *** veleno has left #eclipse [01:15:10] *** zx|cafe has quit IRC [01:16:17] *** donavan has joined #eclipse [01:16:21] *** TheLittlePrince has joined #eclipse [01:16:44] *** zx|cafe has joined #eclipse [01:16:51] *** benowar has quit IRC [01:41:00] *** LordMetroid has quit IRC [01:42:16] *** merlin2049er has joined #eclipse [01:48:37] <arooni> how do i initiate find/replace with a keyboard shortcut [01:50:36] *** nerdboy|off is now known as nerdboy [01:57:22] <konigsberg> CTRL-F [01:57:26] <konigsberg> arooni: CTRL-F [01:58:50] <arooni> damn [01:58:54] <arooni> not with the VIM plugin installed [01:59:53] <konigsberg> Well then you may be on your onw! :) [02:00:21] <arooni> how do i see hwere the shortcuts are [02:00:22] <arooni> se where [02:00:24] <arooni> see where! [02:01:37] <zx|cafe> ctrl+shift+l [02:01:50] <zx|cafe> That should hopefully bring up the shortcuts available to you [02:01:54] <zx|cafe> otherwise the VIM plug-in is evil :) [02:03:26] <arooni> no [02:03:28] <arooni> it's awesomeness [02:04:57] <zx|cafe> I've been using Eclipse too long to appreciate it I guess ;) [02:07:32] *** NoWay has joined #eclipse [02:10:04] *** z` has quit IRC [02:12:13] <arooni> this cracked me up: http://thedailywtf.com/Articles/Interview-with-a-Secretary.aspx [02:12:17] <arooni> some java references too [02:12:25] *** namespace has quit IRC [02:17:18] *** NoWay has quit IRC [02:18:59] *** MakeFake has quit IRC [02:19:56] *** ekiczek has joined #eclipse [02:20:27] *** steegf has quit IRC [02:24:01] *** deng_c has joined #eclipse [02:26:54] *** robinr has quit IRC [02:27:41] *** eidolon has joined #eclipse [02:30:43] *** hal has joined #eclipse [02:31:04] <konigsberg> Hello, I am getting my head around the plugin.xml expressions associated with activeWhen and enabledWhen in command handlers. [02:31:10] <konigsberg> Rather, trying. :0 [02:31:10] <konigsberg> :) [02:32:37] <konigsberg> What I'd like is to somehow connect an portion of an activeWhen expression to when my editor's selection changes. [02:32:58] <konigsberg> What I can do is add a selection listener that identifies what part of the model is selected. [02:33:22] <konigsberg> I'm guessing from there, I need to publish some related state about the selection, and make it available to one of the commpand expressions. [02:34:00] <konigsberg> I'm reading http://wiki.eclipse.org/Command_Core_Expressions [02:34:26] <konigsberg> So I have some idea. [02:35:24] <zx|cafe> you're a brave man, in PDE we only started to adopt commands >:) [02:35:34] <konigsberg> O RLY? [02:36:02] <konigsberg> GUIs-R-Me_ suggested that Commands were Good and Actions were Bad. [02:36:05] <konigsberg> And so I've been relying on it. [02:37:22] <zx|cafe> It is true, actions are evil and limiting [02:37:37] <zx|cafe> You can do a lot more with commands and the new menu story [02:38:06] <zx|cafe> It's just that it's tough for the teams that have used actions in the past and migrating is always not fun. If you're starting out anew I would definitely use commands [02:38:28] <konigsberg> Thanks zx|cafe. [02:39:16] <konigsberg> Does my thought make sense tho? [02:40:19] <konigsberg> That is, add a selection listener that identifies if the cursor position (or selection) represent this or that portion of the model? [02:40:35] <konigsberg> And publish them? And if that's correct, publish them where? [02:42:04] *** ajt has quit IRC [02:44:05] <zx|cafe> konigsberg: shouldn't you be able to test for selections within an activeWhen? [02:45:02] <konigsberg> I guess. [02:45:07] <konigsberg> But I don't know what I would test for. [02:45:26] <konigsberg> See, I understand two things: [02:45:32] *** cool_baked has joined #eclipse [02:45:40] <zx|cafe> So let's say this [02:45:47] <konigsberg> 1. I understand that I need an activeWhen clause to selectively enable and disable the handlers. [02:45:58] <zx|cafe> you have a java editor and you want to show a menu for methods or class definitions [02:46:14] <konigsberg> And 2. The selection from an editor is a text selection, and I need to munge that into something one of the expressions can understand. [02:46:19] <konigsberg> Sure. [02:46:24] <konigsberg> I'm listening. [02:47:19] *** deng_c has quit IRC [02:47:31] *** Zack1403 has quit IRC [02:47:31] <zx|cafe> you could use an activeWhen with the selection variable to test for those object types. Those types would be provided by an ISelectionProvider [02:47:41] <zx|cafe> wait, this is in your source editor or something like an Outline view? [02:47:43] <zx|cafe> What's the context? [02:47:48] <konigsberg> It's my editor. [02:47:52] <konigsberg> Ah good question! :) [02:47:58] <paulweb515_> konigsberg: if your editor is playing nice with eclipse selections, then the core expressions have access to both a Collection of objects from the selection and a "selection" variable with the ISelection (IStructuredSelection) object depending on what you expose [02:48:06] <konigsberg> Right, right. [02:48:09] <konigsberg> Here's the problem though. [02:48:13] *** emantos has joined #eclipse [02:48:16] <konigsberg> The selection from my editor is just a Text selection. [02:48:18] *** |ReneP| has quit IRC [02:48:31] <konigsberg> So it's just an arbitrary string. [02:48:58] <konigsberg> Even the Java editor's selection is just text. [02:48:59] <zx|cafe> you don't have some type of model backing your editor, like an AST or something? [02:49:03] <konigsberg> I do. [02:49:04] <konigsberg> Right [02:49:14] <konigsberg> And here's the part where I'm stuck. [02:49:32] <konigsberg> Because I don't know how to tie the backing model to something the expressions framework can understand. [02:50:00] <paulweb515_> konigsberg: you use a PropertyTester, if you can translate your "selection" into some model information [02:50:02] *** deng_c has joined #eclipse [02:50:10] <konigsberg> That's what I'm looking for. [02:50:11] <konigsberg> OK [02:50:46] <paulweb515_> you would, say, target your property tester at ITextSelection and then you'll get the ISelection object passed into a test(*) method [02:50:58] <konigsberg> OK OK [02:51:00] <paulweb515_> from there, you can translate it into your model and return your TRUE or FALSE [02:51:07] <konigsberg> Is there an example of this anywhere? [02:51:11] <konigsberg> Oh that's exactly what I want. [02:51:45] <paulweb515_> konigsberg: on the link you mentioned, in the property tester section [02:51:46] <konigsberg> I'll go look. [02:52:01] <konigsberg> Yeah, I mean a concrete example. Something that I can scan from soup to nuts. [02:52:04] <paulweb515_> There are links to the implementation [02:52:04] <konigsberg> But I'll go back to that document. [02:52:07] <konigsberg> oh OK!! [02:52:51] <konigsberg> OK back to work. [02:52:53] <zx|cafe> paulweb515_: this new command and menu story is keeping you in business >:) [02:52:54] *** ReneP has joined #eclipse [02:53:04] <paulweb515_> konigsberg: so there's an example of writing an activeWhen with the org.eclipse.core.resources.name property, and then above there's the link to the implementation of that property tester [02:53:15] <konigsberg> OK I will go read. [02:53:16] <paulweb515_> zx|cafe: yes, indeed [02:55:03] <konigsberg> Hey I have to go support someone, so I'll definitely go down that path. Thank you paulweb515_ and zx|cafe. [02:55:27] <paulweb515_> konigsberg: by [02:55:30] <paulweb515_> bye [03:00:37] *** rcjsuen has joined #eclipse [03:04:06] *** Zack1403 has joined #eclipse [03:04:51] *** emantos has quit IRC [03:11:31] *** aramirez has joined #eclipse [03:12:17] *** gaillard_ has joined #eclipse [03:12:28] *** hal has quit IRC [03:13:04] *** emantos has joined #eclipse [03:13:45] *** zx|cafe has quit IRC [03:21:35] *** XBO has joined #eclipse [03:22:42] <XBO> Hi All [03:23:02] *** emantos has quit IRC [03:24:13] *** The_PHP_Jedi has quit IRC [03:24:18] <XBO> Having a problem with Eclipse 3.3.1.1 on Kubuntu Gutsy: I'm seeing a LOT of messages: [03:24:18] <XBO> QPainter::begin: Cannot paint null pixmap [03:24:18] <XBO> QPainter::end: Missing begin() or begin() failed [03:24:18] <XBO> in the console and in the terminal. Has anyone seen it also? [03:24:36] *** ajt has joined #eclipse [03:25:02] <rcjsuen> ~tell XBO about info [03:25:02] <KOS-MOS> XBO: Please state your CPU architecture (x86, 64-bit, etc.), operating system (Windows, Linux, Mac OSX, etc.), your Java runtime environment (unless you checked in your workspace logs and/or in the about dialog, you do not know _for sure_, please see ~jre. No, typing 'java -version' in the command line does not count as checking), your Eclipse version, and where did you download Eclipse from. [03:25:05] <XBO> Shows in the terminal all the time, and in the console when trying to run GWT projects [03:26:05] *** emantos has joined #eclipse [03:28:14] <XBO> KOS-MOS: x86, Kubuntu Linux Gutsy (7.10), eclipse.buildId=I20070625-1500, java.version=1.5.0_11, Command-line arguments: -os linux -ws gtk -arch x86, downloaded Eclipse from eclipse.org [03:28:45] <rcjsuen> XBO: What plug-ins are you using [03:28:49] <rcjsuen> XBO: which Eclipse package did you dowlnoad [03:28:59] <rcjsuen> and Eclipse 3.3.1.1 != build id I20070625-1500 [03:29:01] <rcjsuen> you are on 3.3.0 [03:29:08] *** plexq has joined #eclipse [03:29:39] <XBO> rcjsuen: That's what the "About Eclipse SDK says" - 3.3.1.1 [03:29:52] <rcjsuen> but the id is 20070625-1500? [03:30:04] <plexq> how do I do the equivalent of a make clean in Eclipse? It seems that I have a class file hanging around that shouldn't be there [03:30:46] <XBO> Hmm... "About" shows M20071023-1652, the previous one was from .metadata/.log [03:31:15] <rcjsuen> XBO: What plug-ins are you using, if any, which Eclipse package did you download [03:31:34] <XBO> plexq: menu Project -> Clean... [03:31:50] <XBO> rcjsuen: plugins - too many, let me compile a list [03:32:01] <rcjsuen> XBO: Then it could be from anything, that error. [03:32:59] <XBO> rcjsuen: I understand, but what bugs me the most is the fact that it shows in the terminal window when I do "Scan for updates" [03:33:17] <rcjsuen> Well, I dunno what QPainter is. [03:33:22] <rcjsuen> Sounds like something from Qt [03:33:26] <rcjsuen> But Eclipse uses gtk+, so I dunno [03:35:16] <XBO> rcjsuen: plugins: AspectJ (AJDT), HibernateTools, Mylyn, testNG, SpringIDE, Subclipse, WST and their dependencies (GEF, Buckminster, Data Tools PLatform, EMF, and the like) [03:35:33] *** z` has joined #eclipse [03:36:10] <rcjsuen> I don't know what to tell you outside of googling the error [03:36:21] *** z` has quit IRC [03:36:38] <XBO> rcjsuen: tried that, not much luck. [03:36:50] *** z` has joined #eclipse [03:37:43] <XBO> One more thing: when scanning for updates, I'm seeing an empty list of available updates, but underneath the list it says "Showing 7 of 7 updates" or something like this... so some updates are found, but it won't display them [03:39:53] <XBO> and when it shows the results of the scan for updates, that's when I'm seeing a lot of QPainter errors in the terminal where I start Eclipse from [03:53:29] *** asgeir_ has joined #eclipse [03:56:06] *** nitind_ is now known as nitind [03:56:58] *** mohbana has quit IRC [03:58:04] *** zilret has joined #eclipse [04:05:33] *** eggauah has left #eclipse [04:05:34] *** tobias has joined #eclipse [04:11:49] *** geoaxis has quit IRC [04:12:49] *** asgeir_ has quit IRC [04:14:15] *** Zack1403 has quit IRC [04:14:25] *** [1]Zack1403 has joined #eclipse [04:14:39] *** [1]Zack1403 is now known as Zack1403 [04:16:02] *** konigsberg has quit IRC [04:29:04] *** littlebir has joined #eclipse [04:29:38] <littlebir> Hey, how do i add a META-INF to the classpath? I'm using persistance and apprently it requires the persistence.xml inside META-INF [04:33:28] *** aramirez has quit IRC [04:33:54] <nitind> So why does it need to be added to the classpath? [04:42:59] <littlebir> nitind: I thought i read somewhere since you can't directly add persistence.xml to the classpath, you have to add the META-INF [04:43:05] <littlebir> and in it would be the persistence.xml [04:43:11] <littlebir> any ideas on how to do this? [04:53:15] *** gleesond_ has joined #eclipse [04:54:17] <nitind> littlebir: Is the top-level folder containing the class files also supposed to contain META-INF, like it would in a .jar? [05:00:31] *** devong has joined #eclipse [05:02:32] *** devong has quit IRC [05:04:14] *** rcjsuen has quit IRC [05:05:03] *** gleesond has quit IRC [05:13:47] *** gleesond_ has quit IRC [05:18:03] *** nmatrix9 has joined #eclipse [05:22:46] *** zilret has left #eclipse [05:24:57] *** XBO has left #eclipse [05:34:34] *** nullmind has joined #eclipse [05:34:56] *** nullmind has left #eclipse [05:35:55] *** merlin2049er has quit IRC [05:35:58] *** nullmind has joined #eclipse [05:36:04] *** nullmind has left #eclipse [05:56:41] *** sgt-d has joined #eclipse [05:57:21] *** xochilpili_ has joined #eclipse [05:57:27] <xochilpili_> hi there [05:57:36] <xochilpili_> i have this problem with eclipse [05:57:40] <xochilpili_> http://pastebin.ca/902108 [05:57:49] <sgt-d> xochilpili_: this is probably your best bet. show them the other error too please. [05:58:23] <sgt-d> (use pastebin) [05:58:27] <sgt-d> good luck [06:00:48] <xochilpili_> http://pastebin.ca/902126 and this appearsme in the shell [06:00:51] <xochilpili_> please help [06:01:18] <sgt-d> give them time [06:01:27] <sgt-d> i will be in the other channel [06:01:30] *** sgt-d has left #eclipse [06:12:51] *** tobias has quit IRC [06:26:31] *** atomis has quit IRC [06:27:10] *** atomis has joined #eclipse [06:33:44] <nitind> xochilpili_: With the user of /usr/lib/eclipse and /usr/share/eclipse, I'm guessing your installation of Eclipse was provided by your distribution. They may not have intended you to run it with a VM other than gcj. [06:41:01] <xochilpili_> nitind : sorry, my english is not very good [06:41:02] *** Zack1403 has quit IRC [06:41:18] <xochilpili_> so i need only a gcj for run eclipse ? [06:42:32] *** allan has joined #eclipse [06:43:10] *** gaillard_ has quit IRC [06:45:17] *** njbartlett_ has quit IRC [06:46:08] *** xochilpili_ has quit IRC [06:50:55] *** xochilpili has joined #eclipse [06:51:05] <nitind> xochilpili: Who built that Eclipse? [06:51:20] <xochilpili> i installed it from yast [06:51:47] <nitind> xochilpili: It might only run with gcj, then. [06:51:56] <xochilpili> could you help me for install from zero eclipse ? [06:52:10] <xochilpili> im on suse 10.3 [06:52:49] <xochilpili> please ? [06:52:56] <nitind> zero eclipse? what is that? [06:53:09] <xochilpili> no, i mean from the begining [06:53:15] <xochilpili> at start [06:54:11] <nitind> xochilpili: Are you adding that -vm switch? [06:54:48] <xochilpili> where ? [06:54:55] <xochilpili> to eclipse ? [06:55:14] <nitind> Yes [06:55:15] <xochilpili> no i only run it from the start menu [06:55:33] <xochilpili> and appears me this as a splash window [06:58:21] <nitind> xochilpili: Your distribution has done something wrong. You can go to http://www.eclipse.org/europa/ and download a new copy. You would then unzip it and just run it. [06:58:49] <xochilpili> i did it before [06:58:54] <xochilpili> but the same error appears me [07:01:24] <nitind> Exactly the same? [07:02:17] <xochilpili> yes [07:03:57] <xochilpili> yes [07:03:59] <xochilpili> the same [07:04:04] <xochilpili> error [07:04:11] *** buhawi has joined #eclipse [07:05:14] <nitind> xochilpili: http://pastebin.ca/902126 happens on startup? [07:06:39] <xochilpili> no, this is when i try to run my test.class from shell [07:06:59] <xochilpili> that is it already compiled [07:08:06] <xochilpili> im installing this > java-1_6_0-sun-1.6.0.u1-26 [07:08:15] <xochilpili> which version of eclipse do i need ? [07:12:27] <nitind> Which compiler did you use to create your test.class? [07:13:00] <xochilpili> java-1_6_0-sun-1.6.0.u1-26.i586.rpm [07:13:12] <xochilpili> java-1_6_0-sun-devel-1.6.0.u1-26.i586.rpm [07:13:17] <xochilpili> i have installed this [07:13:29] <xochilpili> and now i can compile & execute [07:13:30] <xochilpili> my code [07:13:35] <xochilpili> : ) [07:15:55] <xochilpili> but if i want eclipse for programming can i installed if i have those java's ? [07:16:43] <xochilpili> sir ? [07:17:24] <nitind> Yes. [07:17:50] <xochilpili> but which version of eclipse do i need for those packages? [07:18:20] <nitind> It wouldn't matter. The class version problem you had goes away if you use the newest JRE like 1.6. [07:23:28] *** robinr has joined #eclipse [07:26:42] *** cool_baked has left #eclipse [07:28:30] *** Tortoose has joined #eclipse [07:37:51] <xochilpili> i did ! [07:38:00] <xochilpili> thanks a lot nitind [07:38:03] <xochilpili> u are the best [07:39:12] <xochilpili> do you know how to run lg3d ? [07:40:27] <nitind> Nope, don't even know what that is. [07:41:11] <xochilpili> looking glass 3d [07:41:16] <xochilpili> is for 3d desktop [07:41:25] <xochilpili> made it with java-sun [07:50:51] *** robinr has quit IRC [07:53:24] *** soulreaper has joined #eclipse [07:58:44] *** kartben has joined #eclipse [08:12:02] *** gaillard_ has joined #eclipse [08:12:03] *** xochilpili has quit IRC [08:15:25] *** Industrialist has joined #Eclipse [08:22:03] *** soulreaper has quit IRC [08:25:00] *** kartben has quit IRC [08:27:47] *** derjohn has quit IRC [08:31:03] *** oswald has joined #eclipse [08:32:40] <oswald> hello I am new to eclipse. I have a package called compliance.I need to put it within another package called comp. I have tried drag & drop,copy & paste but it doesn't seem to work. how do i create a package within a package [08:38:24] *** jbosmans has quit IRC [08:38:25] *** TheLaw has quit IRC [08:38:30] <nitind> You can rename the package from its context menu, or possibly Move it from the context menu's Refactor submenu. [08:39:11] *** jwisher_ has quit IRC [08:39:27] *** Carnage\ has joined #eclipse [08:41:16] *** geoaxis has joined #eclipse [08:45:13] *** TomTom has joined #eclipse [08:45:24] *** AlNor has quit IRC [08:45:47] <oswald> thanks [08:51:09] *** AlNor has joined #eclipse [08:54:12] *** Cheops` has joined #eclipse [09:01:02] *** benny`work has joined #eclipse [09:08:59] *** seevash has quit IRC [09:17:01] *** kartben has joined #eclipse [09:17:40] *** nerdboy is now known as nerdboy|off [09:18:51] *** plexq has quit IRC [09:20:11] *** TheLittlePrince has quit IRC [09:21:56] *** gbaal has joined #eclipse [09:24:51] *** cyzie has joined #eclipse [09:24:55] *** usm88 has joined #eclipse [09:25:45] <usm88> hi all [09:32:06] *** grEvenX has joined #eclipse [09:33:57] <usm88> does any body know how to install org.eclipse.equinox.app ? [09:34:38] *** kartben has quit IRC [09:37:22] *** oisin has joined #eclipse [09:43:49] *** mefisto has joined #eclipse [09:47:10] *** z4z4 has joined #eclipse [09:49:40] *** usm88_ has joined #eclipse [09:49:45] *** usm88 has quit IRC [09:52:32] *** usm88_ has quit IRC [09:53:17] *** Macen has joined #eclipse [09:57:20] *** usm88 has joined #eclipse [09:57:45] *** legendi|work has joined #eclipse [09:57:58] <legendi|work> re [09:58:51] <usm88> does any body know how to install org.eclipse.equinox.app ? [10:02:02] <legendi|work> usm88: install the Equinox Application Container plugin [10:03:11] <usm88> legendi|work, can u point me to a link where i can get more info ? [10:03:58] <legendi|work> have you tried using Help -> Sowtware Updates -> Find & Install? [10:04:10] *** jbosmans has joined #eclipse [10:05:44] <usm88> legendi|work, yes but i don't know where is the URL [10:06:02] *** tltstc has joined #eclipse [10:06:50] *** grom358 has joined #eclipse [10:06:51] <usm88> will much appreciate, if u can share the proper URL of Equinox Application Containter [10:07:05] *** n_np has joined #eclipse [10:07:31] <allan> I already have that jar in my eclipse/plugins [10:07:38] <grom358> what download packages include PDE runtime? Trying to install Scala plugin and it complains I need PDE runtime [10:08:01] <allan> i have eclipse j2ee for windows here [10:08:18] <allan> i think equinox jar is already bundled in that version of eclipse [10:09:30] <allan> @usm88: Try looking at update site of eclipse [10:10:10] <usm88> allan, i'm looking at this link : http://www.eclipse.org/equinox/documents/quickstart.php [10:10:16] <legendi|work> usm88: ok, so when you press ctrl + shift + T you can see classes in that package? [10:10:19] <usm88> but could not find and clue [10:11:31] <allan> @usm88: what version of eclipse are you using? and what platform? [10:11:55] <usm88> allan, i'm using eclipse 3.2.2 on fedora core 6 [10:12:02] <legendi|work> usm88: I'd suggest downloading that jar there and including it in your current project's class-path [10:13:07] *** L7361408 has joined #eclipse [10:13:16] *** L7361408 has left #eclipse [10:14:46] <usm88> legendi|work, will try it thanks [10:18:49] *** oisin has left #eclipse [10:23:29] <nitind> I'd also suggest moving up to Fedora 8. Core 6 is no longer supported. [10:25:30] *** sama has joined #eclipse [10:28:48] *** usm88 has quit IRC [10:31:30] *** Madkinder has joined #eclipse [10:32:32] <Madkinder> Greetings. Can anybody point me to the eclipse for Linux amd64/x86-64 download page? [10:33:29] <legendi|work> Madkinder: is there a stable JVM for that platform? [10:34:06] <Madkinder> legendi|work: afaik Eclipse runs well using GNU classpath [10:34:23] <Madkinder> so yes, there's a stable jvm [10:34:44] <toulmean> Madkinder: here comes: http://download.eclipse.org/eclipse/downloads/ [10:34:47] <legendi|work> http://download.eclipse.org/eclipse/downloads/drops/R-3.3.1.1-200710231652/ [10:35:03] <toulmean> grab the version you want and scroll down to get the 64 bits one [10:35:11] <Madkinder> there're a bunch of downloads... [10:35:24] <Madkinder> I'm not going to develop plugins for eclipse [10:35:36] <toulmean> what do you want then ? [10:35:39] <Madkinder> so I don't need eclipse-sdk [10:36:13] <Madkinder> I can't understand which one should I pick :( [10:36:27] <toulmean> what do you want ? java dev, php, ruby ? [10:36:28] <toulmean> name it [10:36:34] <Madkinder> there're Eclipse SDK, JUnit Framework, RCP SDK, etc. [10:36:56] <Madkinder> the main page leads to http://www.eclipse.org/downloads/ [10:37:02] <toulmean> yes [10:37:29] <Madkinder> as I'm going to use Eclipse mainly for c++ development I picked Eclipse IDE for C/C++ Developers [10:37:57] <Madkinder> clicked on the "linux" link at the right side of the page... [10:38:07] <Madkinder> ... and got x86-32 version :( [10:38:39] <Madkinder> which is not working for my x86-64 distro [10:39:11] <toulmean> ok [10:39:31] *** pschriner has joined #Eclipse [10:39:42] <toulmean> what you should do is try installing the platform binaries: http://download.eclipse.org/eclipse/downloads/drops/R-3.3.1.1-200710231652/download.php?dropFile=eclipse-platform-3.3.1.1-linux-gtk-x86_64.tar.gz [10:39:45] <Madkinder> a month ago somebody on this channel pointed me directly to the right download [10:40:20] <Madkinder> oh, I see... thank you, toulmean [10:40:22] <toulmean> in that case... I was about to propose you to install the platform and install CDT through the update site [10:40:42] <Madkinder> toulmean: that suits me =) [10:40:54] <toulmean> ok, as long as you know about update sites [10:41:02] <toulmean> cool, have fun [10:41:12] <Madkinder> of course I know. thank you, guys [10:54:39] *** Macen has quit IRC [10:56:17] *** gbaal has quit IRC [11:04:05] *** erik2 has joined #eclipse [11:20:38] *** gaillard_ has quit IRC [11:27:17] *** legendi|work has quit IRC [11:28:48] *** buhawi has quit IRC [11:28:49] *** srcerer_ has joined #eclipse [11:31:04] *** grom358 has left #eclipse [11:32:06] *** legendi|work has joined #eclipse [11:34:44] *** oisin has joined #eclipse [11:36:21] *** dt06pe3_ has quit IRC [11:41:49] *** caotic has joined #eclipse [11:42:07] <caotic> anybody using the aptana plug in or the aptana instalation ? [11:44:29] *** srcerer has quit IRC [11:45:51] *** co2 has joined #eclipse [11:48:29] *** deng_c has quit IRC [11:57:58] *** leafwiz has joined #eclipse [11:58:50] *** caotic has left #eclipse [12:00:00] <leafwiz> Hi, I'm writing some small html pages, and i'm looking for a small web plugin that will help with the base construction. recommendations? [12:00:25] <legendi|work> ~tell leafwiz about wtp [12:00:26] <KOS-MOS> leafwiz: Check out Eclipse's Web Tools Platform - http://www.eclipse.org/wtp/ [12:00:36] <leafwiz> thx [12:01:52] *** fsteeg has joined #eclipse [12:01:59] *** allan has quit IRC [12:07:23] *** cmw73 has quit IRC [12:09:24] *** philk_ has joined #eclipse [12:10:08] <philk_> Hi guys, anybody know if the Jetty implementation shipped with Eclipse can handle https? [12:10:20] *** oisin has left #eclipse [12:13:33] *** dmiles_afk has quit IRC [12:15:18] *** atomis has quit IRC [12:21:59] *** jerkface03 has quit IRC [12:22:52] *** atomis has joined #eclipse [12:24:54] *** jerkface03 has joined #eclipse [12:33:14] *** leafwiz has quit IRC [12:33:26] *** Madkinder has left #eclipse [12:33:34] *** caravena has joined #eclipse [12:33:49] *** caravena has quit IRC [12:42:47] *** JonEvans_ has joined #eclipse [12:46:42] *** kovan has joined #eclipse [12:47:18] <kovan> how do i make eclipse open a file from another program? [12:47:43] <legendi|work> rightclick on the file & open with [12:47:48] <kovan> something like running "eclipse myfile.java" in the command line (just in case: that doesn't work) [12:48:24] <legendi|work> oh, that way [12:49:10] *** kovan has quit IRC [12:51:09] *** Industrialist_ has joined #Eclipse [12:52:49] *** mohbana has joined #eclipse [12:56:23] *** dandre has joined #eclipse [12:56:28] <dandre> hello, [12:57:18] <dandre> I use eclipse for my projects. Is tehre any mean to launch eclipse editor when double clic on a file? [12:59:10] *** Adrenalin` has joined #eclipse [12:59:19] <Adrenalin`> How in eclipse to Associate .phtml to .php ? [12:59:47] <Adrenalin`> I mean to have the same things into phtml file as in php file [13:00:01] <Adrenalin`> The same code suggestion, the same highlight..etc [13:00:40] <Adrenalin`> Anyone on the ship ? [13:01:05] <Adrenalin`> Ok, I think I found answer in FAQ, huh [13:01:59] <lemmy> hi, slightly OT but does anybody know when (time) sf.net syncs the unix groups with the user database? [13:05:08] <nitind> dandre: Not yet. Keep an eye on bugs ~60289 and ~178927. [13:05:09] <KOS-MOS> Bug 60289 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=60289 - Platform / UI / 3.0 - All / All - NEW / enhancement / - Assignee:kim_horne at ca dot ibm.com - [EditorMgmt] Launch Eclipse editor from outside Eclipse [13:05:21] *** Industrialist has quit IRC [13:05:26] <Adrenalin`> kol, a new bug [13:05:32] <Adrenalin`> karamba [13:12:23] <dandre> ok thanks nitind [13:14:14] *** geoaxis has quit IRC [13:14:54] *** juricde has joined #eclipse [13:22:37] *** kovan has joined #eclipse [13:26:23] *** Pookzilla has quit IRC [13:34:07] *** deng_c has joined #eclipse [13:38:30] *** Carnage\ has quit IRC [13:39:09] *** rdw has joined #eclipse [13:39:35] <rdw> hello, how can i configure include paths from within phpeclipse? [13:41:53] *** multi_io has quit IRC [13:48:24] *** LordMetroid has joined #Eclipse [13:51:02] *** masak has joined #eclipse [13:52:20] <masak> what's the relation between swt and awt? [13:52:26] *** Cheops` has quit IRC [13:52:45] <masak> I'm about to do 2D graphics in Eclipse, and I'm wondering what to use [13:52:48] *** Cheops` has joined #eclipse [13:52:51] <legendi|work> masak: I guess nothing :-) [13:52:56] <masak> :-) [13:52:58] <legendi|work> both are windowing toolkits [13:53:10] <masak> yes [13:53:31] <masak> but all I've found so far is Java2D, which seems to mean awt [13:53:41] <legendi|work> or swing [13:54:16] <legendi|work> you'd like to create some simple desktop application that's drawing some sort of stuff? [13:54:30] <legendi|work> or an Eclipse plugin? [13:54:32] <masak> no, I'm developing an Eclipse plugin [13:54:50] <masak> my group is a bit philosophically opposed to Swing [13:54:57] <legendi|work> ok [13:55:16] <legendi|work> maybe you should have a look on something called SWT_AWT bridge [13:55:37] <masak> I will do that [13:55:45] <legendi|work> it can be used to place awt components into swt [13:56:10] <masak> am I right in assuming that awt provides 2D capabilities that swt doesn't? [13:56:23] *** dsugar100 has joined #eclipse [13:56:30] <legendi|work> dunno, I don't do much swt :-) [13:56:46] <masak> ok [13:56:52] <benny`work> masak, you can also do most drawing stuff with SWTs GC [13:57:04] <masak> benny`work: GC? [13:57:22] <masak> benny`work: do you have an URL to an example? [13:59:29] *** TodC has joined #eclipse [14:00:10] <benny`work> http://www.eclipse.org/swt/snippets/ (canvas), http://www.eclipse.org/articles/article.php?file=Article-SimpleImageEffectsForSWT/index.html , http://www.eclipse.org/articles/Article-SWT-OpenGL/opengl.html http://www.eclipse.org/articles/Article-SWT-images/graphics-resources.html http://www.eclipse.org/articles/Article-SWT-Color-Model/swt-color-model.htm [14:00:15] <benny`work> masak, enough? ;) [14:00:21] <masak> benny`work: many thanks :) [14:01:21] *** mohbana has quit IRC [14:01:42] *** Pookzilla has joined #eclipse [14:04:41] *** derjohn has joined #eclipse [14:10:43] *** jacob has joined #eclipse [14:10:44] *** philk__ has joined #eclipse [14:11:05] *** SNy has quit IRC [14:11:20] <jacob> hey, I'm using JDT with eclispe and I have this problem that I keep forgetting to refresh my resources before I run my program. Is there some way to get eclipse to automatically refresh resources on run? [14:11:57] <legendi|work> yes, there is an option of 'refresh workspace automatically' in the workspace preferences [14:12:07] *** eggauah has joined #eclipse [14:12:43] *** benny`work has quit IRC [14:12:50] <jacob> cool, do you happen to know how it works? (polling, notification..?) [14:13:34] <paulweb515> jacob: I think it's some form of scanning combined with native libraries [14:13:44] *** geo-axis has joined #eclipse [14:13:50] <jacob> interesting [14:13:57] <jacob> well as long as it works, that's all I need anyway : ) [14:14:00] <jacob> thanks a lot! [14:14:20] *** pschriner has left #Eclipse [14:14:59] *** dmiles_afk has joined #eclipse [14:15:00] *** philk_ has quit IRC [14:22:18] *** geo-axis has quit IRC [14:22:46] <jacob> so, while I'm here... I seem to be having a lot of unexplained crashes when running Eclipse on x86-64 linux with the GTK backend has anybody else experienced this/got a work around? [14:23:22] <jacob> I've tried many different version of Eclipse (currently on 3.3.1.1) and different Linux distributions (Ubuntu, Centos 5, Centos 4...) [14:23:37] *** SNy has joined #eclipse [14:24:43] *** dmiles_afk has quit IRC [14:25:28] <jacob> typically crashes seem to coincide with an action taking place in the GUI, like switching a perspective or a menu appearing. If I can live Eclipse open for several days though not doing anything and it'll be fine. [14:25:59] *** ultrasparc- has left #eclipse [14:27:48] *** EskilA has joined #eclipse [14:31:18] <paulweb515> jacob: what JVM are you running ... [14:32:41] <paulweb515> jacob: If you get a JVM core dump you can open a bug and attach the hs_err_pid file [14:33:31] *** rcjsuen has joined #eclipse [14:34:43] *** dmiles_afk has joined #eclipse [14:36:26] *** dmiles_afk has quit IRC [14:39:08] *** dmiles_afk has joined #eclipse [14:41:20] <dandre> I have a problem with bugzilla mylin connector: [14:41:20] <dandre> when I set priority (P1 for instance) the priority icon does not display correctly [14:41:58] *** veleno has joined #eclipse [14:44:12] *** Ians has joined #eclipse [14:45:08] <rcjsuen> dandre: file a bug [14:45:13] <rcjsuen> dandre: ekuleshov might know something. [14:45:24] *** oswald has quit IRC [14:45:31] <ekuleshov> eh? [14:45:38] *** Blues-Man has joined #eclipse [14:45:41] <Blues-Man> hello [14:45:52] <dandre> ekuleshov: I have a problem with bugzilla mylin connector: [14:45:52] <dandre> when I set priority (P1 for instance) the priority icon does not display correctly [14:45:59] *** JanDiederich has joined #eclipse [14:46:09] <Blues-Man> i should make a VE-like plugin, but less featured. I should have swing drawing that makes XML, i can't find useful documentation online cause i don't understand RCP,EMF,GEF connections for VE, are there some book that can help me? [14:46:12] *** JanDiederich has left #eclipse [14:46:22] <dandre> the tasks are ordered correctly though [14:46:31] <ekuleshov> dandre: how do you set it? [14:47:04] <dandre> either in eclipse or directly in bugzilla [14:47:22] <dandre> I amm using 2.22 version of bugzilla [14:48:44] <ekuleshov> dandre: let me try that [14:48:53] *** masak has quit IRC [14:50:40] <ekuleshov> dandre: looks ok on eclipse.org bugzilla. is your instance somehow customized ? [14:51:31] <dandre> not on this part [14:53:48] <ekuleshov> dandre: what mylyn and eclipse version you are using? can you try with eclipse bugzilla? [14:54:20] *** _elemental has joined #eclipse [14:54:23] <jacob> paulweb515: the problem is I often don't get a core dump from the JVM, I've tried using a couple of different 1.5 and 1.6 JVMs... [14:54:36] <jacob> paulweb515: it's very unpredictable [14:55:31] *** kartben has joined #eclipse [14:55:58] *** eidolon has quit IRC [14:57:35] *** eidolon has joined #eclipse [14:57:55] *** buhawi has joined #eclipse [14:58:08] *** philk_ has joined #eclipse [14:59:06] <dandre> I don't know 'eclipse bugzilla' [14:59:29] <dandre> I am using eclipse 3.3 and latest mylyn [15:00:10] <ekuleshov> dandre: eclipse.org bugzilla is preconfigured in mylyn. [15:00:38] <ekuleshov> dandre: latest meaning the weekly build or 2.2? [15:00:46] <dandre> 2.2 [15:01:24] *** EskilA has left #eclipse [15:02:54] <ekuleshov> dandre: I guess I can't tell you anything useful. you'll have to submit a bug. see http://www.eclipse.org/mylyn/bugs/ [15:03:08] <dandre> ok [15:03:31] * Blues-Man good blues bye [15:03:32] *** dmiles_afk has quit IRC [15:03:41] *** Blues-Man has quit IRC [15:06:45] *** philk__ has quit IRC [15:09:06] *** shiva has joined #eclipse [15:12:44] *** timothym has joined #eclipse [15:14:49] *** dmiles_afk has joined #eclipse [15:19:24] *** Carnage\ has joined #eclipse [15:20:56] <philk_> Hi! Is there a JAXP bundle available? [15:21:14] <nitind> wouldn't that be in your JRE already? [15:24:08] <philk_> nitind: it is? So I do not need Xerces or something like that? [15:24:29] *** tobias has joined #eclipse [15:25:02] <rcjsuen> philk_: it should anyway, are you seeing something that tells you otherwise? [15:25:15] <philk_> That might be one of the reasons why the JRE is so frickin big [15:25:51] <eidolon> ... [15:26:21] <philk_> rcjsuen: no I was just planning my bundle layouts, and thought about which JAXP to use... I will try to go with the JRE provided one. Thanks so far. [15:26:41] *** njbartlett has joined #eclipse [15:26:41] <nitind> philk_: There's enough in the JRE to satisfy the JAXP requirements, but the latest Xerces does do more. There's a Xerces bundle in the Orbit project. [15:28:10] *** a00001 has quit IRC [15:28:17] <philk_> nitind: I need only the very basic XSLT features, so I think I can go with the JRE version [15:28:36] <nitind> philk_: That'd be Xalan, not Xerces, but if it works for you. [15:29:08] <philk_> nitind: will try, thanks [15:35:52] <dandre> ekuleshov: I am trying to get bugs from eclipse bugzilla, do you have the url I need to put in mylyn? [15:36:21] <ekuleshov> dandre: isn't it in the url field dropdown? [15:36:31] <dandre> non [15:36:40] <dandre> sorry, bo [15:36:42] <dandre> no [15:38:09] <ekuleshov> dandre: are you sure you are using mylyn and not some other tool? because mylyn always had eclipse.org bugzilla in there... [15:38:35] <dandre> yes I am sure! [15:38:52] <ekuleshov> dandre: if you go to task repositories view, it might even already there, unless you manually deleted it [15:38:56] *** a00001 has joined #eclipse [15:39:21] <dandre> what version of bugzilla is there on eclipse.org? [15:39:50] <dandre> may be I have deleted, because I add difficulties setting it [15:40:31] *** jacob has left #eclipse [15:40:48] <ekuleshov> dandre: if you call "add task repository" action from task repositories view, then select bugzilla connector. "server" field should have dropdown with preconfigured bugzilla for eclipse.org [15:40:59] <ekuleshov> dandre: anyways, url is https://bugs.eclipse.org/bugs [15:41:41] <dandre> ok thanks, bu I don't have eclipse.org in my drop down [15:42:29] *** a00001 has quit IRC [15:42:58] *** a00001 has joined #eclipse [15:44:20] <ekuleshov> dandre: that is very strange [15:45:41] *** scorphus has joined #eclipse [15:46:15] <dandre> I get read timeout error [15:46:48] *** Cheops` has quit IRC [15:47:22] *** Cheops` has joined #eclipse [15:48:20] *** ajt has quit IRC [15:50:08] <dandre> Ok now I get it and the icones show fine [15:50:22] *** cschneid has joined #eclipse [15:50:34] <dandre> so this must certainly be related to my bugzilla install [15:51:06] *** Ians has quit IRC [15:51:26] *** ajt has joined #eclipse [15:52:43] <legendi|work> bye folks! [15:52:44] *** legendi|work has quit IRC [15:52:51] *** njbartlett has quit IRC [15:53:11] *** Industrialist__ has joined #Eclipse [15:53:16] *** Industrialist__ is now known as Industrialist [15:54:54] *** cschneid has quit IRC [15:55:06] *** oisin has joined #eclipse [15:55:26] *** krbarnes has joined #eclipse [16:00:56] *** acuster has joined #eclipse [16:02:26] *** werdan7 has quit IRC [16:04:05] *** MakeFake has joined #eclipse [16:04:06] <eidolon> dammit. i can start tomcat on the command line, but i can't start it in eclipse. [16:08:53] *** Industrialist_ has quit IRC [16:13:10] *** SzymonB has joined #eclipse [16:15:43] *** werdan7 has joined #eclipse [16:16:20] <dandre> ekuleshov: how can I retrieve attributes from a bugzilla server to see what is view by mylyn? [16:17:00] <ekuleshov> dandre: what do you see in query form dialog? [16:17:01] <kovan> how do I open a file in an existing eclipse window from the command-line? [16:17:02] *** eggauah has quit IRC [16:17:28] <rcjsuen> kovan: Not possible. [16:17:32] <dandre> I have issued show_bug.cgi?id=1242&ctype=xml and see not difference in priority xml tag from my bugzilla install and eclipse one [16:18:17] *** rorUnni has joined #eclipse [16:19:31] <kovan> are you sure? it's a very trivial task [16:19:36] <dandre> ekuleshov: everything seems to be correct [16:20:00] <dandre> still on my task priority icons [16:20:04] *** luca1 has joined #eclipse [16:20:31] <dandre> its works with bugs.eclipse.org but not my install [16:20:47] <rcjsuen> kovan: I'm pretty sure. Feel free to implement it if it's "very trivial". [16:21:18] *** JohnE has joined #eclipse [16:22:22] <ekuleshov> dandre: maybe priorities been remapped in your bugzilla. you can check repository configuration at https://bugs.eclipse.org/bugs/config.cgi?ctype=rdf [16:22:52] <zx|work> kovan: it's fairly straightforward to implement if you're application is a 'singleton' [16:23:14] <zx|work> kovan: just open a socket and pipe information to it and react on it [16:24:10] <ekuleshov> zx|work: hey chris. do you know by any chance why colored decoration is not in api and been copied between jdt and search ui? [16:24:46] <zx|work> ekuleshov: technically not sure why, but probably just that noone had the time to make it API ready yet [16:24:58] <kovan> zx|work but i'm talking about eclipse editor here, not my app [16:25:37] <zx|work> kovan: Eclipse doesn't support this scenario out of box because it's difficult to come up with a generic solution to this problem of passing parameters to running Eclipse instances... there can be more than one running in a variety of ways [16:25:46] *** meelow has joined #eclipse [16:26:02] <ekuleshov> zx|work: that's shame. what they have there is quite neat, but too much for copying around (~300 lines of code) [16:26:19] <zx|work> ekuleshov: feel free to file a bug and poke people ;d [16:26:34] <zx|work> ekuleshov: ya, the PropertyAndPreferencePage is another example of people copying and looting :( [16:27:03] <kovan> ok [16:27:08] <kovan> jedit does it nicely [16:27:19] <kovan> i'll look for a workaround though, thanks [16:27:26] <zx|work> kovan: jedit isn't as complex >:) [16:27:37] <zx|work> kovan: np, I'll see if I can dig up a bug if you want to be cc'd [16:27:41] <zx|work> I think it's ~4922 [16:27:42] <KOS-MOS> Bug 4922 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=4922 - Platform / UI / 2.0 - All / All - NEW / enhancement / - Assignee:Boris_Bokowski at ca dot ibm.com - [EditorMgmt] Need ability to open a file in eclipse from the command line [16:27:49] <zx|work> yap, my memory serves me well >:) [16:27:56] <rcjsuen> zx|work: yes, that's an annoying one [16:31:56] *** deng_c has quit IRC [16:34:44] *** veleno has quit IRC [16:35:11] *** n_np has quit IRC [16:37:58] *** NoWay has joined #eclipse [16:38:13] *** werdan7 has quit IRC [16:38:55] *** NoWay is now known as haaaa [16:40:48] *** Carnage\ has quit IRC [16:44:51] *** Carnage\ has joined #eclipse [16:46:58] *** werdan7 has joined #eclipse [16:47:16] *** n_np has joined #eclipse [16:47:17] <meelow> hey all, where can i ask questions about the eclipse cdt plugin? [16:47:44] <zx|work> you can try here, but best place is probably the CDT newsgroup [16:48:30] *** _elemental has quit IRC [16:48:47] <meelow> i was just wondering if cdt can create getters and setters, anyone a hint where that feature may hide? [16:49:15] <paulweb515> meelow: if you have one of the editors open, it should be available in the Source menu (if available at all) [16:50:03] *** scorphus has quit IRC [16:50:21] *** scorphus has joined #eclipse [16:50:55] <meelow> paulweb515: source only shows me ident and comment commands :-( [16:51:22] <dandre> ekuleshov: I have noticed that if I set the repository offline then online, the icom reflects the changes I make to the field priority [16:51:36] <meelow> zx|work: i think its not that much of a question for a newsgroup, cdt does not have an irc channel? [16:51:50] <paulweb515> meelow: not separate, AFAIK [16:52:09] <ekuleshov> dandre: "set offline" meaning what? [16:52:14] <paulweb515> meelow: the only other place you can check is in the CDT editor preferences (Window>Preferences) [16:52:24] <paulweb515> meelow: maybe it supports getters and setters using templates [16:52:30] *** luca1 has left #eclipse [16:52:43] <dandre> right clic on the repository, then select offline mode [16:53:06] *** Csharper has joined #eclipse [16:54:42] *** MakeFake has quit IRC [16:54:48] *** Csharper is now known as MakeFake [16:55:35] <philk_> is there a way to let eclipse preferences refresh themselve, if they have been modified on disk? [16:55:38] *** rorUnni has quit IRC [16:56:15] <zx|work> philk_: I believe you can listen for preference chagnes [16:56:23] <zx|work> philk_: what do you mean "modified on disk" [16:56:34] *** JonEvans_ has left #eclipse [16:56:53] *** _elemental has joined #eclipse [16:58:20] <philk_> zx:work: I mean lets say I have a equinox app running on the console (as a service) and modify its .pref files using a RCP app. The console app should be able to detect changes on its config files (the ones backing up the IPreferenceStore) using a file system poller or something... like Eclipse IDE is refreshing its file tree when filesystem changes occur [16:58:28] *** tobias has quit IRC [16:59:48] <meelow> paulweb515: hmm, nope cant find anything there ... how would that be done with templates? do you mean c++ templates? [17:00:17] *** jnorell has joined #eclipse [17:00:53] <paulweb515> meelow: I mean editor templates, like in java typing for<CTRL+SPACE> and having it expand to a for loop [17:01:17] <lemmy> I want to use PDE fetch/map files to fetch third party code before the "regular" PDE build kicks in. Buf PDE build complains about "Missing directory entries: ..." for my own features. Do I have to list "local" feature somehow in the map file too? [17:01:26] *** haaaa has quit IRC [17:01:55] <dandre> ekuleshov: right clic on the repository, then select offline mode [17:02:24] *** dwfa has joined #eclipse [17:03:32] <ekuleshov> dandre: maybe it been renamed already. you'd have to fill a bug report so bugzilla component owner can take a closer look [17:03:36] <meelow> paulweb515 ah, isee ... ok, thanks for the help! [17:03:55] *** ekiczek has quit IRC [17:04:07] *** _Kaa_ has quit IRC [17:05:44] <dwfa> hello - all, was wondering if someone might be able to help point me in the right direction -I want to add a new "installed JRE" via a plugin I am writing; not having luck finding the info in the documentation [17:06:16] *** qualidafial has joined #eclipse [17:06:21] *** Csharper has joined #eclipse [17:06:58] *** SzymonB has quit IRC [17:07:28] *** Csharper is now known as whatisittt [17:08:43] *** oisin has left #eclipse [17:12:37] *** raxelo has joined #eclipse [17:12:46] *** kstevenard has joined #eclipse [17:13:03] *** qualidafial has left #eclipse [17:13:06] *** qualidafial has joined #eclipse [17:13:10] <raxelo> hi all. is there http monitor for eclipse ? [17:13:40] <qualidafial> raxelo: could you be more specific? [17:13:43] *** discodan has joined #eclipse [17:14:20] <raxelo> qualidafial: i want to watch http requests from my application [17:14:42] <raxelo> like in jdeveloper [17:14:48] <dandre> ekuleshov: sorry, I though I was in 2.2 version but I am in 2.0 [17:14:49] <dwfa> for the new ppl that jointd :-) [17:14:50] <dwfa> hello - all, was wondering if someone might be able to help point me in the right direction -I want to add a new "installed JRE" via a plugin I am writing; not having luck finding the info in the documentation [17:14:57] <dandre> How could I update? [17:15:11] *** Cheops` has quit IRC [17:15:34] <dandre> I have checked for updates in the help menu but found no update available [17:15:42] <ekuleshov> dandre: here is the download page. just point your update manager to the appropriate url for your Eclipse version. http://www.eclipse.org/mylyn/downloads/ [17:16:00] <dandre> ok [17:16:28] <rcjsuen> dwfa: http://wiki.eclipse.org/An_auto-configuration_plugin_for_Eclipse [17:16:42] <dwfa> kewl thx will look at [17:16:57] <qualidafial> raxelo: you want to monitor outgoing http requests from your app, or monitor incoming http requests on the server? [17:17:01] *** rcjsuen has quit IRC [17:17:10] <krbarnes> dwfa: look at org.eclipse.jdt.launching.vmInstalls extension point [17:17:35] *** PaulTT has joined #eclipse [17:18:12] <dwfa> looking at vmInstalls atm and JavaRuntime as well [17:18:13] <dwfa> will go back to vmInstalls and look again - thx [17:18:48] <dandre> ekuleshov: Unable to access "http://www.eclipse.org/mylyn/downloads/". [17:18:48] <dandre> Error parsing site stream. [The XML stream is not a valid default "site.xml" file. The root tag is not site.] [17:19:01] *** cmw72 has joined #eclipse [17:19:28] *** parti_ has joined #eclipse [17:19:30] <ekuleshov> dandre: that is a web page that has list of update sites [17:19:45] <dandre> oups sorry [17:19:58] *** discodan has quit IRC [17:21:32] *** MakeFake has quit IRC [17:22:18] *** SzymonB has joined #eclipse [17:23:27] *** erik3 has joined #eclipse [17:23:51] *** meelow has quit IRC [17:23:52] *** erik2 has quit IRC [17:24:14] *** meelow has joined #eclipse [17:24:45] *** werdan7 has quit IRC [17:25:57] *** mohbana has joined #eclipse [17:28:30] *** buhawi__ has joined #eclipse [17:31:25] *** johnficc2 has joined #eclipse [17:32:33] <raxelo> qualidafial: from my app [17:32:40] *** parti has quit IRC [17:32:45] <johnficc2> I'm using a dark theme in my gnome desktop is there a way to make the text in eclipse more readable ? [17:34:39] <raxelo> i have to monitor requests from my application, that sends http requests to servlet [17:34:53] *** lordmetroid_ has joined #Eclipse [17:35:32] *** ekiczek has joined #eclipse [17:35:53] <raxelo> and does eclipse have macros ? [17:35:57] <PaulTT> I've downloaded PDT to use eclipse with PHP on a windows xp platform--What configuration changes do I need to make to have eclipse recognize PHP code and highlight any invalid code or compile issues? Right now, it seems to be saying functions are "misspelled" when they're perfectly valid. [17:36:34] <qualidafial> raxelo: nothing comes to mind on the eclipse side. I believe eclipse does have recordable macros [17:37:03] *** buhawi has quit IRC [17:37:13] *** LordMetroid has quit IRC [17:37:23] *** lordmetroid_ is now known as LordMetroid [17:37:26] <raxelo> qualidafial: it is very sadly .... [17:37:34] *** kstevenard has quit IRC [17:38:00] <qualidafial> raxelo: have you looked at eclipse monkey? [17:38:25] <raxelo> qualidafial: i don't know what is this. go google ) thanks [17:38:25] *** sama has quit IRC [17:39:52] *** discodan has joined #eclipse [17:40:07] <qualidafial> raxelo: good luck [17:41:02] *** whatisittt has quit IRC [17:41:25] <raxelo> qualidafial: thanks, but as i see "monkey" is far from macros ... macros is more time - cheaper than scripting. but thanks [17:41:49] <qualidafial> eclipse monkey has a macro recording feature [17:42:02] <raxelo> oh. ok. [17:42:03] <qualidafial> it automatically writes the script based on what it sees you doing with eclipse [17:42:08] *** jbosmans has quit IRC [17:42:17] <qualidafial> raxelo: (as I understand it) [17:42:22] <raxelo> thanks a lot. [17:42:43] *** raxelo has left #eclipse [17:43:33] *** mohbana has quit IRC [17:43:38] *** qualidafial has left #eclipse [17:43:44] <dandre> ekuleshov: ok works fine with 2.2 :-) [17:43:50] *** qualidafial has joined #eclipse [17:44:13] <dandre> How can I remove all oudated package (ie mylyn 2.0 and so on) [17:44:34] *** soulreaper has joined #eclipse [17:44:55] <qualidafial> Help -> Updates -> Manage Configuration [17:45:08] <ekuleshov> dandre: he he. you just didn't want to fill that bug report... :-) [17:45:25] <qualidafial> dandre: once there select all the old features (which must be disabled) and there is an uninstall option [17:45:40] <dandre> I don't remember my account on bugs.eclipse ;-) [17:46:31] *** acuster has quit IRC [17:47:57] *** jcrawford has joined #eclipse [17:49:13] *** Ians has joined #eclipse [17:49:40] *** jbosmans has joined #eclipse [17:50:45] *** evermind has joined #eclipse [17:52:11] *** eggauah has joined #eclipse [17:52:12] *** z4z4 has quit IRC [17:54:16] *** werdan7 has joined #eclipse [18:00:46] *** grEvenX has quit IRC [18:03:23] *** krbarnes has quit IRC [18:04:39] *** PaulTT has quit IRC [18:06:48] *** rdw has quit IRC [18:07:34] *** luca1 has joined #eclipse [18:08:46] <luca1> Hi. I was wondering if there is a way to get the user name of the person who is executing Eclipse? (e.g. their Windows/Linux user name). [18:09:37] <luca1> I should specify that I am trying to do this from within a plug-in. [18:09:45] *** krbarnes has joined #eclipse [18:11:46] *** kaje1 has quit IRC [18:12:11] *** Kaa has joined #eclipse [18:13:40] <gsson> luca1: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#getProperties() <-- "user.name" would probably work, if that's what you're looking for [18:14:27] *** TomTom has quit IRC [18:16:29] *** SzymonB has quit IRC [18:16:53] *** qualidafial has left #eclipse [18:16:58] <eidolon> so is anyone around who has -ever- tried to use tomcat in eclipse? because as far as I can tell, this is completely, totally, utterly broken. [18:16:59] <luca1> gsson: That's just what I needed. Thanks. :) [18:17:04] <eidolon> and frankly impossible to use. [18:17:28] *** rcjsuen has joined #eclipse [18:18:00] *** SzymonB has joined #eclipse [18:19:12] *** dandre has left #eclipse [18:20:29] <luca1> eidolon: I have used Tomcat in Eclipse, but I'm not an expert by any means. [18:21:01] <rcjsuen> eidolon: I use Sysdeo's launcher, worked fine [18:21:02] <eidolon> as far as i can tell, it's extremely poorly configured. I get a failed deployment or an error, there is no information as to what is happening. Frankly, I'm not even sure what it's doing. [18:21:05] <rcjsuen> that was in ...early 2006, i think [18:21:05] <eidolon> it -launches- [18:21:16] <eidolon> then when i run something on tomcat, it may work, it may not. i get 404's a lot. [18:21:34] <eidolon> where are the og files, where are the error messages, where is any input to it? heck i can't even find out how the local tomcat install is finding the app i'm writing. [18:22:32] <luca1> eidolon: Are you using the Web Platform Tools feature for this? [18:22:37] <eidolon> fuck if i know. [18:22:44] <eidolon> i do 'add server' and select tomcat. [18:22:47] <eidolon> it shows up in servers. [18:22:52] <eidolon> i say "run this struts app on server" [18:22:56] <eidolon> i get a 404 page. [18:23:09] <eidolon> he console doesn't say "deploying to server" - i don't even see the 404 message in the console. [18:25:13] <luca1> If the server is running, then in the SErvers view you should see it there. When you start the Server from within Eclipse, it's output should be piped to the console. [18:25:42] <eidolon> i'll show you the 100% result in my console. [18:26:04] <eidolon> http://pastebin.stonekeep.com/1579 [18:26:05] <eidolon> that's it. [18:26:24] <eidolon> i do 'run on server', i get nothing new. i hit it and get 404 errors? nothing on the console. i'm operating in a total black hole here. [18:29:23] *** evermind has quit IRC [18:30:22] <luca1> In the properties of your project under the Server options, is your project associated with your Tomcat installation? [18:30:35] <eidolon> it was until i removed it. [18:30:38] <eidolon> i'm tryint to redeploy it again. [18:30:44] <eidolon> and getting lovely errors. [18:31:45] *** mohbana has joined #eclipse [18:32:57] <eidolon> so apparently eclipse is doing something like telling tomcat that something buried in the eclipse workspace is a webapp root [18:33:02] <eidolon> i don't know -how- it's doing this. [18:33:25] <luca1> If the project is associated with your server, Eclipse will add the project to the context path. The address of hte app will then be at the location in Properties->Web Project Settings. [18:33:47] <eidolon> the context root is correct. [18:33:53] <eidolon> and i can see an html in the web project. [18:33:58] <eidolon> the problem is the struts configuration is failing [18:34:12] <eidolon> and i get 404 errors when trying to address filter-set jsps and classes. [18:34:21] <eidolon> but of course those errors aren't logged, so i don't know -why- i'm getting 404's. [18:34:31] <eidolon> no dumps, no tracebacks, just '404!' "thanks." [18:36:24] <luca1> Ah. Sorry, but I don't know where the error logs are being dumped. [18:36:48] *** vertical_horizon has joined #eclipse [18:38:02] * vertical_horizon me asks any chance of someone directing me to a url that explains how to perform upgrade from eclipse 3.2 to 3.3? [18:38:04] <luca1> Maybe this has some info: http://dev.eclipse.org/newslists/news.eclipse.webtools/msg10235.html [18:38:36] <littlebir> does anyone know why I keep getting this error? I'm using java 6 from the sun sdk with eclipse. It should be working :/ The type Enum is not generic; it cannot be parameterized with arguments <AteClass.EndEnum> [18:39:48] *** rcjsuen has quit IRC [18:40:31] *** SzymonB has quit IRC [18:42:12] * vertical_horizon <asks> any chance of someone directing me to a url that explains how to perform upgrade from eclipse 3.2 to 3.3? [18:43:05] *** gniii has quit IRC [18:44:12] *** njbartlett has joined #eclipse [18:44:25] <littlebir> any ideas guys? [18:44:41] *** buhawi__ has quit IRC [18:45:41] <luca1> vertical_horizon: Maybe http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/porting/3.3/incompatibilities.html [18:45:58] <paulweb515> littlebir: what is the compile level set to for your project ... check compiler in the project properties [18:47:18] <paulweb515> vertical_horizon: if you are talking about just updating your install, that would be download it, untar/unzip into a different directory than your 3.2 install and start the new version ... you'll then have to decide how to update any installed plugins not included in your zip/tar [18:47:18] <vertical_horizon> luca1: Thank you [18:47:19] <littlebir> it says 5.0 [18:47:41] <paulweb515> ~pastebin [18:47:41] <KOS-MOS> please paste the relevant information to a pastebin and the paste the created url back in the channel - http://rafb.net/paste/ - http://pastebin.com - http://pastebin.ca - http://www.nopaste.com/ [18:47:57] <paulweb515> littlebir: please show us the snippet of code that generates this error ... [18:50:53] *** lordmetroid_ has joined #Eclipse [18:51:45] <littlebir> it says it occurs in line 1, which is nothing.. but AteClass.EndEnum is http://pastebin.com/d1b0b9804 [18:52:07] <littlebir> it compiles fine on my windows machine, with eclipse [18:52:13] *** veleno has joined #eclipse [18:52:23] *** david720 has joined #eclipse [18:52:56] <paulweb515> littlebir: what is making it not compile fine then? [18:53:33] *** Adylass has joined #eclipse [18:53:35] *** luca1 has left #eclipse [18:53:46] <paulweb515> littlebir: BTW ... that won't compile anywhere ... we need the entire thing that doesn't compile [18:53:47] <littlebir> oh hm, i went to the java compiler compliance and everything is set to 6.0, but when i hit Configure the Installed JREs at the bottom, it shows me java1.4 jar [18:54:20] *** srcerer_ is now known as srcerer [18:54:34] <Adylass> Hello ! I try to use eclipse with 1.5.0_14-b03 (64amd) + eclipse 3.3.1.1 64 bits . I got random crash .. Someone can help me ^ [18:55:25] <littlebir> ah, that fixed it [18:55:38] <littlebir> added the java 6 in jre folder in there [18:55:45] <eidolon> yippee. "Remove this project from tomcat" "COuld not delete (long path) stutsx2-core.... May be locked by another process." [18:55:51] <eidolon> sorry bro, only process running tomcat here is eclipse itself. [18:57:08] *** kovan has quit IRC [18:57:36] *** mefisto has quit IRC [18:58:15] *** krbarnes has quit IRC [18:59:08] *** vwegert has joined #eclipse [19:01:51] *** Professor_K has joined #eclipse [19:03:22] <Adylass> Hello ! I try to use eclipse with 1.5.0_14-b03 (64amd) + eclipse 3.3.1.1 64 bits . I got random crash .. Someone can help me ? May I use the 1.6 JVM ? On the eclipse site, they recommends 1.5 .. [19:03:34] <Professor_K> Hi everybody, can somedy help me please. I wanted to know if there was an equivalent in eclipse for the SuperAbbrevs plugin on jedit. [19:04:15] *** Tortoose has quit IRC [19:04:40] *** tltstc has quit IRC [19:06:14] <paulweb515> Professor_K: there are templates that can be accessed via CTRL+SPACE [19:07:40] <Professor_K> paulweb515: where can I find/modify those template please? [19:08:24] <paulweb515> Professor_K: Window>Preferences>Java ... somewhere under there [19:08:25] *** LordMetroid has quit IRC [19:09:41] <Professor_K> thx a lot I found it. [19:10:16] <Professor_K> are the templates also available for pdt? [19:10:47] <paulweb515> Professor_K: it depends on if the PDT editor supports content assist [19:11:29] <Professor_K> ok thx, i will try to work on this and see how it works [19:15:14] *** emantos has quit IRC [19:18:00] *** jimcan has joined #eclipse [19:20:51] *** cmw72 has quit IRC [19:24:16] *** tobias__ has joined #eclipse [19:25:46] <Professor_K> ok I've tried it, what CTRL+SPACE does is that for exemple if I type getFromUser and press ctrl+space I will get a popup box with the choices I have (here for exemple I will have the choice to create a method) and it will display public void getFromUser() {} [19:27:33] <Professor_K> However if I type Buffer I will get a huge list and the best choice will replace it with BufferReader instead of BufferReader [name] = new BufferReader(); [19:27:48] *** tobias__ has quit IRC [19:28:28] <Professor_K> is there a way for exemple if I type buffer and then CTRL+SPACE it will replace it automatically with BufferReader [name] = new BufferReader(); ? [19:31:57] *** veleno_ has joined #eclipse [19:32:50] *** tobias has joined #eclipse [19:32:51] *** mohbana has quit IRC [19:33:07] *** veleno has quit IRC [19:39:01] *** konigsberg has joined #eclipse [19:39:02] *** robinr has joined #eclipse [19:43:07] *** LeNettoyeur has joined #eclipse [19:43:39] *** tobiash has quit IRC [19:44:31] <paulweb515> Professor_K: if you add a specific template, sure [19:44:46] *** LeNettoyeur has quit IRC [19:47:01] <Professor_K> the thing is that I understood how to use it pretty well but not how to modify it. I'm still working on it. How can I modify the void - Method stub for example... [19:49:29] <Professor_K> actually what I would really like to do is to be able to change for exemple the type of the method. let's say I just added a void method stub, I would like to go back up with SHift+Tab to change the type instead of doing it with the mouse [19:49:59] <Professor_K> exactely like the code patterns for the for/if/while [19:50:23] *** tltstc has joined #eclipse [19:50:58] *** blackwire83_1st has joined #eclipse [19:51:06] <blackwire83_1st> hi, is there a special SWT channel? [19:52:18] <paulweb515> blackwire83_1st: naw, just here [19:52:29] <blackwire83_1st> ok cool [19:53:01] <blackwire83_1st> I have a question: I'd like to add an event to a tooltip triggered when the tooltip is closed. Which event would that be? [19:55:27] *** Pookzilla_ has joined #eclipse [19:56:00] *** Pookzilla has quit IRC [19:58:28] *** jprieur has joined #eclipse [19:58:32] *** mohbana has joined #eclipse [20:00:21] <Professor_K> paulweb515: ok I began to understand how it works, if I want to add a new template I have to create an xml file and to import it, right? [20:01:11] <paulweb515> Professor_K: you can do it right from the preferences dialog ... ironically, in 3.4 they're going to add a view to make editing easier :-) [20:01:25] *** konigsberg has quit IRC [20:01:56] <blackwire83_1st> is there any comprehensive documentation about events of SWT components? [20:03:20] *** konigsberg has joined #eclipse [20:03:26] *** rorUnni has joined #eclipse [20:03:44] <Professor_K> paulweb515: oh I have ot use the formatter to add template?? [20:06:17] <Professor_K> paulweb515: I was searching the wrong page lol, I figured it out thanx. it's not obviouse those, it would be a good idea to make this fonction of eclipse more intuitive/easy to use. [20:06:23] <Professor_K> anyway thanks a lot] [20:07:45] *** krbarnes has joined #eclipse [20:15:17] <blackwire83_1st> can't anyone here tell me where docs about SWT events are? google is not very helpful...the API is not too [20:15:59] *** kaje1 has joined #eclipse [20:16:28] <krbarnes> blackwire83_1st: what kind of docs? What problem are you having? [20:17:03] <blackwire83_1st> krbarnes: I want to add a close event to a tooltip...but it does not work as expected [20:17:15] <kaje1> I have an SWT app that uses a spinner to change the number of ExpandItems in an ExpandBar. However, whenever I add an ExpandItem, this error appears on the stderr: (SWT:8689): Gtk-CRITICAL **: gtk_widget_map: assertion `GTK_WIDGET_VISIBLE (widget)' failed [20:17:22] <kaje1> Anyone know what that is? [20:18:58] *** ek0 has joined #eclipse [20:19:02] *** jprieur has quit IRC [20:19:07] <krbarnes> blackwire83_1st: You want to add an event, or listen for one? If you pastebin some code we might be able to help you. [20:19:28] <blackwire83_1st> krbarnes: add a listener [20:19:33] <blackwire83_1st> krbarnes: wait a second [20:19:36] *** kartben has quit IRC [20:19:52] <ek0> i dunno if i am supposed to ask this here or in #netbeans, but how do i export a project from netbeans to continue developing in eclipse ? [20:20:56] <krbarnes> kaje1: that's a warning coming from GTK+. Could be a bug in SWT [20:21:07] <blackwire83_1st> http://www.pastebin.org/19433 [20:21:19] <blackwire83_1st> but the Close event does not seem to be right [20:21:25] *** mohbana has quit IRC [20:21:28] <blackwire83_1st> item is a TrayItem [20:21:41] <kaje1> krbarnes: should I submit a bug report? [20:22:14] <krbarnes> kaje1: if you can't find an existing one. [20:22:18] *** MakeFake has joined #eclipse [20:22:22] <kaje1> ok, thanks [20:22:36] <krbarnes> blackwire83_1st: what is item? [20:23:06] <krbarnes> blackwire83_1st: nevermind [20:23:57] *** kartben has joined #eclipse [20:25:14] <krbarnes> blackwire83_1st: TrayItem doc says it sends DefaultSelection, MenuDetect, Selection. [20:25:23] <krbarnes> blackwire83_1st: so no Close events [20:25:40] *** caravena has joined #eclipse [20:25:44] <blackwire83_1st> krbarnes: so I just cannot trigger a call when it's closed? [20:27:00] *** kartben has quit IRC [20:27:40] <krbarnes> blackwire83_1st: try using SWT.Hide instead [20:28:04] *** Ahmed has joined #eclipse [20:28:35] <blackwire83_1st> krbarnes: it's even worse, I think I should apply it to a ToolTip [20:28:41] <blackwire83_1st> krbarnes: which only has Selection [20:28:49] *** xIke__ has joined #eclipse [20:29:18] <xIke__> hi all, is there an easy way to add a file from your project as a toolbar button? I have .bat files that I run frequently that would be handy as buttons [20:29:24] <blackwire83_1st> it works! [20:29:31] <blackwire83_1st> krbarnes: you're awesome! [20:29:37] <blackwire83_1st> krbarnes: it was SWT.Hide [20:29:47] <blackwire83_1st> thanks a lot... [20:30:05] <krbarnes> blackwire83_1st: no problem. Glad to help [20:31:20] *** Professor_K has quit IRC [20:32:00] <blackwire83_1st> krbarnes: how did u know that? is there a doc about inherited events and so on? [20:32:37] <krbarnes> blackwire83_1st: Snippet143 does it [20:32:38] *** Ahmed has quit IRC [20:32:53] <blackwire83_1st> krbarnes: Snippet143? from what? [20:33:05] <krbarnes> I just checked references to TrayItem in snippets. [20:33:10] <krbarnes> one sec [20:33:22] <krbarnes> http://www.eclipse.org/swt/snippets/ [20:33:36] <blackwire83_1st> yo thanks [20:33:45] <krbarnes> you can get all the snippets from CVS if you want. [20:34:23] <blackwire83_1st> cool [20:34:43] <blackwire83_1st> I start to like SWT [20:36:16] <krbarnes> blackwire83_1st: me too ;-) [20:37:08] <blackwire83_1st> krbarnes: unfortunately snippets don't contain how I detect a right-click and launch a context menu for example [20:37:16] <blackwire83_1st> krbarnes: also basic stuff I think [20:38:17] *** xIke__ has quit IRC [20:38:28] *** xIke__ has joined #eclipse [20:38:40] <krbarnes> blackwire83_1st: You can usually just use Control.setMenu. Then you don't need to listen for the mouse/keyboard events. [20:43:06] *** rcjsuen has joined #eclipse [20:43:53] <blackwire83_1st> krbarnes: ok thanks [20:44:11] *** fsteeg has quit IRC [20:44:46] *** caravena has quit IRC [20:45:09] *** fsteeg has joined #eclipse [20:46:54] <blackwire83_1st> krbarnes: works a bit different for trayitems - see http://www.eclipsezone.com/eclipse/forums/t66093.html [20:48:09] *** rcjsuen has quit IRC [20:49:06] <krbarnes> blackwire83_1st: sorry... forgot that we were talking trayitem. Snippet143 does that also. [20:49:37] *** atomis has quit IRC [20:49:51] <krbarnes> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet143.java [20:49:53] *** ek0 has quit IRC [20:52:50] *** cmw72 has joined #eclipse [20:53:03] *** david720 has quit IRC [20:54:45] *** MakeFake has quit IRC [20:55:02] *** mhaller has joined #eclipse [20:59:33] *** konigsberg has quit IRC [21:01:11] *** xIke__ has quit IRC [21:03:13] *** blackwire83_1st has quit IRC [21:07:50] *** meelow has quit IRC [21:10:24] *** ajt has quit IRC [21:14:18] *** Adylass has quit IRC [21:16:25] *** mhaller has quit IRC [21:16:48] *** Kaa is now known as _Kaa_ [21:19:26] *** Adylass has joined #eclipse [21:22:36] *** fsteeg has quit IRC [21:30:43] *** walla has joined #eclipse [21:31:01] <walla> can i edit html in eclipse? [21:36:42] <jnorell> taking about 2 minutes to try, yep [21:36:58] *** Adylass has quit IRC [21:37:09] <jnorell> either as plain text (of course) or there's an html editor and a webpage editor [21:38:53] *** konigsberg has joined #eclipse [21:39:37] *** Adylass has joined #eclipse [21:39:49] <konigsberg> I want to thank xz|work, paulweb515_ and GUIs-R-Me_ for helping me get started with the command and PropertyTester framework. [21:40:13] <konigsberg> It sounds like you, paulweb515_ are the best person to point out possible issues with http://wiki.eclipse.org/Command_Core_Expressions is that correct? [21:40:33] *** GuySoft has joined #eclipse [21:40:57] <GuySoft> hey all, how do i get the zend debugger working in PDT, in debian? [21:43:25] <walla> jnorell: do i have to install a plugin? [21:43:51] <jnorell> I'd guess probably at least WTP, but don't really know [21:44:09] <jnorell> I'm quite new to eclipse [21:44:55] *** lisa2103 has joined #eclipse [21:45:06] *** lisa2103 has left #eclipse [21:46:23] *** walla has quit IRC [21:48:23] *** scorphus has quit IRC [21:53:23] *** TodC has quit IRC [22:02:02] <GuySoft> nobody? [22:02:59] *** dsugar100 has quit IRC [22:03:17] *** Xenon75 has joined #eclipse [22:03:28] <Xenon75> Hi everybody [22:03:48] <paulweb515_> konigsberg: yes [22:04:14] <Xenon75> Does everybody know how can I programmatically invoke a command handler? The problem is how do I artificially "build" an ExecutionEvent object to pass to the handler? [22:07:38] <paulweb515_> Xenon75: you can't just call handlerService.executeCommand("command.id", null) ? [22:08:22] <paulweb515_> Xenon75: even if not, you can still use handlerService.createExecutionEvent(*) [22:08:52] <Xenon75> handlerService :) that's what I was looking for :) [22:08:55] <Xenon75> thanks [22:17:00] <konigsberg> paulweb515_, I see a couple of things with the wiki on Command Core Expressions: [22:17:57] <konigsberg> 1. the Variables and the Command Framework section suggests that only activeContexts, selection, and activeMenu can use the PropertyTester. [22:18:15] <konigsberg> But I confirmed today that activeEditor can work with it too, (Eclipse 3.3.1.1) [22:18:52] *** Xenon75 has quit IRC [22:19:22] <konigsberg> 2. The PropetyTesters section was really hard to deconstruct because of the way you use a single table instead of splitting it into multiple tables. [22:19:35] <konigsberg> I presume you're doing that to maintain constant column size, [22:19:48] <paulweb515_> konigsberg: which property tester? [22:19:58] *** danbeck has joined #eclipse [22:20:01] <konigsberg> but I think you might do to reformat that section for readability. [22:20:19] <konigsberg> (Are you asking me which property tester worked with activeEditor?) [22:21:23] <konigsberg> paulweb515_ (separate item) when I find some time, I would really like to write a minimal example of a complete plug-in that uses the PropertyTester to enable and disable a handler. [22:22:32] <paulweb515_> konigsberg: I'm asking which sentence seemed to imply that PropertyTesters only worked with a few fariables [22:22:53] <konigsberg> OIC. [22:23:26] <paulweb515_> s/fariables/variables/ [22:23:33] <konigsberg> The description columns for those three variables contain phrases like: [22:23:49] <konigsberg> "... and can also be used with a <test/ and a o.e.c.e.PropertyTester." [22:24:18] <konigsberg> And so it seems to me that the lack of that sentence in the other varaibles indicates to me they can't be used. [22:24:22] *** JohnE has left #eclipse [22:24:25] <konigsberg> Make sense? [22:25:06] <paulweb515_> That doesn't preclude the other ones ... but if it's not clear, what it should be pointing out is that those ones are more commonly used with PropertyTesters ... selection especially [22:25:50] <konigsberg> Ah OK [22:25:55] <konigsberg> Let me reread it [22:26:08] <konigsberg> Hmm... that's not clear. [22:26:09] <paulweb515_> it might not be clear, but it can be updated [22:26:12] <konigsberg> Sure thing. [22:26:14] <konigsberg> Can I make the update? [22:26:29] <konigsberg> It's a wiki, after all. :) [22:27:10] <paulweb515_> konigsberg: yes [22:27:16] <konigsberg> Whee! [22:27:27] <konigsberg> Can you clarify one thing for me first? [22:27:40] <paulweb515_> for #2, I don't really care about formatting ... I just needed to get the information up there [22:27:41] <konigsberg> What do you mean by saying [22:27:54] <konigsberg> (Agreed re formatting and information. I'm happy to take that extra step for you.) [22:28:10] <konigsberg> What do you mean by saying that those are the more common use cases for PropertyTesters? [22:28:17] <konigsberg> Never mind, I get it. [22:28:20] <konigsberg> OK I'll take a stab at it. [22:28:53] *** johnficc2 has left #eclipse [22:33:13] *** biguphpc has joined #eclipse [22:35:19] <biguphpc> hi everyboy ! is someone using eclipse under debian unstable ? [22:35:49] <biguphpc> i have a problem since 2 weeks after an upgrade, when i open an editor(java, or even text editor), eclipse is freezing more than one minute and then is ready [22:36:25] <biguphpc> tested 3.3.1.1 and 3.2, the same eclipse/workspace is working under ubuntu [22:37:17] *** jcrawford has quit IRC [22:37:40] *** kaje1 has quit IRC [22:40:15] *** Pookzilla_ has quit IRC [22:46:18] *** cmw72 is now known as meat_node [22:46:44] *** meat_node is now known as cmw72 [22:48:56] *** HuggyBear has joined #eclipse [22:53:55] *** timothym has quit IRC [22:55:20] *** julix_ec has joined #eclipse [22:55:36] *** benowar has joined #eclipse [22:56:29] <julix_ec> Hi . DO you know some modules for : [22:56:30] <julix_ec> 1.Design UML and generate class PHP-code [22:56:30] <julix_ec> 2.Desing interfaces html (buttons, selects,forms) [22:57:01] <julix_ec> 3.Desing databases and generate code php [23:01:15] *** Ians has quit IRC [23:02:06] *** vwegert has quit IRC [23:02:32] *** shiva has quit IRC [23:02:49] *** alekcis has joined #eclipse [23:03:32] *** rorUnni has quit IRC [23:05:20] *** jnorell has left #eclipse [23:05:44] *** biguphpc has quit IRC [23:06:24] *** namespace has joined #eclipse [23:07:06] *** _elemental has quit IRC [23:07:19] <namespace> Hi everybody, anyonearound today? [23:10:39] <krbarnes> namespace: some are around [23:12:47] <namespace> krbarnes: I'm having a C++ problem: Once changed the code, I hit "Run" and it didn't re-complie all of the files in my project and link a "fresh" executable instead it used old files and old code. So I decided (after "Project->Clean..." didn't help) to delete the existing executable and so to force a rebuild. I ereased the "C/C++ application" field in the run configuration but still, when i hit run it complains "An internal error occurred during: "Launchi [23:12:47] <namespace> of errors. How can I get it to build me executable again and how can i force a complete build? Can anyone help? That's pretty frustrating :o [23:13:50] <alekcis> hi can i use eclipse id for java to programmer in php too? [23:15:13] <krbarnes> namespace: I can't help you. [23:16:56] *** lordmetroid__ has joined #Eclipse [23:17:48] *** soulreaper has quit IRC [23:19:51] *** krbarnes has quit IRC [23:21:42] *** kjdoyle has joined #eclipse [23:22:12] *** n_np has quit IRC [23:25:15] <konigsberg> paulweb515_, one more thing I noticed about using the variable 'select' : [23:26:22] <konigsberg> My PropertyTester is triggered by changes in the selection. [23:26:35] <konigsberg> What I notice is that when I merely move the cursor, it doesn't trigger a change in selection. [23:26:45] <konigsberg> In other words, I select a range, it triggers a call to the PropertyTester. [23:26:48] *** namespace has left #eclipse [23:27:03] <konigsberg> When I merely move the cursor to a new location, it doesn't. [23:27:17] *** co2 has quit IRC [23:27:36] <konigsberg> The cursor location is really what interests me in regards to enabling / disabling the particular handlers. [23:27:45] <konigsberg> (not enabling, rather making them active) [23:28:03] <konigsberg> Is this working as intended, or a bug, or something else? Should I move this question to the mailing list? [23:28:09] *** gaillard_ has joined #eclipse [23:28:45] <paulweb515_> konigsberg: there's no variable for "current cursor position" so there's nothing to be notified about [23:29:10] <konigsberg> paulweb515_: Hmm... might that be something worth adding? [23:29:35] <paulweb515_> konigsberg: in 3.4 I hope to add a way to notify the services that a property has changed (like say a position property tester on the active editor) so that those expressions can be re-evaluated [23:29:52] <konigsberg> Right. [23:30:10] <konigsberg> Is there an active bug I can attach myself to so I can be notified of updates? (Say 'yes' and I'll be happy to find it myself.) [23:30:37] <paulweb515_> yes [23:31:20] <paulweb515_> konigsberg: https://bugs.eclipse.org/bugs/show_bug.cgi?id=199454 [23:31:25] <konigsberg> tx [23:33:43] *** lordmetroid_ has quit IRC [23:35:01] *** eelriver has joined #eclipse [23:37:20] <konigsberg> General question about the Eclipse wiki: Am I mistaken or must I create a bugs.eclipse.org account (that is, I can't use my current @gmail.com account.) [23:51:10] <konigsberg> Never mind. [23:51:16] <konigsberg> Oy [23:54:54] *** eelriver has quit IRC [23:55:02] *** julix_ec has quit IRC [23:55:04] *** danbeck has quit IRC [23:55:05] *** Adylass has quit IRC [23:55:10] *** tltstc has quit IRC [23:55:10] *** robinr has quit IRC [23:55:11] *** njbartlett has quit IRC [23:55:12] *** vertical_horizon has quit IRC [23:55:12] *** _Kaa_ has quit IRC [23:55:13] *** ekiczek has quit IRC [23:55:14] *** a00001 has quit IRC [23:55:16] *** derjohn has quit IRC [23:55:16] *** srcerer has quit IRC [23:55:18] *** nmatrix9 has quit IRC [23:55:20] *** donavan has quit IRC [23:55:20] *** LongBeach has quit IRC [23:55:22] *** _burzum has quit IRC [23:55:22] *** ekuleshov has quit IRC [23:55:23] *** omry has quit IRC [23:55:25] *** CarLuva has quit IRC [23:55:25] *** zx|work has quit IRC [23:55:25] *** Sebboh has quit IRC [23:55:26] *** thnee has quit IRC [23:55:26] *** floppypond_ has quit IRC [23:55:32] *** eidolon has quit IRC [23:55:32] *** Adrenalin` has quit IRC [23:55:34] *** reinis has quit IRC [23:55:34] *** toulmean has quit IRC [23:55:35] *** wyvern` has quit IRC [23:55:37] *** Arcalyth has quit IRC [23:55:39] *** Pluxxx has quit IRC [23:55:39] *** schnee has quit IRC [23:55:39] *** crib has quit IRC [23:55:40] *** Patrick_K has quit IRC [23:55:41] *** metafollic has quit IRC [23:55:42] *** ijuma has quit IRC [23:55:42] *** seamusv has quit IRC [23:55:43] *** alx has quit IRC [23:55:43] *** paulweb515_ has quit IRC [23:55:45] *** tobias has quit IRC [23:55:48] *** Dantarion has quit IRC [23:55:50] *** KOS-MOS has quit IRC [23:55:51] *** GUIs-R-Me_ has quit IRC [23:55:53] *** hax has quit IRC [23:55:53] *** LabMonkey has quit IRC [23:55:55] *** kjdoyle has quit IRC [23:55:55] *** lordmetroid__ has quit IRC [23:55:56] *** GuySoft has quit IRC [23:55:56] *** veleno_ has quit IRC [23:55:58] *** jbosmans has quit IRC [23:55:58] *** parti_ has quit IRC [23:55:59] *** Industrialist has quit IRC [23:56:00] *** philk_ has quit IRC [23:56:02] *** alekcis has quit IRC [23:56:04] *** tromey has quit IRC [23:56:05] *** richmastaplus has quit IRC [23:56:11] *** Carnage\ has quit IRC [23:56:12] *** mindCrime has quit IRC [23:56:15] *** gsson has quit IRC [23:56:15] *** pounard has quit IRC [23:56:18] *** aba- has quit IRC [23:56:18] *** pfn has quit IRC [23:56:18] *** Weng has quit IRC [23:56:20] *** dogmeat has quit IRC [23:56:22] *** m4lu8 has quit IRC [23:56:22] *** karltk_ has quit IRC [23:56:23] *** deucalion has quit IRC [23:56:23] *** Midtronic has quit IRC [23:56:25] *** benowar has quit IRC [23:56:26] *** dmiles_afk has quit IRC [23:56:27] *** SNy has quit IRC [23:56:29] *** Zenopus has quit IRC [23:56:29] *** Midtronic|School has quit IRC [23:56:30] *** NetAffect has quit IRC [23:56:32] *** rgould has quit IRC [23:56:34] *** Azoff has quit IRC [23:56:34] *** JavaWoman has quit IRC [23:56:35] *** Verkel has quit IRC [23:56:36] *** SNiLD has quit IRC [23:56:36] *** clyons has quit IRC [23:56:36] *** Obeliks has quit IRC [23:56:39] *** onnadi3 has quit IRC [23:56:39] *** lemmy has quit IRC [23:56:41] *** cyzie has quit IRC [23:56:43] *** Zenton has quit IRC [23:56:46] *** Georgy32 has quit IRC [23:56:47] *** taube has quit IRC [23:56:48] *** peper has quit IRC [23:56:50] *** martinkli has quit IRC [23:56:51] *** littlebir has quit IRC [23:56:55] *** ready has quit IRC [23:56:55] *** MClemo has quit IRC [23:56:55] *** SpektoM has quit IRC [23:58:02] *** echelog has joined #eclipse [23:58:05] *** trac_ is now known as trac^