[00:00:02] <thehurley> help > about [00:00:04] <thehurley> then [00:00:13] <thehurley> once the about dialog pops up [00:00:25] <thehurley> there's a button... "installation details" [00:00:28] <thehurley> clikc that [00:00:34] <thehurley> you with me so far? [00:01:08] *** volodya has quit IRC [00:01:38] <Shaba1> I have "Feature Details",Plug-in Details,Configuration Details button [00:02:02] <Shaba1> See this is exactly what I mean but online tutorials not matching what I have on my screen [00:02:44] <aphexmunky> rcjsuen: any suggestions? [00:03:08] <rcjsuen> I don't understand. When you call get(Object), it returns an IDocument. [00:03:20] <thehurley> you don't have a tab titled "installed software" or "installation history"? [00:03:22] <rcjsuen> calling get() on the IDocument will just give you the String [00:03:57] <rcjsuen> IDocument document = provider.getDocument(editor.getEditorInput()); [00:04:00] <rcjsuen> you have a document [00:04:14] <Shaba1> thehurley I clicke the help menu [00:04:28] <Shaba1> I went down to "about Eclipse SDK [00:05:00] <thehurley> k [00:05:00] <Shaba1> A dialog box popped up titled " About Eclipse SDK" [00:05:16] <Shaba1> I have some legalese with two urls [00:05:27] <Shaba1> a row of buttons for I guess installed plugins [00:05:35] <Shaba1> and those three buttons I just told you about. [00:06:19] <aphexmunky> rcjsuen: "IDocument document = prov.getDocument((ClassicEditor)input.getEditorInput());" my editor has no getEditorInput but it subclasses TextEditor? [00:06:37] <rcjsuen> why are you calling input.getEditorInput [00:06:41] <thehurley> sorry, i'm running 3.5.1 and i have a list of plugins that i can select and uninstall [00:07:03] <rcjsuen> and there is no need to cast [00:07:22] <aphexmunky> where is the editor object coming from then [00:07:22] <thehurley> if you don't have much custom changes to settings, download eclipse again and start over [00:07:28] *** krbarnes has quit IRC [00:07:30] <rcjsuen> What is 'input'? An IEditorPart? An IEditorInput? Without context or more code it is difficult to deduce what your code is doing. [00:07:55] <Shaba1> Well at this point thehurley I am thinking about just deleting the whole 3.5gb eclipse directory [00:08:07] <Shaba1> since I cannot find an ininstall program [00:09:04] <thehurley> 3.5g? [00:09:09] <thehurley> wow what else did you install? [00:09:14] *** SlickT10 has quit IRC [00:09:18] <Shaba1> jaxter [00:09:19] <thehurley> or does that include all your projects too? [00:09:20] <Shaba1> aptana [00:09:29] <Shaba1> C\c++dev [00:09:31] <Shaba1> pydev [00:09:44] <Shaba1> adobe air plugin [00:09:57] <Shaba1> the android plug in [00:10:03] <Shaba1> lots of stuff [00:10:06] <thehurley> i have java/c\c++/php and it take ~215M [00:10:26] <Shaba1> buts various flash tutorials and help pdfs [00:10:55] * FauxFaux has ~400mb and that's just Eclipse jee. [00:10:56] <thehurley> it's pretty easy to install and uninstall everything in 3.5.x [00:11:47] <aphexmunky> rcjsuen: does this help? http://pastebin.com/d67524d85 (really sorry for harassing you with this - am sure you know what its like when you NEED to understand something) [00:11:59] <thehurley> sorry, ~275M [00:12:05] <thehurley> not using jee [00:12:34] <rcjsuen> I didn't think that code would even compile. [00:12:36] <FauxFaux> Oh, it's probably the sources. [00:13:07] <aphexmunky> am i way off the mark? [00:13:40] <rcjsuen> well [00:13:45] <rcjsuen> IEditorInput doesn't even have a getEditorInput() method [00:13:49] <aphexmunky> and that wont compile since getEditorInput doesnt exist on that object [00:13:51] <rcjsuen> so how IDocument document = prov.getDocument(input.getEditorInput()); compiles [00:13:52] <rcjsuen> is beyond me [00:13:59] <rcjsuen> okay, i see, it doesn't compile [00:14:12] <rcjsuen> you alrdy have the input, there is no need to "get" it again? [00:14:21] <Shaba1> Ok thehurley I am just move all the tutus and zips and flash files to another directory [00:14:54] <aphexmunky> its the IDocument i need though, not the input? [00:15:08] <rcjsuen> aphexmunky: you can't get the document without the input [00:15:42] <rcjsuen> but you alrdy got the input [00:15:47] <rcjsuen> on line 46 [00:15:50] <aphexmunky> ok [00:15:59] <rcjsuen> so you should _not_ be calling input.getEditorInput() [00:16:10] <rcjsuen> especially when that method doesn't even exist on that interface ;) [00:16:11] <aphexmunky> oh. [00:16:16] <aphexmunky> lol, true [00:16:28] <Shaba1> NOw the eclipse directory is down to about 1.7 gb [00:16:43] <rcjsuen> I mean, feel free to experiment, but when stuff doesn't exist...it doesn't exist ;) [00:16:46] <thehurley> windows or linux? [00:17:19] <aphexmunky> so what should i be calling the getEditorInput on? [00:17:28] <thehurley> if in windows, did you install from an exe or did you unzip? [00:17:29] <nitind> aphexmunky: The IEditorPart. [00:17:58] <thehurley> if you unzipped, simply rename the folder and start over with a clean and most recent version [00:18:13] *** Wheeler19 has joined #eclipse [00:18:24] <aphexmunky> nitind: "IDocument document = prov.getDocument(part.getEditorInput());"? [00:18:52] <rcjsuen> aphexmunky: Try it and see. That should at least _compile_ anyway. [00:18:54] <nitind> aphexmunky: if prov was the result of ITextEditor#getDocumentProvider(), yes [00:18:58] <Shaba1> Oh I am going to delete the whold folder [00:19:16] <Shaba1> and pray that there are no registy entries that I am missing [00:19:21] <aphexmunky> !ENTRY org.eclipse.ui 4 0 2010-02-16 23:20:37.016 [00:19:21] <aphexmunky> !MESSAGE Unhandled event loop exception [00:19:21] <aphexmunky> !STACK 0 [00:19:21] <aphexmunky> java.lang.ClassCastException: org.eclipse.ui.ide.FileStoreEditorInput cannot be cast to classik.editors.ClassicEditor [00:19:27] <nitind> Shaba1: Back up your workspace just to be sure. [00:19:42] <nitind> aphexmunky: Why are you trying to cast an editor input to an editor class? [00:19:46] <Shaba1> No nitind [00:19:46] <rcjsuen> Well, no surprise there. [00:19:46] <Wheeler19> Hi there, I'm having trouble importing a pre-made package in eclipse. All I have are the .class files and eclipse keeps deleting them when I try to run the program. Any way to stop that but still use the package? [00:20:08] <rcjsuen> Wheeler19: You mean you have a folder with a bunch of .class files? [00:20:14] <Shaba1> I have not really done anything in eclipse that I cannot NOT afford to loose [00:20:18] <Wheeler19> yes [00:20:36] <Shaba1> I have done a hello world with teh android sdk [00:20:46] <rcjsuen> Wheeler19: So how did you "import" this folder into your Java project? [00:20:49] <Shaba1> and tried to get the pydev debugger to work [00:20:51] <Shaba1> but never did [00:20:59] <nitind> Shaba1: ok, then. No need to belabor your point. [00:21:04] *** briandealwis has left #eclipse [00:21:31] <aphexmunky> nitind: no idea but i still dont understand, been awake for a long time now :( [00:21:47] <rcjsuen> an input is something that you feed to the editor [00:21:49] <Wheeler19> rcjsuen: well, in terms of code I used the statement import path.to.package.*; as for putting it there, I dragged the folder into the workspace [00:21:54] <Shaba1> so now what do I download at eclipse.org [00:21:55] <rcjsuen> IDocumentProvider prov = ((ClassicEditor)input).getDocumentProvider(); [00:22:01] <rcjsuen> you should not cast an input to an editor [00:22:09] <nitind> aphexmunky: Editor parts have inputs in them. Text editors use a document provider to go between their input and IDocuments. [00:22:10] <rcjsuen> aphexmunky: I hope you know what ClassCastExceptions are. [00:22:22] <thehurley> Shaba1: which language will you use most? [00:22:27] <rcjsuen> Wheeler19: I'm surprised copy/pasting into the workspace even did anything. [00:22:42] <rcjsuen> Wheeler19: Just because a folder physically exists in the workspace's folder does not mean Eclipse should do anything about it. [00:23:17] <Wheeler19> well the build path is set to include everything [00:23:40] <thehurley> Shaba1: http://www.eclipse.org/downloads/ [00:23:46] <nitind> aphexmunky: So what you should be doing is taking the text editor's input and its document provider to access the IDocument for yourself. [00:23:47] <rcjsuen> You'd be better off pasting the folder into your project and setting it as a class folder for your project to consume. [00:24:14] <Wheeler19> how does one set it as a class folder? [00:24:21] <thehurley> Shaba1: pick which every one you will use most to start off with, then *as you need* an additional language/plugin, add it using HELP > INSTALL NEW SOFTWARE [00:24:21] <rcjsuen> ~hwk [00:24:21] <Arbalest> Have some random .class files and can't get your project to compile? Homework due tomorrow? Try reading this - http://blog.hantsuki.org/2008/10/03/help-i-cant-use-eclipse-to-do-my-homework/ [00:24:30] *** coldpizza72i has joined #eclipse [00:24:31] <rcjsuen> That's explained in Arbalest's link, with screenshots. [00:24:43] <coldpizza72i> has anyone ever got "Obsolete methods on the stack" in eclipse [00:24:49] <Wheeler19> thanks, and it isn't homework, but it's due today :P [00:25:07] <rcjsuen> Wheeler19: Sounds even worse...like a job. :| [00:25:07] *** Jennings has joined #eclipse [00:25:21] <rcjsuen> coldpizza72i: Yes that sounds vaguely familiar. [00:25:29] <rcjsuen> Usually when I try to HCR stuff and the JVM doesn't like it. [00:25:31] <coldpizza72i> any ideas on what to do [00:25:36] <rcjsuen> restart my app, is what i do [00:25:40] <nitind> coldpizza72i: Taking a poll? But yes, I have. Usually it means you hot-swapped a new version of a method in your executing stack at a place other than the top. [00:25:46] <Wheeler19> rcjsuen: if by job, you assume I am being paid, then no. Otherwise yes [00:26:12] <coldpizza72i> this is the code im trying to get running http://nadeausoftware.com/node/73#Code [00:26:18] <rcjsuen> Wheeler19: Well, nonetheless it sounds like you may taste Thor's fury if you don't get this done. [00:26:29] <thehurley> Wheeler19: you're writing code for a girl you like? [00:28:13] <rcjsuen> coldpizza72i: I do not see the correlation between running a program and getting that error. Please elaborate. [00:29:45] <Wheeler19> thehurley: what girl do you know who likes getting code for as a gift? Nah, the program was done in bluej, we're moving to eclipse so we can finish/improve it but we need a demo tonight [00:29:56] <coldpizza72i> mayb i should post my main class....mayb i did something wrong....... rcjsuen well other programs run fine [00:30:29] <rcjsuen> coldpizza72i: You mean you just tell the program to run and some time later it pops up that error dialog without you doing anything? [00:30:34] <aphexmunky> nitind: i'm going to go have a smoke, my brain just cant process what you're trying to tell me :( [00:31:05] <coldpizza72i> heres my main class.....is this correct http://java.pastebin.ca/1799165 [00:31:53] <rcjsuen> Looks like the same code as what that guy has, I don't see why not. [00:32:33] *** rhk has quit IRC [00:32:43] *** f0d has quit IRC [00:32:45] *** DJGummikuh has quit IRC [00:33:08] <coldpizza72i> hmm im getting some program errors......is it okay if i ask them here instead of #java [00:33:49] <Wheeler19> One minor problem with your link guys, the images shown have the class file showing up in package explorer, mine are no where to be found. [00:34:26] <rcjsuen> Wheeler19: So you pasted the folder into your Java project? [00:34:28] *** DJGummikuh has joined #eclipse [00:36:24] <Shaba1> Ok [00:36:37] <Shaba1> There are three files that I cannot delete [00:37:03] <Wheeler19> rcjsuen: I pasted them into the propper place in the workspace, I can't paste them directly into package explorer [00:37:20] <Shaba1> thehurley you still with me? [00:37:42] <rcjsuen> Wheeler19: So they don't show up in the 'Package Explorer' view? [00:37:54] <Wheeler19> No [00:38:03] *** acuster has quit IRC [00:38:27] <rcjsuen> Did you try refreshing? [00:38:30] <Wheeler19> the package files do, and they're in the build path, but it doesn't accept the classes because eclipse deletes them [00:39:01] <rcjsuen> information overload, we will need screenshots to better understand the situation [00:39:09] <rcjsuen> putting your project's .classpath file will also be helpful [00:40:21] *** kthomas_vh has quit IRC [00:40:25] <thehurley> ? [00:40:32] *** matalo has joined #eclipse [00:40:45] <Shaba1> You asked what language do I use mose [00:40:47] <Shaba1> most [00:40:51] <Shaba1> right now python [00:40:56] <aphexmunky> nitind: would you mind if i went through my mindset in what i need to do with you and you correct me where i go wrong? [00:40:56] *** hmalphettes has quit IRC [00:41:04] <Shaba1> But I also want to develope for php and java [00:41:20] <rcjsuen> aphexmunky: Just speak your mind. [00:41:30] <aphexmunky> ok [00:41:58] <aphexmunky> my editor extends TextEditor and needs to implement ITextEditor and ITextViewer [00:42:26] <rcjsuen> TextEditor alrdy implements ITE [00:42:30] <rcjsuen> so no, that should not be required [00:42:40] <aphexmunky> ok i'll remove that and press on [00:42:40] <rcjsuen> And 2 I see no reason to implement ITV. [00:42:47] <rcjsuen> Unless you have a good reason. [00:42:56] <aphexmunky> i dont. [00:43:05] <aphexmunky> there's nothing i need there, yet [00:44:01] *** heinz has quit IRC [00:44:27] <Wheeler19> rcjsuen: http://imagebin.ca/view/qD11MAx.html and http://pastie.org/828118 [00:44:53] <thehurley> not sure what's available for python in eclipse [00:44:55] <aphexmunky> so from my button action button under run() i dont need to instansiate my editor since thats created when i'm viewing my file [00:45:00] <rcjsuen> Wheeler19: So you pasted the class folder into workspace/Whale Player/? [00:45:15] <Shaba1> Well there is pydev [00:45:19] <rcjsuen> aphexmunky: If you alrdy have an active editor and you want to retrieve that active editor, your code is on the right path, yes [00:45:28] <Shaba1> but I can always install that later as a plug in [00:45:31] <thehurley> either way, if you want to use eclipse for java and php aswell, download one of those, then install the other and phydev [00:45:49] <Shaba1> I am talking about the 'base' eclipse package [00:45:57] <Shaba1> I am at teh download site [00:45:59] <Wheeler19> yes, though it might be important to note that its in package form, so it's actually folder 1 > sub-folder > sub-folder2 > class files [00:46:00] <rcjsuen> coldpizza72i: People do that once in a while (I mean ask Java questions here instead of ##java). [00:46:15] <rcjsuen> Wheeler19: Did you try refreshing? It seems your paste was not picked up by the Eclipse resources system. [00:46:42] <aphexmunky> so by getting the IEP and IEI i have access to that editor already (sorry i dont quite understand which object refers to which part) [00:46:56] <coldpizza72i> rcjsuen the error stoped [00:47:02] <rcjsuen> aphexmunky: yes the IEP is the editor, and the IEI is the input [00:47:10] <Shaba1> and I see "Eclipse for Java" whice is like 92mb and Eclipse classic 3.51 which is 162 mb [00:47:21] <coldpizza72i> i did something that didnt work earlier but worked now for some reason [00:47:22] <Shaba1> and I am wondering which one to download [00:47:27] <rcjsuen> aphexmunky: for example you have an editor, and you say open this file ~/test.txt, you can think of the "/home/user/test.txt" string as the input [00:47:35] <Shaba1> http://www.eclipse.org/downloads/ [00:47:40] <sjefen6> how do I get eclipse to run php files in OS X? does eclipse have mysql support in osx? [00:47:45] <rcjsuen> Shaba1: Classic is if you want to write Eclipse plug-ins and/or OSGi bundles. [00:47:54] <thehurley> go with java or php to start off with [00:48:00] <rcjsuen> coldpizza72i: okilydokily [00:48:00] <Shaba1> lol not that advance yet [00:48:13] <rcjsuen> Classic also includes source code (which is why it's much bigger) [00:48:22] <aphexmunky> ok, just looking at my code and trying to grasp where i'm at with that then [00:48:27] *** thehurley has quit IRC [00:48:33] <Shaba1> right now I am just looking for ONE IDE to dabble in all the languages I have read up on but am not an expert in any of them [00:48:48] <Shaba1> source code for what [00:49:06] <rcjsuen> Shaba1: For Eclipse itself. [00:49:15] <rcjsuen> To assist with Eclipse development. [00:49:19] <Shaba1> Oh ok [00:49:23] <Shaba1> then never mind [00:49:58] <coldpizza72i> great; the page i wanna scrape is a php so it doesnt yield anything [00:50:45] <coldpizza72i> or mayb thats not the reason [00:51:53] <Wheeler19> rcjsuen: http://imagebin.ing.ca/view/EtD764.html That added the package file but it isn't actually resolving the calls to the classes [00:52:07] <Shaba1> I am doing eclipse for java [00:52:10] <rcjsuen> That link doesn't want to cooperate [00:52:22] <Shaba1> my second thing will be to add in the aptana studio plug in [00:52:26] <rcjsuen> seems you had an extra ing http://imagebin.ca/view/EtD764.html [00:52:26] <Wheeler19> http://imagebin.ca/view/EtD764.html [00:52:38] <aphexmunky> right then so i'm creating a IDocP var = myEditor.getDocumentProvider() which doesnt work because i need to downcast it? [00:52:59] <rcjsuen> aphexmunky: Well, you need to downcast to ITE. [00:53:05] <rcjsuen> (which has the getDP method defined) [00:53:28] <rcjsuen> Wheeler19: mm, i guess the issue here is that your proj root is defined as a source folder, that might've caused some clashes [00:54:05] <Wheeler19> so should I remake the project using src and bin folders then? [00:54:06] *** hmalphettes has joined #eclipse [00:54:17] <rcjsuen> Wheeler19: yes please and then follow the example [00:54:22] <rcjsuen> Wheeler19: make a 'classes' folder or whatever [00:54:25] <rcjsuen> then throw your stuff in there [00:54:29] <rcjsuen> then try again and see how ti goes [00:54:30] <rcjsuen> good luck [00:54:48] <Wheeler19> will do, but I'll stick around here until it's done lol, thanks [00:57:04] *** sampablokuper has joined #eclipse [00:57:13] *** sampablokuper has quit IRC [00:57:16] *** sampablokuper has joined #eclipse [00:57:36] <sampablokuper> test [00:57:49] <aphexmunky> ok i've lost myself downcasting to the ITE, you said before that TextEditor implements ITE anyway so i downcast to my editor class specifically [00:58:27] <rcjsuen> Well, just make sure you downcast the right thing... [00:58:49] <aphexmunky> i'm downcasting the ITP right? [00:59:04] <rcjsuen> you mean the IEP? [00:59:14] <aphexmunky> yes sorry [00:59:42] <aphexmunky> and that should have the getDocumentProvider [00:59:45] <aphexmunky> but i dont [01:00:02] *** type_t has joined #eclipse [01:00:14] <rcjsuen> show us the code [01:00:22] *** justinfreeman has joined #eclipse [01:00:23] *** jusfreeman has quit IRC [01:01:33] <aphexmunky> http://pastebin.com/d106300fd [01:01:44] <sampablokuper> Hi folks, I just ran "Help > Check for Updates". I installed all the recommended updates, but when I restarted, I got an error message that Eclipse failed to load the JavaHL library. As such, Subclipse isn't working. However, I can see a couple of JavaHL clientadapter jars in the Applications/Eclipse/plugins folder, so what gives?... All help welcome! I'm running Eclipse 3.5.1 on Mac OS X 10.5.8 [01:01:54] <rcjsuen> <aphexmunky> right then so i'm creating a IDocP var = myEditor.getDocumentProvider() which doesnt work because i need to downcast it? [01:02:01] <rcjsuen> downcast to ITE to use the getDP method [01:02:06] <rcjsuen> i thought was what I mentioned [01:02:19] <rcjsuen> actually nm [01:02:24] <rcjsuen> your syntax itself is wrong [01:02:35] <crusso> sampablokuper: Yeah, I saw that too after upgrading. It gives a link to a subversion page that talks about the JavaHL library. [01:02:42] <crusso> I didn't really look into it yet though. [01:02:43] <sampablokuper> crusso: yep. [01:02:59] <aphexmunky> right so my problem is poor java skills [01:03:14] <Wheeler19> rcjsuen: Thanks! I got rid of most of the errors, I need to play with the folders a bit because the guy who wrote this package used absolute paths for his exceptions [01:03:32] <rcjsuen> Well, casting is a basic fundamental, you can read up on that. [01:03:39] <rcjsuen> Wheeler19: okilydokily, good luck [01:06:52] <rcjsuen> aphexmunky: You had the right idea going earlier, except you casted your input to an editor (and that caused an error), but the syntax was "right". [01:07:13] <jclinton> rcjsuen, further information on that crash: It's less bad with Sun JDK versus OpenJDK but both crash. However, I can make it stop crashing completely in both JVM's by hiding the "Welcome" tab which is also presumably a XulRunner view. So it seems to be some kind of "no two xulrunners at a time" crash. [01:07:35] <rcjsuen> right welcome interacts with the brwoser component [01:09:03] <crusso> sampablokuper: Did you follow the instructions here? http://subclipse.tigris.org/wiki/JavaHL [01:12:39] <aphexmunky> i did it :') <--- tears of joy [01:12:48] <sampablokuper> crusso: the thing is, i already have svn installed. Besides, I wasn't having any trouble before the update. Seems the update broke something. Question is: should/can I fix it? [01:14:55] <aphexmunky> rcjsuen: thank you! is there a way i can contribute to the community at all? or maybe a book that would help support it financially or something? [01:15:43] <rcjsuen> If we're talking money you could ~donate [01:15:43] <Arbalest> Become a Friend of Eclipse: http://www.eclipse.org/donate/ [01:16:00] <rcjsuen> if we're talking not money you can always just hang out here and answer people's questions or answer questions on the ~forums [01:16:00] <Arbalest> http://www.eclipse.org/forums/ [01:16:07] <Wheeler19> rcjsuen: Alright, so what do I do if the compiler can't resolve an exception in the class folder? There is a certain exception being called by one of the methods I need. the exception has a class file in the class folder, but still isn't resolving [01:16:39] <rcjsuen> well, can you resolve the other classes? [01:16:49] <rcjsuen> If you can then I can't see why the exception won't resolve properly [01:16:55] <rcjsuen> unless it has supertypes or something that aren't found [01:16:59] <aphexmunky> i'll donate on payday and i'll register on the forums tomorrow [01:17:04] <rcjsuen> Ultimately causing an inconsistency in the class hierarchy. [01:17:07] <aphexmunky> i'm very very tired now [01:17:38] <rcjsuen> aphexmunky: if you speak other languages you could also help with translations http://www.eclipse.org/babel/ [01:18:04] <Wheeler19> from what I can tell this is the only class I have to compile from that particular sub-folder [01:18:40] <aphexmunky> i dont speak other languages but i'll make sure the community gets back more for all your help tonight [01:18:42] <rcjsuen> Is it actually in the right package? [01:19:21] *** Shown has quit IRC [01:19:58] <Wheeler19> the code I'm using makes a call to javazoom.jl.player.Player. That class then calls an exception in javazoom.jl.decoder. I mimicked their heirarchy and made both decoder and player class folders [01:20:37] <Wheeler19> I can call another class in the decoder sub-folder, so that isn't the issue [01:21:06] <rcjsuen> shouldn't you be making the root folder the class folder so it resolves the javazoom.jl.player hierarchy properly? [01:21:14] <rcjsuen> right now it sounds more like the hierarchy only consists of 'player' [01:21:15] *** type_t has quit IRC [01:21:28] <rcjsuen> "I mimicked their heirarchy and made both decoder and player class folders" [01:21:32] <Wheeler19> that did not seem to work, but I'll try it [01:21:36] <Wheeler19> again, that is [01:24:46] <Wheeler19> and now it once again cannot resolve player [01:27:17] <rcjsuen> Do you have screenshots or something? [01:28:24] <Wheeler19> http://imagebin.ca/view/E7bqzP.html <--- classpath settings [01:28:46] *** Draziw has quit IRC [01:29:39] <rcjsuen> <rcjsuen> Wheeler19: make a 'classes' folder or whatever [01:29:41] <rcjsuen> <rcjsuen> then throw your stuff in there [01:29:44] <rcjsuen> Did you try that/ [01:29:48] <fwaokda> How can i terminate an emulator in eclipse? [01:30:00] <rcjsuen> classes/javazoom/jl/converter /decoder /player [01:30:02] <rcjsuen> and put them all in one [01:30:10] <rcjsuen> and just set classes as a class folder [01:30:17] <rcjsuen> the hierarchy you have right now seems quite weird [01:30:27] <rcjsuen> as it would almost imply the absence of packages [01:30:42] <rcjsuen> unless you have something like WCKSPlayer/javazoom/jl/player/javazoom/jl/player [01:32:26] *** Draziw has joined #eclipse [01:32:27] *** Draziw has quit IRC [01:32:27] *** Draziw has joined #eclipse [01:35:12] <fwaokda> Anyone know how I can close and emulator thats running in eclipse? [01:35:24] *** jcp has quit IRC [01:35:32] <Wheeler19> well, I did what you asked and then (re)added the import line for the Player class and it is telling me it can't be resolved [01:37:05] <rcjsuen> Wheeler19: Complete screenshot of your package explorer + expanded folders and your code? [01:37:31] *** Draziw_ has joined #eclipse [01:37:45] *** Draziw_ has quit IRC [01:37:45] *** Draziw_ has joined #eclipse [01:38:03] *** Draziw is now known as Guest9336 [01:38:35] *** Draziw_ is now known as draziw [01:38:42] <Wheeler19> http://imagebin.ca/view/JmPN-S.html [01:38:42] *** jclinton has quit IRC [01:38:49] <Wheeler19> rcjsuen: ^^ [01:39:07] <rcjsuen> some pretty weird errors [01:39:12] *** Guest9336 has quit IRC [01:39:15] <rcjsuen> they're not even underlining sane places :o [01:39:28] <NoobFukaire> I have that happen occasionally, have you tried rebuilding? [01:39:34] <NoobFukaire> like clean->rebuild [01:39:56] <rcjsuen> and it is also weird why your 'classes' folder shows up regularly [01:40:11] <rcjsuen> or maybe it's supposed to [01:40:47] <rcjsuen> Wheeler19: Did you add it as a class folder? [01:40:57] <rcjsuen> you have the folder expanded [01:40:59] <rcjsuen> not 'Referenced Libraries' [01:43:45] <Wheeler19> my bad [01:43:46] <Wheeler19> http://imagebin.ca/view/KCtejJ.html [01:44:07] <Wheeler19> do you think deleting the other "classes" folder might help? [01:44:26] <rcjsuen> they should be the same thing i think [01:44:26] *** draziw has quit IRC [01:45:45] <Wheeler19> all of the errors are that the player cannot be resolved to type [01:46:16] *** Mr_Grim has quit IRC [01:46:45] <rcjsuen> I'm out of ideas then [01:46:51] <rcjsuen> I guess you could optionally spin your own jar and try using that instead [01:47:17] <[-jon-]> I cant seem to get eclipse to work with php very well =\ [01:47:45] <[-jon-]> I've tried using the prebuilt package, and even tried on a vm ubuntu, but it just doesnt want to provide errors, etc [01:48:21] *** sampablokuper has quit IRC [01:48:42] <Wheeler19> Or I can just go back to bluej [01:48:48] <Wheeler19> shoot me...please [01:50:19] <Wheeler19> anyways, thanks, I guess BlueJ it is for now anyway. Later guys [01:50:30] *** Wheeler19 has quit IRC [01:58:22] *** njbartlett has quit IRC [01:59:49] *** aphexmunky has quit IRC [02:17:25] *** lresende_ has joined #eclipse [02:19:21] *** deng_c has joined #eclipse [02:20:07] *** gpmidi1 has quit IRC [02:20:32] *** Bass10 has quit IRC [02:21:53] *** lresende has quit IRC [02:21:54] *** lresende_ is now known as lresende [02:24:50] <fwaokda> im trying to completely remove and reinstall the eclipse-classic and android-sdk but what do i have to do in addition to deleting their folders? [02:28:30] *** jcp has joined #eclipse [02:34:13] *** Bass10 has joined #eclipse [02:35:43] *** Bass10 has quit IRC [02:36:07] *** tr1gger has quit IRC [02:36:49] *** Bass10 has joined #eclipse [02:37:11] *** hmalphettes has quit IRC [02:43:54] *** iniusman has joined #eclipse [02:44:14] <rcjsuen> fwaokda: That should be good enough. [02:44:21] <rcjsuen> fwaokda: You could wipe your ~/.eclipse folder too I suppose. [02:45:11] *** iniusman has left #eclipse [02:45:21] *** Shaba1 has quit IRC [02:47:49] *** Theravadan has joined #eclipse [02:48:40] *** lresende has quit IRC [02:48:58] *** matalo has quit IRC [02:54:43] *** armence has quit IRC [03:06:54] *** pnehrer has joined #eclipse [03:19:55] *** crashR has quit IRC [03:20:47] *** njbartlett has joined #eclipse [03:22:25] *** syn3rgy has joined #eclipse [03:36:57] <syn3rgy> Hello [03:37:07] <syn3rgy> I am getting this error when i try to Build my project [03:37:10] <syn3rgy> **** Build of configuration Default for project PPP **** [03:37:10] <syn3rgy> make all [03:37:10] <syn3rgy> make: *** No rule to make target `all'. Stop. [03:37:47] <syn3rgy> I narrow down the problem to my "Builder Settings/ Build Command" [03:39:17] <rcjsuen> Did it ever work? [03:39:40] <syn3rgy> I got a Helloworld to work [03:42:20] <syn3rgy> using a makefile [03:43:37] <rcjsuen> Oh, so you mean not through CDT. [03:45:00] <syn3rgy> I'm not sure what you mean by CDT [03:45:17] <syn3rgy> working with Phortran... attempting to compile some Fortran code [03:45:28] <rcjsuen> "The CDT (C/C++ Development Tools) Project provides a fully functional C and C++ Integrated Development Environment (IDE) for the Eclipse platform." http://www.eclipse.org/cdt/ [03:45:34] <rcjsuen> I assumed you were doing C/C++, I see I was wrong. [03:48:09] <syn3rgy> it seems like a simple adjustment to get it working [03:48:34] <syn3rgy> i changed the Build Command to "make -g Makefile" ... and somethign happened, but no Binaries were created [03:50:47] <syn3rgy> **** Build of configuration Default for project PPP_3 **** [03:50:47] <syn3rgy> make -g Makefile all [03:50:47] <syn3rgy> make: invalid option -- g [03:50:47] <syn3rgy> Usage: make [options] [target] ... [03:58:56] *** laknath_ has quit IRC [04:01:16] *** [TomTom] has joined #eclipse [04:01:21] *** debio264_ has joined #eclipse [04:04:54] *** TomTom has quit IRC [04:05:21] *** debio264 has quit IRC [04:12:45] *** crashR has joined #eclipse [04:16:31] *** S|y|nergy has joined #eclipse [04:18:02] *** laknath_ has joined #eclipse [04:21:19] *** syn4rgy has joined #eclipse [04:25:14] *** tmartins has quit IRC [04:26:10] *** buggs2 has quit IRC [04:26:15] *** buggs2 has joined #eclipse [04:32:11] *** Mr_Grim has joined #eclipse [04:33:48] *** openpercept has joined #eclipse [04:39:29] *** rcjsuen has quit IRC [04:47:31] *** fwaokda has quit IRC [04:49:09] *** fwaokda has joined #eclipse [04:49:14] *** garrett87 has joined #eclipse [04:57:11] *** Sageus has joined #eclipse [04:57:20] <Sageus> Hello! [04:57:35] <Sageus> I seem to be having difficulty setting something up. [04:57:58] <Sageus> I'm trying to get JCurses to work correctly in Eclipse, but I seem to keep messing up. [04:58:31] <fwaokda> can someone type my nick -- trying to see if my highlighting in mirc is working... [04:58:49] <Sageus> fwaokda [04:59:02] <Sageus> work? [04:59:27] <fwaokda> no :( [04:59:30] <fwaokda> ty though [04:59:31] <Sageus> bah. [04:59:50] <Sageus> So I'm trying to get JCurses to import correctly. Anyone here done it? [04:59:58] <fwaokda> not me :( gl [05:00:02] <Sageus> Thanks. [05:00:11] <Sageus> Actually, nevermind. I'll figure it out. [05:00:13] *** Sageus has quit IRC [05:02:56] *** SeriousWorm has joined #eclipse [05:07:52] *** rook2pawn has quit IRC [05:12:21] *** rook2pawn has joined #eclipse [05:23:43] *** S|y|nergy has quit IRC [05:23:55] *** garrett87 has quit IRC [05:24:27] *** syn4rgy has quit IRC [05:31:21] *** Pasqualle has quit IRC [05:35:14] *** fwaokda has quit IRC [05:38:51] *** dropdrive has joined #eclipse [05:54:17] <dropdrive> Hi, is there a way to begin a refresh of all projects at a certain time? [05:57:09] *** Bass2 has joined #eclipse [05:57:31] *** joshdi has quit IRC [06:01:36] *** Bass10 has quit IRC [06:01:36] *** kl6fr has quit IRC [06:04:15] *** kl6fr has joined #eclipse [06:13:24] *** pnehrer has quit IRC [06:15:44] *** kthomas_vh has joined #eclipse [06:15:49] *** RickyWh has quit IRC [06:16:59] *** kthomas_vh_ has joined #eclipse [06:17:19] *** kthomas_vh has quit IRC [06:19:36] *** RickyWh has joined #eclipse [06:21:18] *** philk_ has joined #eclipse [06:21:49] *** volodya has joined #eclipse [06:24:00] *** philk__ has quit IRC [06:30:05] <syn3rgy> anyone have any suggestions for the problem i posted earlier? [06:30:26] <syn3rgy> make: *** No rule to make target `all'. [06:30:43] *** kaasinees has quit IRC [06:31:41] *** ezgranny420 has quit IRC [06:43:59] *** kib0 has joined #eclipse [07:06:45] *** rook2pawn has quit IRC [07:09:01] *** rook2pawn has joined #eclipse [07:10:20] *** charley has quit IRC [07:10:38] *** charley has joined #eclipse [07:11:55] *** keya has joined #eclipse [07:21:35] *** Bass2 has quit IRC [07:25:22] *** Rajko has quit IRC [07:25:58] *** Rajko has joined #eclipse [07:29:13] *** HARIBABU has joined #eclipse [07:32:02] *** [TomTom] has quit IRC [07:32:57] *** yashi_ has quit IRC [07:33:50] *** yashi has quit IRC [07:39:21] *** charley1 has joined #eclipse [07:40:05] *** charley1 has joined #eclipse [07:41:11] *** charley has quit IRC [07:41:41] *** charley1 has quit IRC [07:42:25] *** Rajko has quit IRC [07:42:39] *** Rajko has joined #eclipse [07:51:11] *** justinfreeman has quit IRC [07:51:40] *** charley1 has joined #eclipse [07:53:53] *** charley has joined #eclipse [07:54:13] *** charley1 has quit IRC [07:54:15] *** charley has quit IRC [07:56:07] *** charley has joined #eclipse [08:00:34] *** LongBeach has joined #eclipse [08:04:18] *** nlc has quit IRC [08:05:39] *** gnuyoga has left #eclipse [08:07:07] *** amitev has joined #eclipse [08:13:06] <philk_> paulweb515_: how would I convert an MarkerEntry to IMarker? Can I safely call IAdaptable.getAdapter inside my AdapterFactory? The incoming object is IAdaptable (MarkerEntry) [08:13:29] *** tolland has quit IRC [08:14:45] *** elver has quit IRC [08:15:51] *** amitev has quit IRC [08:16:09] *** amitev has joined #eclipse [08:19:00] *** dpino has joined #eclipse [08:19:56] <kib0> is there a reason why a ToolItem with SWT.DROP_DOWN style completly dissapears my Toolbar? [08:20:38] <keya> ?philk_: I can see MarkerEntry class overriding IAdaptable#getAdapter(java.lang.Class) and in the implementation it is returning IMarker after a check. I guess that's what you want. [08:20:46] *** punknroll_ has joined #eclipse [08:20:57] *** kottlett has joined #eclipse [08:21:30] *** jcp has quit IRC [08:21:58] *** skt_ has joined #eclipse [08:25:02] *** Rajko has quit IRC [08:25:06] *** Rajko has joined #eclipse [08:25:39] *** Rajko has quit IRC [08:25:47] *** Rajko has joined #eclipse [08:27:56] *** yashi has joined #eclipse [08:28:56] *** elver has joined #eclipse [08:32:02] *** yashi has quit IRC [08:36:12] *** yashi has joined #eclipse [08:39:40] <philk_> keya: yes, thanks. I know that it implements IAdaptable. However I need to convert a MarkerEntry first to IMarker (using IAdaptable) and then to my own Interface. Thats why I asked if its safe to call getAdapter on the MarkerEntry from inside my AdapterFactory [08:39:47] *** yashi has quit IRC [08:40:17] *** yashi has joined #eclipse [08:40:20] <philk_> kib0: because you might have associated a visibleWhen expression with it? [08:40:22] *** Rajko has quit IRC [08:40:37] *** Rajko has joined #eclipse [08:42:25] *** Rajko has quit IRC [08:42:38] *** Rajko has joined #eclipse [08:46:07] *** Rajko has quit IRC [08:46:21] *** Cybernator has joined #eclipse [08:46:52] *** dr_jerry has joined #eclipse [08:47:12] *** Rajko has joined #eclipse [08:49:08] <kib0> philk_, no [08:49:23] <kib0> just created the item, added text [08:49:26] <kib0> no image [08:49:29] <kib0> no events [08:49:30] <kib0> no nothing [08:49:36] <kib0> doesnt work on windows [08:49:40] <kib0> works on ubuntu and mac [08:49:53] <kib0> compiles, runs, everything fine [08:50:10] <kib0> it just doesnt show the toolbar when i add the DROp_DOWN style to the item [08:54:19] *** vwegert has joined #eclipse [08:55:27] <philk_> kib0: no idea... [08:55:56] <kib0> yea, ill try with a coolbar instead. [08:56:03] <kib0> thanks philk_ [09:05:21] *** sama has joined #eclipse [09:06:15] *** Rajko has quit IRC [09:06:19] *** Rajko has joined #eclipse [09:08:04] *** rook2pawn has quit IRC [09:12:16] *** rook2pawn has joined #eclipse [09:14:13] *** kib0 has quit IRC [09:19:54] *** mastro has joined #eclipse [09:23:36] <HARIBABU> is there a way to set debug configurations without user intervention? i have tried doing this, but when i try to launch debug from shortcut, the default values overriding. [09:28:28] *** FlaPer87 has joined #eclipse [09:29:00] <FlaPer87> hey guys, is there a way to integrate tags like #TODO or other with trac tickets using mylyn trac plugin? [09:31:46] *** the_alien has joined #eclipse [09:35:13] *** kartben has joined #eclipse [09:40:06] *** Kudd has joined #eclipse [09:49:34] *** syn3rgy has quit IRC [09:50:47] *** Slavka has joined #eclipse [09:52:21] <the_alien> anyone tried how many elements you could put into a virtual tree before it gets really unusuable? [09:52:57] *** punknroll_ has quit IRC [10:01:03] *** skt_ has quit IRC [10:05:43] *** skt_ has joined #eclipse [10:10:15] *** dpino has quit IRC [10:12:23] *** opossum_oisif has joined #eclipse [10:17:14] *** jfreeman has joined #eclipse [10:22:47] *** mtskvan has joined #eclipse [10:23:46] <mtskvan> hello guys ....how can i change the Java JVM setting in Eclipse from 64 bits to 32 bits? [10:24:15] *** jonalv has joined #eclipse [10:25:18] *** copyto_test has joined #eclipse [10:26:30] *** dpino has joined #eclipse [10:27:15] *** mtskvan has quit IRC [10:27:35] *** pschriner has joined #eclipse [10:29:48] *** sama has quit IRC [10:32:23] *** copyto_test has quit IRC [10:36:54] *** njbartlett has quit IRC [10:40:35] *** z4z4 has joined #eclipse [10:44:38] *** copyto_test has joined #eclipse [10:50:36] *** acuster has joined #eclipse [10:54:42] *** copyto_test has quit IRC [10:56:51] *** tmseidel has joined #eclipse [11:00:21] *** kl6fr has left #eclipse [11:00:30] *** jfreeman has quit IRC [11:07:07] *** RandomTask_ has joined #eclipse [11:07:16] *** rook2pawn has quit IRC [11:08:30] *** RandomTask has quit IRC [11:09:30] *** Pasqualle has joined #eclipse [11:11:02] *** Carnage\ has joined #eclipse [11:11:09] *** rook2pawn has joined #eclipse [11:25:53] *** lednerk_ has joined #eclipse [11:26:40] *** maxb_ has joined #eclipse [11:28:40] *** SzymonB has joined #eclipse [11:31:26] *** kartben has quit IRC [11:31:26] *** LongBeach has quit IRC [11:31:26] *** Jennings has quit IRC [11:31:26] *** Pikachu_2014 has quit IRC [11:31:26] *** deSilva has quit IRC [11:31:27] *** lemmy has quit IRC [11:31:27] *** lednerk has quit IRC [11:31:27] *** maxb has quit IRC [11:31:27] *** Zenopus has quit IRC [11:31:27] *** superx has quit IRC [11:31:30] *** Aleph_One has joined #eclipse [11:33:26] *** dpy has joined #eclipse [11:40:40] *** polli has joined #eclipse [11:41:25] <polli> hey, I'm testing around some with p2 trying to dynamically download and install plugins/features when hitting a button [11:41:50] <polli> it seems that everything works but installing/starting the plugin [11:42:58] *** Theravadan has quit IRC [11:43:11] <polli> does anyone have an idea what I might be doing wrong? [11:46:54] *** dpino has quit IRC [11:49:25] *** copyto_test has joined #eclipse [11:50:46] *** dpino has joined #eclipse [11:53:47] *** sphenxes has joined #eclipse [11:53:59] *** copyto_test has quit IRC [11:56:01] <paulweb515_> philk_: I'm not sure, I haven't look at the marker stuff that much [11:57:20] <philk_> paulweb515_: I mean generally... The contract of IAdaptable does not say, that its getAdapter method should not call Platform.getAdapterManager() if it itself cannot provide the requested adapter. [11:58:29] <philk_> So, if I provide an adpater factory for IAdaptable and get in a MarkerItem (which implements IAdaptable) with the current implementation of its getAdapter() it returns IMarker or null (but does not call Platform.getAdapterManager.getAdapter() as PlatformObject would do). [12:02:41] *** sphenxes has quit IRC [12:04:32] *** Zenopus has joined #eclipse [12:05:03] *** hceylan has joined #eclipse [12:14:30] *** feanorul has joined #eclipse [12:16:46] <feanorul> Is an Action with style AS_CHECK_BOX that toggles only under certain conditions possible ? Overriding isChecked() and setChecked() didn't help [12:19:58] *** feanorul has quit IRC [12:26:13] *** oisinh has joined #eclipse [12:28:34] *** hceylan has quit IRC [12:31:56] *** openpercept has left #eclipse [12:36:18] *** tmseidel has left #eclipse [12:48:42] *** Slavka has quit IRC [12:50:50] *** Carnage\ has quit IRC [12:52:47] *** the_alien has quit IRC [12:54:07] *** z4z4 has quit IRC [12:59:07] *** tr1gger has joined #eclipse [13:05:07] *** sphenxes has joined #eclipse [13:08:46] *** rook2pawn has quit IRC [13:12:24] *** rook2pawn has joined #eclipse [13:13:14] *** sphenxes has quit IRC [13:13:27] *** skt_ has quit IRC [13:13:59] *** Cybernator has quit IRC [13:14:31] *** magnet has quit IRC [13:15:30] *** eeos has joined #eclipse [13:15:49] <eeos> I have recently started using the web tools [13:16:20] <eeos> I would like to automatically publish xhtml and css files ona remote server [13:16:33] <eeos> by pushing them and synchronising the content of a folder [13:16:39] <eeos> is that possible with eclipse? [13:18:25] *** fixl has quit IRC [13:19:03] *** amnesic_ has joined #eclipse [13:22:34] <eeos> I have searched the documentation and tried to create remote servers, but was not able .... [13:22:45] <eeos> may it be a problem with my installtion? [13:23:51] *** floe has joined #eclipse [13:27:25] *** rcjsuen has joined #eclipse [13:35:00] *** Xeon_ has joined #eclipse [13:35:23] *** eeos has quit IRC [13:36:03] <Xeon_> is there a menu item to package a project to jar? [13:36:12] <swente> Xeon_: see "Export" [13:37:26] <Xeon_> what is a runnable jar file? [13:38:13] <Xeon_> should i choose this? [13:38:20] <swente> a runnable jar has some more infos in it's manifest, i.e. the main-class. [it allows to run a app directly from jar, jvm picks mainclass from manifest and launches without requiring you to pass the class in the cmdline] [13:38:50] <swente> it depends - if you bundle a library-like project then i'd say "no". if you package an application - i'd recommend "yes" [13:39:30] <Xeon_> is this bundled with jvm inside the jar? [13:39:52] <rcjsuen> No. [13:39:55] *** paulweb515 has joined #eclipse [13:40:00] <swente> no jvm inside jar. but a "runnable jar" can be launched with "java -jar your.jar" [13:40:08] <Xeon_> ok. [13:40:15] *** paulweb515 has quit IRC [13:40:15] *** paulweb515 has joined #eclipse [13:41:41] <rcjsuen> dropdrive: I guess that would just be a matter of selecting all your projects and hitting F5. [13:41:42] *** copyto_test has joined #eclipse [13:42:11] <rcjsuen> oh, wait, "at a certain time", that'd depend on what kind of triggers you have setup I suppose [13:42:19] <rcjsuen> tho a full refresh can be rather timely [13:46:06] *** ppawel has joined #eclipse [13:46:21] *** copyto_test has quit IRC [13:48:39] <Xeon_> which option should I choose for Seal contents? [13:48:40] *** eeos has joined #eclipse [13:49:31] <eeos> I would like to automatically publish xhtml and css files ona remote server by pushing them and synchronising the content of a folder. I have searched the documentation and tried to create remote servers, but was not able .... [13:49:36] <eeos> anyone who can help? [13:50:44] *** SeriousWorm has left #eclipse [13:50:47] <yann|work> I notice that IPreferencesService does not extend osgi's PreferencesService - I find that a bit strange, is there no eclipse interface to use as a drop-in extension of PreferencesService ? [13:52:02] *** voobles has joined #eclipse [13:52:16] <yann|work> that is, I have some code that works with osgi's PreferencesService, and just want to use the changelistener support that IEclipsePreferences add - I can upgrade the Preferences to IEclipsePreferences, but cannot do the same with the service ? [13:52:19] <eeos> when I got to server view and try to create anew server, I cannot create ftp or rsync servers .... why? [13:52:46] *** Shown has joined #eclipse [13:52:54] <rcjsuen> eeos: Can you create Tomcat servers? [13:53:39] <eeos> rcjsuen: the list of servers is completely empty .... [13:53:55] <rcjsuen> what did you install anyway [13:53:58] <eeos> rcjsuen: if I download new adapters, I can find geronimo and others but no ftp or rsync [13:54:27] <eeos> rcjsuen: very last version of eclipse + WTP [13:54:30] <rcjsuen> I don't think what you're using has anything to do with FTP. It sounds more like the _deployment_ of Java EE applications. [13:54:37] <voobles> Hi everybody, a newbie question: how do i import an existing gnu project into eclipse ? [13:54:48] <eeos> rcjsuen: nope, they are just static xhtml + CSS pages .... [13:55:14] <rcjsuen> eeos: I mean to say, the wizards/dialogs you are seeing is orthogonal to what you are trying to achieve. [13:55:17] <eeos> rcjsuen: I would like to publish them on a webserver (apache) using either rsync or ftp or anything really [13:55:25] <eeos> rcjsuen: oh [13:55:47] <eeos> rcjsuen: what should I use then? I have done research, but could not come up with anything else [13:56:03] <rcjsuen> I guess ~TM maybe. [13:56:03] <Arbalest> Check out Eclipse's Target Management project - http://www.eclipse.org/dsdp/tm/ [13:57:41] *** pnehrer has joined #eclipse [13:57:45] <eeos> rcjsuen: what I would like to do is not transparently manage the remote resource, but simply publish a local web project to a remote folder suing ftp or rsync [13:58:02] <eeos> rcjsuen: the remote folder just happens to be the root of a web server [13:58:19] <rcjsuen> Dunno, I've never had this need. [13:59:27] *** laknath_ has quit IRC [13:59:49] <eeos> :( [14:01:52] *** the_alien has joined #eclipse [14:02:13] *** eeos has quit IRC [14:02:18] *** eeos has joined #eclipse [14:02:22] *** the_alien has quit IRC [14:02:22] *** the_alien has joined #eclipse [14:04:11] <the_alien> needin some help with the jface TreeViewer and the virtual stylebit. is it possible that the jface 3.5.1 has a bug? I'm calling TreeViewer#setHasChildren() and the tree never shows that it has children. Only if i use setChildCount it works. [14:08:04] <rcjsuen> Best to just check Bugzilla. [14:08:41] <the_alien> searching already [14:08:41] *** kaasinees has joined #eclipse [14:08:53] *** nlc has joined #eclipse [14:09:27] *** |conan| has quit IRC [14:10:56] *** voobles has quit IRC [14:10:58] *** eeos has quit IRC [14:11:06] <the_alien> rcjsuen: can't find any. can't believe noone ever shoud discovered this. so it has to be me i guess? [14:11:46] *** hceylan has joined #eclipse [14:11:53] <rcjsuen> That's not necessarily true. [14:12:23] <the_alien> rcjsuen: if you could have a look.... it is the Snippet048VirtualLazyTreeViewer with one motified line: http://pastebin.com/m234906e0 [14:12:34] <rcjsuen> I don't know anything about virtual trees (or tables for that matter). [14:12:55] <the_alien> ok [14:13:03] <the_alien> my bad ;9 [14:13:05] <the_alien> ;) [14:13:25] *** z4z4 has joined #eclipse [14:13:39] *** laknath_ has joined #eclipse [14:17:20] *** multi_io has quit IRC [14:17:23] *** multi_io has joined #eclipse [14:23:38] *** Fragarach87 has joined #eclipse [14:32:06] *** Cybernator has joined #eclipse [14:33:09] *** Xeon_ has quit IRC [14:35:03] *** Xeon has joined #eclipse [14:40:14] *** hceylan has quit IRC [14:42:41] *** amnesic_ has left #eclipse [14:44:36] *** Xeon has quit IRC [14:47:06] *** Rajko has quit IRC [14:47:22] *** hceylan has joined #eclipse [14:48:08] <volodya> it appears that if a widget inside GridLayout is hidden (with setVisible(true)), GridLayout still believes it has non-zero size, and calling layout on parent does not change anything. Is there any standard way to work around this? [14:48:48] <rcjsuen> you need to _exclude_ it via the _GridData_, hint hint [14:53:56] *** magnet has joined #eclipse [14:54:05] *** tmseidel has joined #eclipse [14:54:50] <volodya> rcjsuen: thank you, that worked. [14:57:13] *** Bass10 has joined #eclipse [14:59:59] <rcjsuen> philk_: Probably bcuz window > prefs likely just instantiates the pref dialog directly [15:00:16] <rcjsuen> at least, based on org.eclipse.ui.internal.OpenPreferencesAction.run() [15:02:49] <philk_> rcjsuen: it's still a handler... and I thought the ProblemsView overrides the default handler [15:03:08] *** dpino has quit IRC [15:04:09] <rcjsuen> My point was that we just add the action directly. [15:04:17] <rcjsuen> So that menu item is simply an ACI. [15:04:56] *** njbartlett has joined #eclipse [15:07:05] *** SlickT10 has joined #eclipse [15:07:34] *** rook2pawn has quit IRC [15:07:34] *** sphenxes has joined #eclipse [15:08:50] *** ChanServ sets mode: +o rcjsuen [15:08:52] *** rcjsuen changes topic to " Eclipse (http://www.eclipse.org) - Eclipse 3.5.1 and Galileo SR1 have been released! Eclipse 3.6M5 (201001291300) and Helios M5 has been declared! Browse the FAQ at http://wiki.eclipse.org/IRC_FAQ and blog about all things Eclipse at http://www.planeteclipse.org/" [15:08:55] *** rcjsuen sets mode: -o rcjsuen [15:09:05] <rcjsuen> Helios M5 (though technically out for a while) -> http://eclipse.org/downloads/packages/release/helios/m5 [15:13:20] *** rook2pawn has joined #eclipse [15:15:38] *** bashflyng has joined #eclipse [15:16:10] *** conan has joined #eclipse [15:18:35] *** sphenxes has quit IRC [15:19:59] *** HARIBABU has left #eclipse [15:20:24] *** sphenxes has joined #eclipse [15:32:19] *** Xeon has joined #eclipse [15:34:19] <Xeon> why eclipse say the jar file is not found while it actually trying yo generate this jar file? [15:34:58] <rcjsuen> You may get better mileage if you provided more context. [15:37:28] <Xeon> i exported to a jar file earlier successfully. I made some change to the code, then I trying to export it again, but to different folder. Now eclipse complains it cannt find the jar file generated the first time... [15:39:37] <Xeon> do the description file and the manifest file count as the reason? [15:43:17] *** krbarnes has joined #eclipse [15:44:13] <Xeon> i restarted eclipse then fine. [15:44:18] *** hceylan has quit IRC [15:46:21] *** rgrunber has joined #eclipse [15:46:31] *** sphenxes has quit IRC [15:47:11] *** kartben has joined #eclipse [15:47:21] *** kartben has quit IRC [15:47:40] *** bfitzpat has joined #eclipse [15:47:44] *** bfitzpat has left #eclipse [15:50:42] *** Xeon_ has joined #eclipse [15:52:38] *** NoobFukaire1 has joined #eclipse [15:53:24] *** Xeon has quit IRC [15:54:01] *** yann|work has quit IRC [15:54:03] *** yann||work has joined #eclipse [15:58:11] *** dsugar100 has joined #eclipse [16:03:03] *** kartben has joined #eclipse [16:05:13] *** _WOPR_ has joined #eclipse [16:09:06] *** sphenxes has joined #eclipse [16:15:03] *** ppawel has quit IRC [16:21:13] <private_meta> hmm... when using subclipse, any idea how to add certain folders to all projects, like where common includes? [16:23:42] <NoobFukaire1> I have an eclipse product based on the ide product application (eclipse+extra tools essentially). I have the product setup as feature-based but when I export it, the features come out like this: http://seventh-sun.com/pub//inst.png [16:23:55] <NoobFukaire1> there's the top level feature for the ide product and all the features are subfeatures of that product [16:24:14] <NoobFukaire1> this breaks updates, so then the exported ide can't update from our update site and grab those subfeatures [16:24:49] <NoobFukaire1> it sees them but doesn't think they apply and won't install them if you tell it manually (i.e. it's white in the update manage and if you check it anyway it errors when you attempt to finalize your update choices) [16:24:51] *** philk_ has quit IRC [16:25:01] <NoobFukaire1> anyone know how I can get rid of the top level feature and make those subfeatures top level? [16:25:53] <NoobFukaire1> or make the top level feature a regular feature along side the others? [16:26:37] *** _WOPR_ has quit IRC [16:28:02] *** _WOPR_ has joined #eclipse [16:34:20] *** NoobFukaire has quit IRC [16:35:05] *** UrsoBranco has joined #eclipse [16:35:19] <NoobFukaire1> man freenode !@#!@# [16:35:20] *** NoobFukaire has joined #eclipse [16:36:49] *** sjefen6 has quit IRC [16:38:46] <jvogel> hey [16:38:49] <jvogel> my eclipse is majorly f'd [16:38:52] <jvogel> i cant install software [16:39:03] <jvogel> like it says 'unstable to read repository' [16:40:10] <NoobFukaire1> anyone know where an official eclipse product file would be? [16:40:23] <NoobFukaire1> like for one of the official releases (JDT, JEE, C/C++, etc) [16:41:14] *** matalo has joined #eclipse [16:41:42] <jvogel> any ideas here? [16:42:15] <NoobFukaire1> sounds like your repository location is either down, mangled or missing off the disk depending on the type [16:42:19] <rcjsuen> Maybe it really can't be read. [16:42:24] <rcjsuen> It's not even clear which repository you're accessing. [16:42:27] <NoobFukaire1> I think that's probably "unable to read repository" [16:42:31] <jvogel> Galileo - http://download.eclipse.org/releases/galileo [16:42:38] <NoobFukaire1> does your DNS work okay? [16:42:39] <jvogel> No respository found [16:43:02] <jvogel> 64 bytes from download.eclipse.org (206.191.52.47): icmp_seq=2 ttl=113 time=50.9 ms [16:43:42] <NoobFukaire1> it's taking a while to get the listing here [16:43:50] <NoobFukaire1> might be some type of problem with the servers [16:43:57] <NoobFukaire1> there it went [16:44:00] <NoobFukaire1> so far seems okay for me [16:44:02] <jvogel> no [16:44:05] <jvogel> i cant get to ANYTHING [16:44:24] <NoobFukaire1> sounds like you're on linux? [16:44:27] <jvogel> oh i guess i can [16:44:29] <jvogel> yes [16:44:32] <jvogel> debian testing [16:44:33] <NoobFukaire1> can you take a screenshot or something? [16:44:36] <jvogel> and i really want to plan that [16:45:18] <rcjsuen> Did it ever work? [16:45:23] <rcjsuen> i.e. was it working yesterday but not today? [16:46:07] <NoobFukaire1> if I want features installed as part of an eclipse product, is there something I need to do with p2 and have it install them after the product is build somehow? [16:46:54] *** SzymonB has quit IRC [16:47:00] <jvogel> rcjsuen: pretty sure it's never worked [16:47:04] <jvogel> maybe ill just reinstall eclipse from unstale [16:47:10] *** plan_rich has joined #eclipse [16:47:46] *** plan_rich has quit IRC [16:48:15] <rcjsuen> jvogel: Have you googled around? There's a known issue with Debian and Java caused by some ipv6 setting which may be the cause of your problem. [16:48:23] <jvogel> o [16:48:27] *** Kudd_ has joined #eclipse [16:48:52] <jvogel> ummm [16:49:26] <jvogel> I hate debian [16:49:36] <jvogel> why when i do install eclipse from aptitute it wants to install open-jdk [16:49:38] *** Kudd has quit IRC [16:49:43] <jvogel> or what's gnu's pos jdk is [16:49:50] <jvogel> whatever* [16:50:06] <rcjsuen> actually, OpenJDK is a Sun project [16:50:15] <jvogel> sry [16:50:17] <jvogel> I'm talking about [16:50:29] <jvogel> gcj-4.4-base [16:50:40] <jvogel> GNU-java right? [16:51:34] <rcjsuen> GCJ is a GNU project, that's correct. [16:51:38] <jvogel> yeah [16:51:39] <jvogel> that pos [16:51:43] <jvogel> anyway [16:51:49] <jvogel> i might just install arch linux [16:51:51] *** keya has quit IRC [16:51:51] *** brendon_work has quit IRC [16:51:55] <jvogel> but i really need eclipse on this mobile platform right now [16:52:05] * jvogel doesnt really like eclipse but *has* to use it for this project [16:52:34] <jvogel> i could install in window vm, but then i'd have to go through setting up the jdk on windows [16:53:04] *** kottlett has quit IRC [16:53:20] *** hceylan has joined #eclipse [16:54:15] *** brendon_work has joined #eclipse [16:54:38] *** brendon_work has quit IRC [16:54:48] *** sphenxes01 has joined #eclipse [16:55:11] *** Mathuin has quit IRC [16:56:34] *** sphenxes has quit IRC [16:58:29] *** kthomas_vh_ has quit IRC [16:58:34] *** conan has quit IRC [16:59:06] *** kthomas_vh_ has joined #eclipse [17:01:51] *** sphenxes01 has quit IRC [17:04:26] *** sphenxes has joined #eclipse [17:08:46] *** rook2pawn has quit IRC [17:09:24] *** deng_c has quit IRC [17:09:40] *** vwegert has quit IRC [17:10:54] *** the_alien has quit IRC [17:13:25] *** rook2pawn has joined #eclipse [17:15:43] *** floe has quit IRC [17:15:53] *** sphenxes has quit IRC [17:18:37] *** sphenxes has joined #eclipse [17:23:02] * NoobFukaire1 *shakes fist in anger at undocumented functionality* [17:24:05] <jvogel> rcjsuen: friedpancakes.com/~jonathan/eclipse.error.png [17:24:55] <NoobFukaire1> do you get any strange error messages in dmesg? [17:24:58] <rcjsuen> rather odd that it'd read your local computer instead of contacting the update site [17:24:59] <NoobFukaire1> like io errors or warnings? [17:25:02] <NoobFukaire1> maybe memory errors? [17:25:09] <rcjsuen> unless it tried to cache some info but failed due to the previous failure [17:25:16] *** tobias_avl has joined #eclipse [17:26:07] <rcjsuen> What did you do, wipe your Eclipse folder and untar? [17:32:21] *** Bass10 has quit IRC [17:37:47] *** dabeowulf has joined #eclipse [17:37:59] *** haptiK has joined #eclipse [17:38:38] <dabeowulf> Hello, is there an easy way to have debug files saved in another directory than in the workspace? [17:38:59] *** syn3rgy has joined #eclipse [17:41:56] *** dpy has quit IRC [17:42:51] *** crusso has quit IRC [17:43:49] *** kartben has quit IRC [17:50:07] *** Jennings has joined #eclipse [17:50:59] <NoobFukaire1> this guy has the same problem I do: http://markmail.org/message/ph333ph5e74twq6m [17:51:30] <NoobFukaire1> well pretty much, but if I go to update software, it says no updates available [17:51:48] <NoobFukaire1> if I try to manually install the feature, it sees a newer version of the feature on the repo, but it says it can't install more than one copy of the feature [17:52:19] <NoobFukaire1> it says it's "going to do an update instead" and then gives an error about not being able to install both features (which are the same feature just different versions) [17:53:04] <NoobFukaire1> but the features work and update fine from the eclipse distribution from eclipse.org [17:53:16] <NoobFukaire1> just not if they're installed as part of a product [18:06:41] *** Darkflare has joined #eclipse [18:06:50] *** opossum_oisif has quit IRC [18:07:26] *** paulweb515_ has quit IRC [18:07:47] <Darkflare> Hi where can i find information on using custom property tests in dynamic content (ie in the intro/welcome screen) in eclipse deveopment? [18:08:18] <Darkflare> Im trying to find infomation on it but i keep finding the same eclipse help docs, that arent very descriptive for the defining of own tests. [18:08:24] *** paulweb515_ has joined #eclipse [18:08:36] *** dpino has joined #eclipse [18:12:23] *** matalo has quit IRC [18:13:43] *** erdal has joined #eclipse [18:14:21] *** Darkflare has quit IRC [18:22:06] *** magnet has quit IRC [18:26:10] *** sebastien_ has joined #eclipse [18:31:04] *** sebastien_ has quit IRC [18:31:57] *** sebastien_ has joined #eclipse [18:32:54] <NoobFukaire1> looks like you have to update products as a whole [18:33:00] <NoobFukaire1> you can update features separately [18:33:07] <NoobFukaire1> *you can't update features separately [18:33:19] <NoobFukaire1> I wish you could do partial builds of a product [18:33:39] <NoobFukaire1> our IDE is friggin massive so even my relatively fast machine, doing a full build takes a little while [18:38:09] *** sebastien_ has quit IRC [18:39:04] *** Jennings has quit IRC [18:41:15] *** mathi has joined #eclipse [18:41:16] <mathi> hey [18:41:24] <mathi> how do I generate a constructor in Eclipse ? [18:41:29] <NoobFukaire1> in Java? [18:41:41] <NoobFukaire1> public MyConstructor() { } in your class [18:41:59] <mathi> I mean, is there some hotkey to generate one [18:42:05] <rcjsuen> if you don't have a default one alrdy, ctrl+space could help [18:42:16] <mathi> nice [18:42:18] <mathi> :) [18:42:34] <NoobFukaire1> Shift+Alt+S would give you an option to implement methods, I think that should give an option for a constructor if one doesn't exist [18:42:50] <NoobFukaire1> oh wait, there's an explicit option for a constructor too ;) [18:44:22] *** z4z4 has quit IRC [18:49:14] *** _WOPR_ has quit IRC [18:50:42] *** ZeuPiark has joined #eclipse [18:52:10] <ZeuPiark> hello [18:52:25] *** FlaPer87 has quit IRC [18:59:47] *** Jennings has joined #eclipse [18:59:57] <nitind> ~hi [18:59:57] <Arbalest> Welcome! If you have a question, just ask, or take a look at our FAQ - http://wiki.eclipse.org/IRC_FAQ :) Try typing ~faq to see more FAQs! If you have errors or logs to show, see ~pastebin. If you have screenshots to share, see ~imagebin. If you need to describe your problem, please provide some ~info about your setup. Please be patient when waiting for a response. Thank you and enjoy your stay. [19:01:38] *** Zenopus_ has joined #eclipse [19:03:01] *** Zenopus has quit IRC [19:03:06] *** Zenopus_ is now known as Zenopus [19:06:07] *** oisinh has quit IRC [19:08:08] *** rook2pawn has quit IRC [19:10:51] *** philk__ has joined #eclipse [19:12:49] *** rook2pawn has joined #eclipse [19:13:39] *** njbartlett has quit IRC [19:16:04] *** njbartlett has joined #eclipse [19:16:37] *** crusso has joined #eclipse [19:31:33] *** magnet has joined #eclipse [19:34:12] *** _hansi has joined #eclipse [19:35:15] *** UrsoBranco has quit IRC [19:37:13] *** erwe has joined #eclipse [19:37:22] <erwe> hi [19:37:45] <erwe> does someone know how to switch the embedded server Jetty in Eclipse using the Google Web Toolkit? [19:38:00] *** sphenxes01 has joined #eclipse [19:38:25] <rcjsuen> Did you try the ##gwt channel? [19:38:29] <erwe> yes [19:38:38] *** sphenxes has quit IRC [19:41:06] *** RobW has joined #eclipse [19:41:30] *** andrep has joined #eclipse [19:42:48] *** mastro has quit IRC [19:45:32] <nitind> erwe: Switch what? [19:45:52] <erwe> eclipse uses Jetty [19:46:00] <erwe> but it doesn't support PHP scripts [19:46:19] <nitind> It uses Jetty for internal functions. [19:46:40] <erwe> i can't use an external server running on localhost because of the SOP [19:47:03] <erwe> so how do I use GWT & PHP (i've already asked on #gwt) [19:47:04] <erwe> ? [19:47:11] <erwe> they told me I have to switch server [19:47:36] <erwe> and use apache and there's an option -noserver in the google plugin [19:47:47] <erwe> but i can't figure out where it is [19:48:15] *** yann||work has quit IRC [19:52:42] *** SniperFodder has joined #eclipse [19:54:00] *** SniperFodder has quit IRC [19:55:58] *** ZeuPiark has quit IRC [19:57:23] *** crusso has quit IRC [20:00:55] *** crusso has joined #eclipse [20:03:50] <ilyak> Wtf [20:04:08] <ilyak> Why don't breakpoint "on method exit" trigger on exception?? [20:05:08] *** danhello has joined #eclipse [20:07:26] *** jonalv has quit IRC [20:10:57] <nitind> why are you expecting it to? [20:14:19] *** sjefen6 has joined #eclipse [20:15:48] *** pschriner has quit IRC [20:16:09] *** egoleo has joined #eclipse [20:16:44] <egoleo> hello i am trying to install subclipse plugin on ubuntu but i get this error annot complete the install because one or more required items could not be found. [20:16:44] <egoleo> Software being installed: Subversion Revision Graph 1.0.7 (org.tigris.subversion.subclipse.graph.feature.feature.group 1.0.7) [20:16:44] <egoleo> Missing requirement: Subversion Revision Graph 1.0.7 (org.tigris.subversion.subclipse.graph.feature.feature.group 1.0.7) requires 'org.eclipse.draw2d 3.2.0' but it could not be found any help [20:18:11] <Kudd_> you're to add draw2d update site in your available updates [20:18:15] <egoleo> i mean on elipse3.5 [20:18:21] <Kudd_> you've* [20:18:31] <egoleo> and how do i get this update link plse [20:19:01] <Kudd_> I don't know, I always waste my time to find the update link, most of time it's zip, and it's so boring [20:19:05] <Kudd_> I'm seeking on google [20:19:29] <egoleo> oh ok [20:19:29] *** amnesic_ has joined #eclipse [20:19:46] <rcjsuen> egoleo: How did you install Eclipse, btw? [20:19:59] <egoleo> through ubuntu's repos [20:20:10] <Kudd_> http://download.eclipse.org/tools/gef/updates/releases/ [20:20:13] <Kudd_> Apparently it's this link [20:20:44] *** amnesic_ has left #eclipse [20:21:01] <egoleo> trying it [20:21:37] *** erwe has quit IRC [20:22:09] <Kudd_> by the way rcjsuen what's the difference between released and stable? [20:22:15] <Kudd_> for instance: http://download.eclipse.org/technology/dltk/downloads/ [20:22:26] <nitind> Kudd_: http://download.eclipse.org/eclipse/downloads/build_types.html [20:22:31] <Kudd_> cheers [20:23:11] <Kudd_> so integration seems to be a good choice [20:23:12] *** tmseidel has left #eclipse [20:26:23] *** Kudd_ has quit IRC [20:27:58] <egoleo> anyone knows link for this one too annot complete the install because one or more required items could not be found. [20:27:59] <egoleo> Software being installed: Subclipse Integration for Mylyn 3.x (Optional) 3.0.0 (org.tigris.subversion.subclipse.mylyn.feature.group 3.0.0) [20:28:55] <egoleo> where can i find all this links [20:32:18] <egoleo> anyone to help me [20:32:41] <rcjsuen> the galileo site (an aggregate site) is listed on the faq in the channel's topic, you could grab taht instead [20:32:53] <rcjsuen> the faq also explains why you don't have that site preinstalled with your installation [20:33:23] <egoleo> can i get link plse [20:35:32] <rcjsuen> http://wiki.eclipse.org/IRC_FAQ [20:37:40] <egoleo> thnx [20:37:42] <egoleo> got it [20:41:09] <egoleo> oh boy [20:41:17] <egoleo> now is asking for myln bridge [20:41:21] <egoleo> what is all this [20:41:33] *** _hansi has quit IRC [20:42:38] <rcjsuen> I would expect the Mylyn portions to be optionally and unselectable if you wish but perhaps my understanding of Subclipse is incorrect. [20:44:13] *** bashflyng has quit IRC [20:44:25] <egoleo> i tried that [20:44:27] <egoleo> but still [20:44:29] <egoleo> not working [20:44:55] *** lresende has joined #eclipse [20:45:14] *** kaasinees has quit IRC [20:46:24] *** DJGummikuh has quit IRC [20:48:31] <nitind> egoleo: Try deselecting anything that says Mylyn in the name. [20:50:03] *** jfreeman has joined #eclipse [20:50:41] <egoleo> and it wont install subclipse [20:51:29] *** f0d has joined #eclipse [20:52:06] *** ZwEnN has joined #eclipse [20:52:39] <ZwEnN> someone here using eclipse cdt? [20:53:30] <ZwEnN> i wonder where i can get the make.exe file from... [20:54:37] *** bashflyng has joined #eclipse [20:54:57] *** hceylan has quit IRC [20:55:25] *** _hansi has joined #eclipse [20:58:30] *** jusfreeman has joined #eclipse [20:59:02] *** ep0ch has joined #eclipse [20:59:26] *** jfreeman has quit IRC [21:00:10] *** f0d has quit IRC [21:02:14] *** Aleph_One has quit IRC [21:03:34] *** robot_jesus has joined #eclipse [21:03:55] <robot_jesus> anyone have problems with eclipse in ubuntu ? I can't install any software, I click next and it just hangs [21:04:55] *** \BAF64\ has joined #eclipse [21:05:01] *** Theravadan has joined #eclipse [21:07:26] *** rook2pawn has quit IRC [21:07:50] *** \\BAF\IRC has quit IRC [21:08:34] *** ZwEnN has left #eclipse [21:09:27] *** \\BAF\IRC has joined #eclipse [21:10:31] *** [BAF64] has joined #eclipse [21:10:50] *** \BAF64\ has quit IRC [21:13:19] *** rook2pawn has joined #eclipse [21:13:49] *** \\BAF\IRC has quit IRC [21:16:40] *** crusso has quit IRC [21:17:09] *** mathi has quit IRC [21:18:57] *** crusso has joined #eclipse [21:19:12] *** robot_jesus has quit IRC [21:19:15] *** crusso has quit IRC [21:19:18] *** Cybernator has quit IRC [21:19:19] *** crusso has joined #eclipse [21:20:43] *** NetTalk has joined #eclipse [21:26:47] *** paulweb515 has quit IRC [21:27:56] *** amnesic_ has joined #eclipse [21:33:34] *** ep0ch has quit IRC [21:33:38] *** jusfreeman has quit IRC [21:34:01] *** egoleo has quit IRC [21:35:21] *** acuster has quit IRC [21:39:06] *** NetTalk has quit IRC [21:40:00] *** NetTalk has joined #eclipse [21:41:30] *** vwegert has joined #eclipse [21:45:21] *** danhello has quit IRC [21:45:45] *** plan_rich has joined #eclipse [21:46:17] *** danhello has joined #eclipse [21:46:47] *** _hansi has quit IRC [21:51:02] *** plan_rich has quit IRC [21:54:03] *** kthomas_vh_ has quit IRC [21:55:20] *** hceylan has joined #eclipse [21:56:30] *** ZeuPiark has joined #eclipse [21:57:04] *** kthomas_vh has joined #eclipse [22:03:31] *** dsugar100 has quit IRC [22:06:28] *** vwegert has quit IRC [22:09:41] *** ZeuPiark has quit IRC [22:11:40] *** jcp has joined #eclipse [22:13:52] *** stijnbe has joined #eclipse [22:15:36] *** njbartlett has quit IRC [22:16:32] *** danhello has quit IRC [22:21:18] *** amnesic_ has quit IRC [22:21:23] *** dr_jerry has quit IRC [22:24:52] *** jonkri has joined #eclipse [22:26:23] *** njbartlett has joined #eclipse [22:26:37] *** amnesic_ has joined #eclipse [22:27:02] *** Fragarach87 has quit IRC [22:31:06] *** [BAF64] has quit IRC [22:31:49] *** rcjsuen has quit IRC [22:37:37] *** stijnbe has quit IRC [22:38:00] *** mathi has joined #eclipse [22:40:04] *** volodya has quit IRC [22:40:29] *** crusso has quit IRC [22:42:42] *** tolland has joined #eclipse [22:47:55] <tolland> hi [22:48:22] <tolland> I am editing a project which has some include files in a different path [22:48:50] <tolland> i need to edit them, but I don't want to import a copy into my current project, just make those source files available for editing [22:49:06] <tolland> what path should I add them to? [22:51:47] *** Bass10 has joined #eclipse [22:53:32] *** Bass10 has quit IRC [22:54:24] *** Bass10 has joined #eclipse [22:56:59] *** jfreeman has joined #eclipse [22:57:20] *** rcjsuen has joined #eclipse [23:01:27] *** polli has quit IRC [23:02:58] *** laknath_ has quit IRC [23:07:50] *** rook2pawn has quit IRC [23:08:02] *** krbarnes has quit IRC [23:11:03] *** crusso has joined #eclipse [23:11:48] *** kthomas_vh has quit IRC [23:14:03] *** rook2pawn has joined #eclipse [23:14:27] *** fixl has joined #eclipse [23:16:44] *** NoobFukaire1 has quit IRC [23:21:39] *** conan has joined #eclipse [23:37:19] *** NetTalk has quit IRC [23:37:29] *** hrad has joined #eclipse [23:40:18] *** krbarnes has joined #eclipse [23:40:31] *** krbarnes has quit IRC [23:42:12] *** njbartlett has quit IRC [23:45:53] *** rretzbach has joined #eclipse [23:51:04] *** rgrunber has quit IRC [23:53:08] *** njbartlett has joined #eclipse [23:59:48] *** SlickT10 has quit IRC