[00:04:22] *** francis4 has quit IRC [00:04:50] *** \\BAF\IRC has joined #eclipse [00:08:26] *** robtp has quit IRC [00:11:24] *** \BAF64\ has quit IRC [00:11:59] *** EdWyse_Office has joined #eclipse [00:12:39] *** EdWyse_Office has left #eclipse [00:13:25] <Jarob> do any of you know a java channel that supports applets? [00:13:44] <rcjsuen> charley: What kind of problems did you exactly have wit hthat bug [00:13:57] <rcjsuen> charley: I don't fully understand your second paragraph. [00:20:08] <NoobFukaire> Jarob: what are you doing with the applet? [00:20:15] <Jarob> its a maze [00:20:50] <Jarob> i used the guy's maze code [00:20:54] <Jarob> and im doing exercises with it [00:20:58] <Jarob> such as making an exit square [00:21:03] <Jarob> making scores [00:21:08] <Jarob> making something happen when i finish [00:21:09] <Jarob> etc [00:21:47] <rcjsuen> Sounds like stuff that could be done even without using applets. [00:21:57] <rcjsuen> well, unless that is your actual assignment [00:22:02] <Jarob> *shrug* this guy used an applet [00:22:05] <nitind> And what's wrong with ##java for Applets? [00:22:12] <Jarob> they dont support it [00:22:19] <NoobFukaire> ##java is garbage [00:22:22] <Jarob> go look at their message [00:22:26] <NoobFukaire> Jarob: check out #lwjgl [00:22:30] <Jarob> O.o [00:22:42] <Jarob> what is it [00:23:49] <rcjsuen> nitind: ##java actualy specifically says they don't support applets ;o [00:23:53] <Jarob> yep [00:25:50] <Jarob> well most of the people on the social channel of programmers im on dont do java :p [00:25:54] <Jarob> so i had to go somewhere else [00:27:37] *** francis4 has joined #eclipse [00:32:38] <NoobFukaire> have you guys ever heard of apache harmony running equinox successfully? [00:40:09] *** hceylan has joined #eclipse [00:40:23] <hceylan> hello I have the following url: [00:40:32] <hceylan> platform:/resource/com.example.model/src/main/java/com/example/model/beans/Address.java [00:40:39] <hceylan> ow can I get JavaProject from that uri? [00:40:39] <NoobFukaire> looks like they have after an extended search [00:40:56] <hceylan> Like usign sth like JavaCore.create(...); [00:41:13] <rcjsuen> hceylan: How did you get that URI to begin with [00:41:14] <paulweb515_> hceylan: the problem is that translates easily into a URL, but from there you can get the InputStream [00:41:50] <nitind> That's a problem? [00:42:06] <hceylan> ? got the uri from xtext EMF resource [00:42:10] <hceylan> I got the uri from xtext EMF resource [00:42:20] <rcjsuen> nitind: i'm not sure if JDT has code to turn an InputStream to something like an IBuffer does it? :3 [00:42:21] <nitind> The platform:/resource form is internal to org.eclipse.core.internal.resources.PlatformURLResourceConnection, so you'd have to take it apart yourself. [00:42:23] <paulweb515_> nitind: if you want to switch to an IResource, I don't think you can ask the workspace to match the input stream [00:42:30] <hceylan> neither do I think [00:42:44] <hceylan> I just want to get a hold of the source fragment root for that uri [00:42:47] <rcjsuen> nitind: yeah i've personally never seen this /resource business [00:43:03] <paulweb515_> hceylan: nitind is right, you'll have to take it apart ... but it is documented format [00:43:39] <paulweb515_> hceylan: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/platform-scheme-uri.html [00:44:11] <hceylan> that uri is very common of workspace artifacts for EMF [00:44:22] <hceylan> paulweb515_: I'll check that thank you [00:44:26] <paulweb515_> hceylan: extract the bits from URL (or URI, whichever) and then slap it in a org.eclipse.core.runtime.Path [00:44:31] <rcjsuen> paulweb515_: handy [00:45:07] *** Japher has left #eclipse [00:45:41] <hceylan> paulweb515_: looks promising thx [00:49:24] *** rhk has joined #eclipse [00:49:36] <Jarob> how do i inspect a field in eclipse? [00:49:42] <Jarob> i've been looking for ages now [00:49:42] <Jarob> D: [00:50:09] <rcjsuen> sounds like you want a) breakpoints and b) the variables view [00:50:16] *** atula has quit IRC [00:50:31] <Jarob> well breakpoints yes [00:50:42] <Jarob> in bluej all you had to do was right click on the object and you could see the fields [00:50:48] <Jarob> so i dont know about variables view [00:51:23] <rcjsuen> i think you can use Ctrl+Shift+I or some other such keybinding to invoke an "Inspect" [00:51:31] *** eber83_ has quit IRC [00:52:52] <Jarob> okey [00:53:09] *** NoobFukaire has left #eclipse [00:53:15] *** erdal has left #eclipse [00:58:46] <Jarob> night [00:59:27] *** Jarob is now known as Jarob`asleep [01:00:58] *** freakmod has joined #eclipse [01:01:00] <freakmod> hi [01:01:29] <freakmod> when i Ctrl-Click on a class from another library in my workspace, it doesn't let me edit text in that file [01:01:52] <freakmod> how can I make it open the actual file when I Ctrl-Click on the classname or function? [01:04:56] <freakmod> it also doesn't sync in the Explorer panel, it stays on my original edited file [01:05:18] <freakmod> but I've seen it open the actual source file for editing in another eclipse install elsewhere [01:05:21] <freakmod> when Ctrl-clicking [01:06:19] <rcjsuen> Well, if the source physically exists in your workspace then it would work. [01:06:57] <freakmod> it's set up in the Include Paths [01:07:09] <freakmod> and its in my workspace as another project "library" [01:07:26] <rcjsuen> Sorry, I assumed you were doing Java development. My mistake. [01:07:32] <freakmod> sorry, its Eclipse PDT [01:07:39] <freakmod> php development [01:08:14] <freakmod> i click on Configure Include Paths for my main project and the path to my library project is in the "Libraries" tab [01:08:15] *** sphenxes has quit IRC [01:08:32] <freakmod> is that the right place to configure it, if I want it to open that source file from the library? [01:08:41] <freakmod> it opens the file, just doesn't let me edit it [01:09:06] *** dmiles has joined #eclipse [01:15:16] *** rburton- has joined #eclipse [01:17:51] *** tr1gger has quit IRC [01:18:54] *** dmiles_afk has quit IRC [01:23:40] <rhk> can I change the text of a command defined using extension point org.eclipse.ui.commands based on a condition I have to check by reading a property of the current selection? [01:24:24] <rhk> or, can I enable/disable a command define using extension point org.eclipse.ui.commands based on a condition I have to check by reading a property of the current selection? [01:25:26] <rhk> I have a pair of commands (activate/deactivate) that should only be available if the target is in the opposite state. I can check using isActive() on the target object [01:26:07] <rcjsuen> Think you can use a propertyTester? [01:26:33] *** akurtakov has quit IRC [01:26:48] *** akurtakov has joined #eclipse [01:27:18] <rhk> just found that. so I need to define a property tester extension.... [01:27:37] <rhk> learning more and more [01:28:18] *** Jarob`asleep has quit IRC [01:28:37] <rhk> should that be defined in the bundle with the target class, or in the bundle that is using it. [01:28:57] <rhk> I would thing that it should be with the target class, but then that adds a dependency to org.eclipse.core.expressions [01:29:03] <rhk> er think, not thing [01:29:24] <rcjsuen> Doesn't really matter. I guess I'd just put it in the same bundle as the command definition. [01:31:09] <rhk> ok [01:31:45] <rcjsuen> i mean yeah if your target class is just some bundle with your classes, api, whatever, that has no deps on eclipse, yeah, i wouldn't put it there [01:31:59] <rcjsuen> someone consuming those classes might not want anything to do with Eclipse APIs [01:33:17] <rhk> my target class is in a bundle which does depend on emf, but not on much else. it's intended to be possible to use in a headless environment. [01:33:32] <rhk> I'm putting the property tester in my ui bundle [01:33:37] <rhk> core ui [01:34:01] <rhk> it's the one with the editor for the datatypes in the other bundle [01:35:14] <rhk> org.eclipse.core.expressions could use more documentation [01:40:54] <rhk> yay! it worked... [01:41:00] <rhk> rcjsuen: thank you [01:42:04] <rcjsuen> okilydokily [01:42:17] <rcjsuen> rhk: Correction, everything could use more documentation ;_; [01:42:38] *** fsteeg has quit IRC [01:42:40] <rhk> yes [01:43:06] <njbartlett> Is there any way to know for sure whether an IPath is intended to reference a resource in the workspace or something in the filesystem? [01:43:38] <njbartlett> The workspace ones look like this: /MyProject/foo.jar [01:43:40] <rcjsuen> I don't think so since anyone could make those paths. [01:43:55] <njbartlett> And a filesystem one looks like this: /Users/neil/foo.jar [01:44:01] <njbartlett> But what if I have a project called Users? :-) [01:44:02] <rcjsuen> I've seen some with like /P/projectName or [01:44:24] <multiHYP> good night [01:44:31] *** multiHYP has quit IRC [01:44:32] <njbartlett> Okay anybody could make a path but I'm talking about the ones you get from an IClasspathEntry [01:47:01] *** matong has left #eclipse [01:51:57] *** JabDesign has joined #eclipse [01:56:09] *** njbartlett_ has joined #eclipse [02:04:08] *** njbartlett has quit IRC [02:04:08] *** njbartlett_ is now known as njbartlett [02:08:08] *** d_a_carver has quit IRC [02:14:38] *** kthomas_vh_ has quit IRC [02:31:15] *** cmw72 has quit IRC [02:38:26] *** njbartlett has quit IRC [02:49:18] *** kthomas_vh has joined #eclipse [02:56:43] *** \BAF64\ has joined #eclipse [03:02:17] *** kthomas_vh_ has joined #eclipse [03:07:34] *** njbartlett has joined #eclipse [03:14:38] *** \\BAF\IRC has quit IRC [03:19:51] *** rmrfslash has joined #eclipse [03:20:01] *** kthomas_vh has quit IRC [03:20:49] <rmrfslash> I keep losing my "clear console" button on my console tab in eclipse. THe only way I've been able to get it back is my reseting the entire perspective which is a huge problem. What am I doinig (by accident) that could result in this? [03:21:13] <rmrfslash> this is getting to be annoying as all hell [03:22:57] <rcjsuen> You only lose that one button? [03:24:56] *** rmrfslash has quit IRC [03:25:57] <rcjsuen> oh well :o [03:32:46] *** kthomas_vh has joined #eclipse [03:39:24] *** jonkri has joined #eclipse [03:46:46] *** jonkri has quit IRC [03:49:31] *** kthomas_vh_ has quit IRC [04:04:39] *** BigMack83 has joined #eclipse [04:05:00] *** jonkri has joined #eclipse [04:05:09] *** BigMack83 has joined #eclipse [04:07:23] *** kthomas_vh_ has joined #eclipse [04:23:02] *** rawblem has quit IRC [04:23:21] *** Wolfcastle has joined #eclipse [04:23:36] *** kthomas_vh has quit IRC [04:23:39] <Wolfcastle> hello [04:23:51] <Wolfcastle> anyone knows the official eclipse software site? [04:24:08] <Wolfcastle> i just installed eclipse galileo and by default there are no software sites [04:25:01] <alanic> there should be [04:25:40] *** javawizard has joined #eclipse [04:26:58] <Wolfcastle> well there isn't [04:27:47] <alanic> did you try the combo? [04:28:00] <alanic> on "install new software" [04:28:32] <Wolfcastle> yes [04:28:43] <Wolfcastle> well I found a page that has some links [04:28:45] <Wolfcastle> thanx anyway [04:32:22] *** Wolfcastle has quit IRC [04:36:43] *** jfreeman has joined #eclipse [04:36:58] *** rcjsuen has quit IRC [04:37:46] *** Wolfcastle has joined #eclipse [04:39:17] *** kthomas_vh has joined #eclipse [04:48:50] <Wolfcastle> ok so now i got the sites added [04:49:00] <Wolfcastle> but I get an error message when trying to install any package [04:49:55] *** ivenkys has quit IRC [04:52:49] *** kthomas_vh_ has quit IRC [04:57:07] <nitind> Are you going to share with us what that error message is? [04:58:19] *** kthomas_vh_ has joined #eclipse [05:12:41] *** evil_gordita has quit IRC [05:12:42] <Wolfcastle> actually now it's working...i have no idea why but it works [05:13:35] *** Bass10 has quit IRC [05:16:39] *** kthomas_vh has quit IRC [05:17:27] *** pnehrer has joined #eclipse [05:20:55] *** evil_gordita has joined #eclipse [05:26:44] *** Wolfcastle has quit IRC [05:27:11] *** JabDesign has quit IRC [05:36:46] *** kthomas_vh_ has quit IRC [05:39:36] *** rawblem has joined #eclipse [05:40:35] *** kthomas_vh has joined #eclipse [06:03:06] *** kthomas_vh_ has joined #eclipse [06:20:59] *** kthomas_vh has quit IRC [06:22:35] *** jonkri has left #eclipse [06:23:00] *** pnehrer has quit IRC [06:33:38] *** kthomas_vh has joined #eclipse [06:34:47] *** eber83 has joined #eclipse [06:35:41] <eber83> hey, anyone know why when I' debugging/running my plugin as an 'Eclipse Application' it would load an old version? (i'm getting errors that shouldn't exist any more) [06:42:10] <nitind> eber83: Automatic Builds are on? For plugin.xml contents, you've cleared the Configuration area (checkbox in the launch configuration)? [06:43:37] <eber83> auto builds aren't on (but I regularly clean/build) [06:44:09] <eber83> have also tried clear workspace/configarea [06:47:21] <eber83> hmm, think I might've found it [06:48:03] <eber83> eclipse itself has been acting sketchy when it comes to copy pasting...looks like it freaked out and didn't show tools which were there [06:48:22] <nitind> If you have Klipper open, close it. [06:48:51] <eber83> what's that? [06:50:01] <eber83> = I probably don't have it [06:50:37] *** kthomas_vh_ has quit IRC [06:54:07] *** BigMack83 has quit IRC [06:54:23] <eber83> think i worked it out, thanks for bein here :] [07:30:27] *** Theravadan has quit IRC [07:35:45] *** Theravadan has joined #eclipse [07:44:55] *** [BAF64] has joined #eclipse [07:48:35] *** \BAF64\ has quit IRC [07:52:52] *** Echidna has quit IRC [07:56:56] *** Echidna has joined #eclipse [08:12:42] *** LongBeach has joined #eclipse [08:26:14] *** jfreeman has quit IRC [08:35:15] *** [BAF64] has quit IRC [08:35:29] *** [BAF64] has joined #eclipse [08:36:16] *** kthomas_vh_ has joined #eclipse [08:42:29] *** Afterlawl has quit IRC [08:49:09] *** BigMack83 has joined #eclipse [08:51:22] *** tr1gger has joined #eclipse [08:51:29] *** Asad-zZzZ is now known as Asad-away [08:53:30] *** rburton- has quit IRC [08:56:59] *** Theravadan has quit IRC [08:57:18] *** Theravadan has joined #eclipse [09:01:44] *** kthomas_vh has quit IRC [09:02:45] *** njbartlett_ has joined #eclipse [09:04:43] *** eber83 has quit IRC [09:10:33] *** fsteeg has joined #eclipse [09:13:34] *** njbartlett has quit IRC [09:19:27] *** Afterlawl has joined #eclipse [09:24:55] *** mastro has joined #eclipse [09:28:52] *** njbartlett_ has quit IRC [09:47:10] *** greg8si has quit IRC [09:51:57] *** Xilent has joined #eclipse [09:52:02] *** tr1gger has quit IRC [09:52:07] *** BigMack83 has quit IRC [09:52:08] *** Pikachu_2014 has quit IRC [09:52:08] *** jinky has joined #eclipse [09:52:21] *** Helheim has quit IRC [09:52:22] *** karltk_ has quit IRC [09:52:22] *** jink has quit IRC [09:52:22] *** amitev has quit IRC [09:52:26] *** jinky is now known as jink [09:52:40] *** BigMack83 has joined #eclipse [09:52:40] *** Pikachu_2014 has joined #eclipse [09:53:20] *** sjefen6 has quit IRC [09:58:26] *** javawizard has quit IRC [10:03:34] *** fsteeg has quit IRC [10:13:19] *** jonalv has joined #eclipse [10:18:34] *** BigMack83 has quit IRC [10:21:53] *** BigMack83 has joined #eclipse [10:28:45] *** Mugur has joined #eclipse [10:34:40] *** opossum_oisif has joined #eclipse [10:35:06] *** z4z4 has joined #eclipse [10:35:32] *** Jarob has joined #eclipse [10:36:45] *** amitev has joined #eclipse [10:39:30] *** rawake has quit IRC [10:41:51] *** elver has quit IRC [10:43:30] *** elver has joined #eclipse [10:46:44] *** philk__ has joined #eclipse [10:46:53] *** dpy has joined #eclipse [10:47:21] <philk__> somehow I have a fragment bundle for log4j but the classes in there (receiver companions) are not visible when importing the package [10:48:19] <dpy> hey guys [10:48:26] <dpy> anyone here using AXDT by any chance? [10:48:58] <dpy> Is there a way to make AXDT auto-build if the resource changes [10:52:24] <Jarob> google it? [10:59:40] <dpy> Jarob: I *always* google before asking... [11:00:03] <Jarob> okey then, just checking =) [11:00:23] <dpy> I mean, do I really need to manually add an ant file with custom builder? [11:00:39] <Jarob> i have no idea, i dont even know what AXDT is, sorry [11:00:41] <dpy> there always is a Run as...Compile and open SWF file [11:00:57] <dpy> so everything seems to be in place, it just needs to compile upon resource change [11:01:14] <dpy> AXDT is Action script Dev Tools [11:01:30] <Jarob> great, that doesnt help me :P [11:01:33] *** hceylan has quit IRC [11:01:45] <dpy> Flash [11:02:06] *** hceylan has joined #eclipse [11:02:11] <Jarob> oh right [11:04:39] *** pulse00 has joined #eclipse [11:04:59] <pulse00> hi all. is there a separate channel for the PHP plugin of eclipse? [11:06:51] *** fsteeg has joined #eclipse [11:13:11] *** Theravadan has quit IRC [11:14:12] *** sphenxes has joined #eclipse [11:25:56] *** BigMack83 has quit IRC [11:36:40] *** BigMack83 has joined #eclipse [11:38:34] *** hceylan has quit IRC [11:40:11] *** hceylan has joined #eclipse [11:44:09] *** hceylan has quit IRC [11:44:32] *** hceylan has joined #eclipse [11:45:15] *** njbartlett has joined #eclipse [11:46:37] <Jarob> for some reason, eclipse keeps lagging for long periods of time O.o [11:46:52] <Jarob> i did just do a long mathemetical sum, but it's not executing anything atm [11:47:03] <Jarob> and its not on auto build [11:51:00] <Jarob> can someone please help me with this? it's extremely annoying [11:53:52] *** Carnage\ has joined #eclipse [11:57:12] *** kensanata has joined #eclipse [11:57:13] *** eber83 has joined #eclipse [11:59:30] <eber83> has anyone had issues with the cdt makefile generation, extra '$' being inserted? [11:59:59] *** acuster has joined #eclipse [12:00:27] *** krbarnes has joined #eclipse [12:00:56] *** onre has left #eclipse [12:01:17] *** volodya has quit IRC [12:12:21] *** cantoma has quit IRC [12:14:20] *** rawblem has quit IRC [12:17:20] *** mastro has quit IRC [12:17:39] *** cantoma has joined #eclipse [12:17:50] *** mastro has joined #eclipse [12:29:03] *** rcjsuen has joined #eclipse [12:38:13] *** njbartlett has quit IRC [12:40:30] *** njbartlett has joined #eclipse [12:41:04] *** eber83 has quit IRC [12:43:09] *** rcjsuen has quit IRC [12:46:15] <pulse00> is there a way to alter the User Information that eclipse uses when auto-generating code like @author UserName ? it seems to take it from the OS, but i'd like to override that value [12:48:44] *** erdal has joined #eclipse [12:50:28] <erdal> 3.6M4: my eclipse projects do not seem to be compiled any more [12:51:05] <erdal> i removed the 'bin' directory manually, but the sources are not compiled, even when i choose to clean that project... [12:51:17] <erdal> anyone encountered this, too? [13:03:14] *** hceylan has quit IRC [13:04:45] *** tlir has joined #eclipse [13:05:05] <gein> is it possible to have Equinox read a config.ini even when launching from a custom Framework Launcher using the new Framework Launching AÃPI? [13:05:21] *** hceylan has joined #eclipse [13:05:25] *** njbartlett has quit IRC [13:09:38] *** njbartlett has joined #eclipse [13:10:50] *** Pikachu_2014 has quit IRC [13:11:17] *** Pikachu_2014 has joined #eclipse [13:24:09] *** rcjsuen has joined #eclipse [13:25:33] *** KOS-MOS has joined #eclipse [13:26:11] <tlir> hey [13:26:39] <paulweb515> pulse00: it's probably taking that from user.name system property [13:26:54] *** KOS-MOS has quit IRC [13:27:00] <rcjsuen> pulse00: I believe there's a #phpeclipse and a #pdt, there may also be forums you can try. [13:27:32] *** KOS-MOS has joined #eclipse [13:27:40] <paulweb515> erdal: no, I haven't seen that [13:27:42] <rcjsuen> Jarob: Maybe you're in an infinite loop? [13:27:54] <paulweb515> erdal: and Project>Build Automatically is still checked? [13:27:58] <rcjsuen> erdal: No errors? If it doesn't compile it usually means the build path is b0rked. [13:28:02] <Jarob> rc: no [13:28:06] <Jarob> it works for 0, 1, 2, 3, 4 [13:28:14] <Jarob> just not any number bigger than that [13:28:52] *** KOS-MOS has quit IRC [13:29:28] *** soopos has quit IRC [13:30:21] *** KOS-MOS has joined #eclipse [13:32:29] <erdal> paulweb515, rcjsuen: no errors, nothing, auto-build enabled... [13:33:08] <erdal> i noticed this when i activated a mylyn task [13:33:29] <erdal> but not sure whether this is related to mylyn or caused by mylyn [13:34:21] <erdal> just removed all jdt/debug settings in .metadata, but still nothing... [13:36:37] <rcjsuen> that would probably jsut be indexing information [13:37:23] <rcjsuen> When you make a new hello world that compiles, right [13:41:18] *** Carnage\ has quit IRC [13:44:08] <erdal> rcjsuen: it seems to be just that project [13:44:22] <erdal> other projects are compiled as expected [13:45:35] <erdal> i.e. when i remove the bin dir in another project it will be created on clean... [13:46:30] <paulweb515> erdal: if you look at you project build path, is it still set up on the Source tab (source folders, and default output folder)? [13:46:46] <erdal> paulweb515: yes [13:47:22] <erdal> is it possible that mylyn does some magic to prevent a rebuild? [13:47:35] <gein> Why do all my bundles need to explicitly declare imports for java runtime packages that's not within java.? (i.e. packages such as sun.java2d.opengl, javax.xml.parser, etc) [13:48:14] <rcjsuen> erdal: I personally find it hard to believe but they do some pretty crazy stuff. [13:49:01] *** pnehrer has joined #eclipse [13:49:03] <rcjsuen> gein: for the sun.* case, you need to think of the consequence of someone using your code on a non-Sun jre [13:49:08] <paulweb515> gein: you get java imports for free (J2SE) [13:49:18] <paulweb515> gein: everything else you need to get from somewhere [13:49:39] <paulweb515> gein: as for why ... it's in the OSGi spec, try version 4.1 (4.2 is pretty well done as well :-) [13:51:54] <gein> paulweb515: so even though packages like javax.xml.parser is in the java runtime I have to declare them as imports? [13:52:37] *** kthomas has quit IRC [13:52:42] <Jarob> yes [13:53:10] <paulweb515> gein: yes ... except lots of things are in the java runtime, but they're not part of J2SE (or JSE, whatever we're calling it these days" [13:53:18] *** kthomas has joined #eclipse [13:53:46] *** kthomas_vh has joined #eclipse [13:53:53] <Jarob> just becasue they're in some folder on your computer doesnt mean your compiler knows you want to use them until you explicitly say so [13:54:21] <rcjsuen> gein: Do you have a BREE defined? If you do maybe you'll get them for free. [13:55:45] <gein> okay, and if I would like to refer to the spec (just to show my colleagues), is that what's being said in 3.4 in the core spec: The boot class path contains the java.* packages and its implementation packages? :) [13:55:55] <gein> rcjsuen: don't know about BREE [13:56:23] <rcjsuen> Bundle-RequiredExecutionEnvironment [13:56:29] <gein> oh [13:57:31] <gein> yes I do: Bundle-RequiredExecutionEnvironment: JavaSE-1.6 [13:58:02] <paulweb515> ~dropins [13:58:02] <KOS-MOS> To learn about how to use the dropins/ folder provided by p2, see here - http://wiki.eclipse.org/Equinox_p2_Getting_Started#Dropins [14:05:08] *** fsteeg has quit IRC [14:06:34] *** Mugur has quit IRC [14:08:05] <gein> Do I need to export sun.java2d.opengl from somwhere also? [14:08:30] <gein> Because now I get a missing constraint on that particular package. [14:09:09] *** pulse00 has left #eclipse [14:10:33] *** kthomas_vh_ has quit IRC [14:10:39] *** sama has joined #eclipse [14:15:30] <gein> well obviously the system bundle doesn't export sun.* ... [14:15:57] *** njbartlett has quit IRC [14:25:01] *** matalo has joined #eclipse [14:27:50] <paulweb515> gein: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html is the list of runtime options [14:28:20] <paulweb515> gein: you might be able to get access to those classes using some of the properties that determine parent classloaders [14:36:56] *** ramon1 has quit IRC [14:36:56] *** kaw has quit IRC [14:36:56] *** ReneP has quit IRC [14:36:56] *** Thumper_ has quit IRC [14:36:56] *** lednerk has quit IRC [14:36:57] *** loesh has quit IRC [14:36:57] *** alankila has quit IRC [14:36:57] *** superx has quit IRC [14:36:57] *** haptiK has quit IRC [14:36:57] *** nks has quit IRC [14:36:57] *** swente has quit IRC [14:36:57] *** tromey has quit IRC [14:36:57] *** synx` has quit IRC [14:37:05] *** Thumper_ has joined #eclipse [14:37:06] *** ReneP has joined #eclipse [14:37:26] *** ramon1 has joined #eclipse [14:37:39] *** synx` has joined #eclipse [14:39:30] *** lyhana8 has joined #eclipse [14:41:52] *** dsugar100 has joined #eclipse [14:42:45] <erdal> rcjsuen: ajdt relaced the java nature by its aj nature and in 3.6M4 i have no ajdt installed, so it does not compile (missing java nature) [14:42:51] <erdal> replaced [14:43:17] <rcjsuen> I guess the builder won't build if it the corresponding nature is not present. [14:43:53] <erdal> though, there are no build path errors reported [14:44:33] <rcjsuen> I suppose that's because nothing was incorrect wrt your classpath itself. [14:44:43] <rcjsuen> actually [14:44:45] <rcjsuen> if the builder wasn't run [14:44:48] <rcjsuen> then no errors would be reported [14:45:39] <erdal> there should be no errors/warnings about a misconfigured project nature? or is that settable somewhere in the prefs? [14:45:42] *** rburton- has joined #eclipse [14:46:21] <rcjsuen> Well, I suppose it should warn if you have a builder present and its "parent" nature isn't there. [14:46:35] <rcjsuen> But just having random natures won't cause warnings tos how up I don't think. [14:48:26] *** lyhana8 has left #eclipse [14:52:05] *** BigMack83 has quit IRC [14:53:51] *** deSilva has joined #eclipse [14:55:10] <mboman> Where do I set include and library paths for C projects in Eclipse? [14:57:38] *** njbartlett has joined #eclipse [15:04:58] *** BigMack83 has joined #eclipse [15:05:46] *** Norm has joined #eclipse [15:11:48] *** matalo has quit IRC [15:21:27] *** jonalv has quit IRC [15:27:26] *** magnet has joined #eclipse [15:28:47] <deSilva> In a web project I want to add some XQuery files that should be loaded using classloader-getresourceasstream. Should I place them in a particular directory or can I just create a new directory to hold the XQuery files and add that directory to the classpath? [15:29:20] *** RdeWilde has joined #eclipse [15:31:11] *** loesh has joined #eclipse [15:32:29] <RdeWilde> I'm developing some scripts in PHP in Eclipse. I have a remote server running Apache + PHP. Can I push/publish to it? Or maybe even debug? Or has the server to be local? [15:32:56] *** hceylan has quit IRC [15:33:49] <Jarob> deSilva: it shouldn't matter, as long as the directory or its parent folders don't have any odd properties, i think [15:35:42] <Jarob> you could even upload them onto the internet and use the syntax for GetResourceAsStream() for using the internet as a stream [15:35:43] *** BigMack83 has quit IRC [15:37:24] <charley> rcjsuen: sorry, was away last night -- I tried just creating a generic .project file (i.e. without a wizard), the second paragraph details the problem with that approach [15:38:31] <deSilva> Jarob: I created a new directory under the project root to hold the XQuery files and added that directory as a class folder. About to test it now when I run the class as a normal Java app. [15:38:45] <rcjsuen> charley: You mean you just used the resources API? [15:40:38] <charley> rcjsuen: erm, project.create, basically, yeah :) [15:40:44] <deSilva> But when I deploy on the application server (I believe that's the correct terminology) the resource can't be found :( [15:41:05] <rcjsuen> charley: So what you basically mean is you had a simple project with no Java capabilities, right? [15:41:23] <rcjsuen> charley: But it at least showed up in the Eclipse views. [15:42:26] <Jarob> how are you deploying it? [15:44:29] <deSilva> well, I simply went through the new web service wizard [15:45:48] <charley> rcjsuen: yeah, but it really wasn't terribly useful in terms of being able to do anything with the project afterwards -- having a project wizard is better, in that regard [15:46:00] <Jarob> check access capabilities - otherwise i don't know, sorry [15:47:18] <rcjsuen> charley: Right. Yeah, there needs to be something like the 'Check Out' and 'Check Out As...' CVS/SVN counterpart. [15:48:51] *** rburton- has quit IRC [15:50:45] *** rhk has quit IRC [15:51:18] *** rhk has joined #eclipse [15:52:06] *** rhk has quit IRC [16:00:01] *** kthomas has quit IRC [16:00:42] <deSilva> Jarob: Where would I do that? [16:01:38] <Jarob> any parent folders of the folder your files are stored in [16:01:52] <Jarob> im not really an expert on this, im just giving general advice [16:01:54] <deSilva> that's just the project root [16:02:05] <deSilva> I've haven't done anything special to it [16:02:57] <Jarob> er [16:02:58] <deSilva> Jarob: neither am I :( been stuck with this for two days now...first I had trouble getting the Apache CXF-plugin to generate the web service itself correctly [16:02:59] *** fusepilot has joined #eclipse [16:03:51] *** roflino has joined #eclipse [16:03:56] <Jarob> =( [16:04:05] *** benny`work has joined #eclipse [16:04:23] <deSilva> why did you type "er" just now? [16:04:34] <Jarob> thinking outloud [16:05:16] <deSilva> I thought you it's was pretext of something along the lines of "er, then I know what silly mistake you made" :) [16:05:24] <Jarob> nope :P [16:05:27] <Jarob> sorry [16:05:59] <RdeWilde> I have installed XDebug on my remote host, how do I use it? Do I still have to manually publish the files to the server first? [16:07:12] *** kryl has joined #eclipse [16:07:14] <kryl> hi [16:07:35] <deSilva> I suppose I could store the XQueries remotely, that would make the project itself portable between computers without modification but it wouldn't be self-contained anymore and those XQueries are really an internal implementation detail. But that is a possible workaround [16:08:15] <kryl> I search a ftp plugin for eclipse to work on remote project. if possible with connection limitation (cause ftp only support 1 connection or bug) thank you for helping [16:08:28] *** chewed-on has joined #eclipse [16:08:32] <chewed-on> heya Fellas. [16:08:44] <chewed-on> Is there an ebuild for Eclipse on gentoo ? [16:08:57] <chewed-on> I'm emerging eclipse-sdk, but that's not the IDE is it ? [16:09:04] <roflino> hi, quick question, i use eclipse cdt in a huge project that has some custom build programs that eventually invoke the visual c++ compiler. my interface is running a program with some parameters for each target. how can i run this from eclipse, so i can have the usual facilities, like taking me to the error lines and such? [16:09:12] <Jarob> i did suggest that deSilva, you can use GetResourceStream() using parameters to make it stream from the internet [16:09:55] <rcjsuen> chewed-on: It's Eclipse platform + JDT + PDE. I suggest you ask in #gentoo-java. [16:20:18] *** Fragarach87 has joined #eclipse [16:22:58] <deSilva> can I add a link to a remote file in a project and, preferrably, I should be able to open the file with system editor when I double click on it [16:27:32] <erdal> i am getting NPE when trying to move a fast view around [16:27:44] *** volodya has joined #eclipse [16:27:50] <erdal> 3.6M4 [16:28:47] <erdal> http://pastebin.com/m4dbc7379 [16:30:29] <chewed-on> how do I get this plugin: Requested operation cannot be performed because it would invalidate the current configuration. See details for more information. Android Development Tools (0.9.5.v200911191123-20404) requires plug-in "org.eclipse.gef". [16:33:09] *** volodya_ has joined #eclipse [16:33:11] *** volodya has quit IRC [16:33:56] *** benny`work has quit IRC [16:42:06] *** sama has quit IRC [16:43:13] *** chewed-on has quit IRC [16:44:19] *** danhello has joined #eclipse [16:44:34] *** matalo has joined #eclipse [16:45:50] <deSilva> Jarob: I believe I solved it! [16:46:59] <philk__> somehow I have a fragment bundle for log4j but the classes in there (receiver companions) are not visible when importing the package [16:47:10] <kryl> I search a ftp plugin for eclipse to work on remote project. if possible with connection limitation (cause ftp only support 1 connection or bug) thank you for helping [16:47:57] <deSilva> Jarob: yes, I know you suggested it, that was my reply to it [16:48:07] <deSilva> (just saw that you wrote that now) [16:50:51] <philk__> with ctrl+t i can see the class gets properly exported from the fragment. However other bundles are not able to see the class [16:51:02] *** jonkri has joined #eclipse [16:52:42] <paulweb515> philk__: wouldn't the other bundle only see the host [16:52:44] <paulweb515> ? [16:53:17] <paulweb515> philk__: I know that org.eclipse.swt has to make a special statement to so that other bundles can see code from the fragment [16:54:35] *** jonkri has quit IRC [16:54:49] *** jonkri has joined #eclipse [16:59:05] *** sama has joined #eclipse [17:00:52] *** roflino has quit IRC [17:02:37] *** benny`work has joined #eclipse [17:10:55] <philk__> paulweb515: but according to the spec, a fragments classes are merged with the host. What use would a fragment have otherwise (except for native code) [17:13:30] <paulweb515> philk__: at runtime ... but since the fragment is optional, another bundle simply pointing at the host can't see it [17:14:47] <paulweb515> philk__: I think if you add "Eclipse-ExtensibleAPI: true" to the host, then that allows the fragment to export classes that other bundles can see [17:16:56] <philk__> paulweb515: thats all just because the people at apache have never ever heard of OSGi and still design their packages so that 2 jars export the same package... which of course does not work in OSGi. [17:17:05] <philk__> paulweb515: ok, I could use split packages... [17:22:29] *** licorna has joined #eclipse [17:25:50] *** dpy has quit IRC [17:26:47] *** tr1gger has joined #eclipse [17:27:46] *** BigMack83 has joined #eclipse [17:30:54] *** deSilva has quit IRC [17:33:51] *** EricInBNE has quit IRC [17:35:21] *** fusepilot has quit IRC [17:39:31] *** Cybernator has joined #eclipse [17:39:33] *** acuster has quit IRC [17:41:17] *** bollasandor has joined #eclipse [17:41:22] <bollasandor> hi [17:43:03] <bollasandor> does anybody know, if I add an item to the task list, can I have a reference inserted into the source code? [17:44:14] <bollasandor> copy url or id doesn't seems to work :) [17:45:04] *** Bass10 has joined #eclipse [17:46:19] *** Bass10 has quit IRC [17:46:30] <nitind> bollasandor: task list? [17:46:56] <bollasandor> nitind: yes, task list [17:47:04] *** Bass10 has joined #eclipse [17:47:22] <bollasandor> there is an option to copy the url or id, but none of them seems to copy anything [17:48:37] *** Bass10 has quit IRC [17:48:43] *** Bass10 has joined #eclipse [17:49:28] <bollasandor> it's in the Planning perspective [17:49:30] *** Bass10 has quit IRC [17:49:36] *** Asad-away has left #eclipse [17:50:19] *** Bass10 has joined #eclipse [17:50:59] <rcjsuen> guess it's a mylyn/tasktop thingamajig [17:55:00] <philk__> how do I import 2 packages from log4j and the same package (different classes) from another log4j bundle (components & receivers). org.apache.log4j.net is exported by all 3 jars [17:55:13] <philk__> is there a review plugin for Eclipse available? [17:56:04] *** opossum_oisif has quit IRC [17:57:39] <rcjsuen> philk__: yeah someone wrote a blog entry a week or two ago [17:57:44] <rcjsuen> reviewclipse or something [17:58:00] <rcjsuen> philk__: http://blog.chris-gross.com/2010/01/code-review-editor-for-eclipse.html [17:58:42] <rcjsuen> I presume there are others (commercial?) [17:59:01] <philk__> rcjsuen: yeah I remember seeing a blog entry too [17:59:05] <philk__> rcjsuen: thanks! [18:00:53] *** Xilent has quit IRC [18:01:26] <philk__> rcjsuen: and then there is the mylyn reviewclipse... which i would prefer (I do not like closed software) [18:03:35] *** z4z4 has quit IRC [18:06:24] <philk__> where can I find some infos about remove OSGi services? [18:08:06] <erdal> philk__: remove osgi services from the runtime or did you mean remote osgi services? [18:08:50] *** plan_rich has joined #eclipse [18:09:05] <erdal> the first would be of interest to me as well :-) [18:09:08] *** bollasandor has quit IRC [18:11:31] <philk__> ah... remote services :) [18:12:08] <erdal> did you search for r-osgi? [18:12:42] <erdal> and the ecf project has support for r-osgi or is doing remote osgi services stuff [18:13:29] *** kottlett has quit IRC [18:15:11] <RdeWilde> dosgi? [18:16:22] <rcjsuen> philk__: http://eclipseecf.blogspot.com/2010/01/osgi-remote-services-from-ecf.html [18:17:43] <philk__> ECF still uses require-bundle... [18:21:38] *** benny`work has quit IRC [18:21:46] <rcjsuen> philk__: for our own stuff that's mostly the case, yes [18:22:11] *** kryl has quit IRC [18:22:50] <Jarob> what's [BAF64] for? [18:22:56] <Jarob> at the top of everyone in the channel [18:23:13] <rcjsuen> Jarob: That's someone's IRC nickname :o [18:23:30] <Jarob> oh right [18:23:31] <Jarob> lol [18:23:40] <Jarob> just looks odd thought it was something different [18:26:43] *** sjefen6 has joined #eclipse [18:28:32] *** matalo has quit IRC [18:29:47] <BigMack83> there are no cheatsheets for PHP under the help -> cheat sheets menu ? [18:31:19] *** erdal has left #eclipse [18:35:34] <philk__> is there a way to see which bundle is exporting which package? [18:40:24] *** conan has joined #eclipse [18:41:57] <conan> I was using bitronix for JTA before, ut it seems it's not OSGi friendly. Is there a preferred JTA compliant bundle for OSGi? [18:45:19] *** magnet has quit IRC [18:46:41] *** swente has joined #eclipse [18:53:25] <paulweb515> philk__: at runtime you can use org.osgi.framework.FrameworkUtil.getBundle(Class) ... [18:53:47] <paulweb515> or I think you can ask for the information from the OSGi console (although you might have to dig through meta-data information) [18:55:12] <philk__> paulweb515: I meant in the Eclipse IDE... like ctrl+t but for packages [18:55:19] *** apetrescu|work has joined #eclipse [18:55:36] *** fsteeg has joined #eclipse [18:55:45] <apetrescu|work> Is there a more specific channel to ask about Web Tools Platform, or is here fine? [18:55:56] <paulweb515> philk__: within eclipse itself the best bet is CTRL+SHIFT+T and pick a class from the package ... then look at the bottom of the Open Type dialog [18:57:19] <rcjsuen> apetrescu|work: ask here or the forums [18:59:48] <apetrescu|work> Does anyone know which package the static/dynamic web new project wizards from WTP are implemented in? [19:00:22] <rcjsuen> apetrescu|work: you can try using Alt+Shift+F1 on the wizards [19:02:30] <apetrescu|work> rcjsuen: You are my hero. I can't believe I didn't know about this guy until know. [19:02:33] <apetrescu|work> Thanks! [19:04:58] *** licorna has quit IRC [19:05:11] *** deSilva has joined #eclipse [19:08:02] *** sama has quit IRC [19:09:14] *** jonkri has quit IRC [19:14:21] *** Bass10 has quit IRC [19:14:45] *** Powerplay has joined #eclipse [19:15:06] *** Bass10 has joined #eclipse [19:15:50] *** Bass10 has quit IRC [19:16:24] *** Bass10 has joined #eclipse [19:23:10] *** tom17bombadil has joined #eclipse [19:38:21] *** kthomas_vh has quit IRC [19:38:50] *** kthomas_vh has joined #eclipse [19:45:59] *** rhk has joined #eclipse [19:54:04] <apetrescu|work> Is there a WTP "SDK" or should I just checkout the plugins from some tagged release on CVS? [19:54:08] *** d_a_carver has joined #eclipse [19:58:56] *** tom17bombadil has quit IRC [20:03:25] *** krbarnes has quit IRC [20:03:36] <rcjsuen> there used to be, i don't know if they do that anymore [20:03:59] <rcjsuen> apetrescu|work: Did you check the wtp downloads page? [20:04:46] *** fusepilot has joined #eclipse [20:06:29] *** kthomas_vh_ has joined #eclipse [20:09:25] <apetrescu|work> rcjsuen: I checked http://download.eclipse.org/webtools/downloads/ but it doesn't seem to be there. Is there another place to check? [20:09:42] <rcjsuen> apetrescu|work: Did you actually click on a version number? [20:11:27] *** tom17bombadil has joined #eclipse [20:12:52] *** conan has quit IRC [20:13:45] *** tainted has joined #eclipse [20:13:54] <tainted> how do i search in all files within a project [20:14:33] <rcjsuen> Ctrl+H? [20:15:39] *** fusepilot has quit IRC [20:32:39] *** yann|work has quit IRC [20:32:55] *** yann|work has joined #eclipse [20:32:56] *** rhk has quit IRC [20:35:00] *** erdal has joined #eclipse [20:35:40] *** Jarob has quit IRC [20:36:21] *** akurtakov has quit IRC [20:37:38] *** akurtakov has joined #eclipse [20:39:33] *** rhk has joined #eclipse [20:41:41] *** Cybernator has quit IRC [20:47:05] *** kthomas has joined #eclipse [20:51:34] *** erdal has left #eclipse [20:53:10] *** RdeWilde has quit IRC [20:58:39] *** jldupont has joined #eclipse [20:58:55] <jldupont> http://stackoverflow.com/questions/2149856/clickable-url-embedded-in-code [21:00:15] *** plan_rich has quit IRC [21:01:10] <philk__> jldupont: try to hold ctrl key down while hovering over the link [21:01:51] <jldupont> marvelous! [21:04:11] *** mastro has quit IRC [21:04:25] *** kthomas_vh_ has quit IRC [21:08:43] *** jldupont has left #eclipse [21:25:34] *** cankoy has joined #eclipse [21:29:41] *** erdal has joined #eclipse [21:30:38] *** javawizard has joined #eclipse [21:38:42] *** philk__ has quit IRC [21:50:09] *** tom17bombadil has quit IRC [21:50:12] *** codemaster_0101 has joined #eclipse [21:52:04] <codemaster_0101> Do I need to do something special to debug my CDT project in eclipse ? [21:52:24] <codemaster_0101> I can build my application on a mac and run it [21:52:59] <d_a_carver> codemaster_0101: ~cdt-faq [21:53:00] <KOS-MOS> Looking for all of the answers related to CDT, or just most of them? Check out the mighty CDT-FAQ (http://wiki.eclipse.org/index.php/CDT/User/FAQ). [21:53:07] <codemaster_0101> But whenever I try to debug I get: Launching ... has encountered a problem [21:53:28] <codemaster_0101> and running gdb from the shell also works [21:55:08] *** BigMack83 has quit IRC [21:56:25] *** erdal has left #eclipse [21:57:18] <FauxFaux> Where's checkout / reset --hard / whatever you want to call 'svn revert' in egit? [21:58:47] <codemaster_0101> When I try to run my app ... eclipse says it's not a recognized executable. [21:59:14] <codemaster_0101> That's probably why the debugger won't load it [21:59:47] <codemaster_0101> When I search the project in run configuration ... it can't find anything [22:00:42] *** danhello has quit IRC [22:04:13] *** dsugar100 has quit IRC [22:07:34] *** Fragarach87 has quit IRC [22:16:57] *** Powerplay has quit IRC [22:18:06] *** charley has quit IRC [22:20:43] *** charley has joined #eclipse [22:21:36] *** Powerplay has joined #eclipse [22:22:28] *** codemaster_0101 has quit IRC [22:23:05] *** codemaster_0101 has joined #eclipse [22:28:05] *** KOS-MOS has quit IRC [22:29:12] <cankoy> codemaster_0101: I remember sth about parsers in CDT [22:29:33] <codemaster_0101> sth? [22:29:47] <FauxFaux> Something. [22:30:56] <codemaster_0101> When developing on a mac ... do I need the mac os x linker and the mach-O parser ? [22:31:42] *** rcjsuen has quit IRC [22:31:47] <cankoy> I doubt mach-o is related to macos x [22:32:54] <codemaster_0101> which parser do I need then ? [22:32:59] <cankoy> well, I'm not sure. But you have to set macosx related things in project settings. [22:34:04] <cankoy> sorry, it's been some time since I last used CDT. That's all I recall. [22:34:16] <codemaster_0101> I figured that ... but I'm not sure which ones [22:35:31] *** Powerplay has quit IRC [22:48:46] <cankoy> codemaster_0101: does this help http://forge.mysql.com/wiki/Eclipse/CDT_on_Linux_and_Mac_OS_X ? [22:51:08] *** Powerplay has joined #eclipse [22:54:44] <codemaster_0101> cankoy: Only thing I find is ... -arch i386 seemingly solves the issue. [22:55:05] <codemaster_0101> but I don't really know what option that is [22:55:25] <codemaster_0101> http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg19064.html [23:02:22] *** rcjsuen has joined #eclipse [23:02:49] <cankoy> codemaster_0101: http://www.eclipse.org/forums/index.php?t=tree&th=153394 [23:03:03] <cankoy> it's compiler flag [23:04:16] *** rcjsuen has quit IRC [23:04:26] *** rcjsuen has joined #eclipse [23:04:58] <codemaster_0101> cankoy: thanks [23:05:03] *** jfreeman has joined #eclipse [23:05:14] <codemaster_0101> cankoy: it seems to be fixed in a later version of eclipse [23:06:29] *** rcjsuen has quit IRC [23:06:42] *** rcjsuen has joined #eclipse [23:07:05] <cankoy> codemaster_0101: yeah, having a 32-bit only mach-o parser is a deficiency to be fixed. [23:08:44] <codemaster_0101> cankoy: it sure is ... [23:09:07] <codemaster_0101> cankoy: wasn't an easy problem to solve ... it took me a whole evening :( [23:12:10] *** jfreeman has quit IRC [23:12:57] <njbartlett> Anybody seen IllegalArgumentException: index out of bounds when drag + dropping items into a Table in SWT 3.5.1? [23:13:32] <rcjsuen> i heard some table problems recently but it seems that was vista/7 [23:14:22] <njbartlett> rcjsuen: Hmm this is on Cocoa/x64, haven't tested other platforms [23:15:08] <rcjsuen> njbartlett: https://bugs.eclipse.org/bugs/show_bug.cgi?id=287234 [23:16:01] *** volodya_ has quit IRC [23:16:05] <njbartlett> rcjsuen: Yes that's it... stack trace matches exactly. Thanks! [23:16:12] <rcjsuen> njbartlett: okilydokily [23:18:02] <codemaster_0101> How do I upgrade galileo from a nightly build ? [23:18:13] <codemaster_0101> Do I copy over existing files ? [23:19:10] <rcjsuen> Unzipping one build on top of another is unsupported, advance at your own risk. [23:21:57] <tlir> whats the hot-key, if any, for the "find next occurrence" ? [23:23:08] <codemaster_0101> rcjsuen: How to install it then ? [23:23:32] <codemaster_0101> rcjsuen: It's just a zip folder [23:24:08] <rcjsuen> From the Help menu you can check for updates [23:24:17] <rcjsuen> it's not really clear to me what you're trying to do [23:25:14] <codemaster_0101> rcjsuen: I want to upgrade to noghtlu build > 6.0.2 to solve an issue I have [23:25:59] <codemaster_0101> rcsjuen: My mach-O parser won't run binaries that are 64-bit [23:26:16] <rcjsuen> I don't know how you'd achieve that. I would just use the nightly instead I guess. [23:27:04] *** rhk has quit IRC [23:27:13] <codemaster_0101> rcjsuen: the nightly build I got ... just has some jar files [23:27:37] <codemaster_0101> rcjsuen: I got the version I'm running now from the main site : eclipse-cpp-galileo-SR1-macosx-cocoa.tar.gz [23:27:40] <rcjsuen> Dunno, ask the CDT people on the forums I guess. [23:28:05] <rcjsuen> Where did you get the nightly build anyway? [23:28:08] <codemaster_0101> rcsjuen: Is there no irc group on CDT ? [23:29:07] <rcjsuen> No. [23:29:53] <tlir> guys [23:30:00] <tlir> any ideas on the key binding for "search next" ? [23:30:26] <rcjsuen> If it's not in the 'Keys' preference page, I guess not then...? [23:31:04] <tlir> yikes, seems like a basic functionality [23:31:12] <tlir> I'm not sure your right though [23:31:26] <tlir> CTRL+F invokes the search/replace dialog and it's not in the Keys perferences either [23:31:39] <tlir> rcjsuen: my bad, sorry! [23:31:50] <rcjsuen> I was about to say "Maybe I've been living a lie again" [23:31:51] <tlir> rcjsuen: I filtered the list based on "search" instead of "find" which reveals the "Find next" [23:31:51] <rcjsuen> But I guess not. [23:31:52] *** kthomas has quit IRC [23:32:00] <tlir> rcjsuen: sorry :-) [23:32:16] <rcjsuen> Nothing to concern yourself over. I realize I'm wrong every day. [23:32:31] <tlir> heh [23:32:34] <tlir> your funny :) [23:32:46] *** EricInBNE has joined #eclipse [23:33:01] <tlir> is there a way to have eclipse save a backup copy when a change is made to the file? (like save it with a ~ in the end of the filename) [23:33:16] <codemaster_0101> rcsjuen: I found it ... [23:33:48] <rcjsuen> tlir: No. That's already done in the workspace internally. [23:33:49] <nitind> tlir: It should already be in the Local History. [23:34:08] <codemaster_0101> rcsjuen: Just update in the help section of eclipse [23:34:23] <cankoy> codemaster_0101: it might be better if you get RC1 than some nightly build [23:34:35] <rcjsuen> <rcjsuen> From the Help menu you can check for updates [23:34:38] <rcjsuen> I mentioned that earlier. [23:34:43] *** pnehrer has quit IRC [23:34:49] <rcjsuen> Though I don't think that will magically load your zip file. [23:38:29] <tlir> thanks, got it [23:42:01] *** codemaster_0101 has left #eclipse [23:49:19] *** Carnage\ has joined #eclipse [23:56:47] *** kthomas_vh_ has joined #eclipse [23:57:56] *** cankoy has quit IRC