[00:00:04] <sobersabre> is there a CDT fork/branch that does this ? [00:00:25] <sobersabre> (tried googling, but found nothing except mailing list archives of somebody hearing something indefinite) [00:01:11] <sobersabre> I'm basically looking for a crossplatform environment, and under windows it should allow me to use MS Visual Studio. [00:01:14] *** smith__ has quit IRC [00:01:24] <sobersabre> I mean the toolchain. [00:02:17] *** pk23_ has joined #eclipse [00:02:58] <pk23_> um, is there some easy way to create a main.c file in eclipse? [00:05:40] <sobersabre> pk23_: I think the project template is responsible for this. [00:05:59] *** Pikachu_2015 has quit IRC [00:06:09] <sobersabre> so, if you're creating a C application project, you will be able to choose main.c or some other name for the main() function. [00:06:27] <sobersabre> I mean file name containing the _main() function. [00:07:38] <pk23_> ok, i'm just installing cygwin right now [00:08:02] *** RandomTask_ has joined #eclipse [00:09:28] *** RandomTask has quit IRC [00:09:40] *** Shown has quit IRC [00:11:11] <sobersabre> pk23_: I wonder what does cygwin have to do with eclipse .... [00:11:39] <pk23_> hm, i think I need to install a C compiler for eclipse no? [00:11:42] <sobersabre> in order to have gcc I'd go for mingw+msys, and not cygwin. [00:12:09] <sobersabre> cygwin forces you to redistribute cygwin.dll, and has some licensing restrictions. [00:12:31] *** theGussi has joined #eclipse [00:12:32] <sobersabre> depends on your software needs, I prefer sending 1 file to the people, instead of packages, etc. [00:12:35] <pk23_> http://sourceforge.net/projects/mingw/files/ [00:12:37] <pk23_> is this what I need? [00:12:57] <sobersabre> pk23_: it changes all the time, they have installers, and I think eclipse can install it too, not sure though. [00:13:13] <sobersabre> I'd go for their home page and follow the instructions. [00:13:19] <sobersabre> and then forget about them. [00:13:25] <sobersabre> (this is what i did at a time) [00:13:38] <sobersabre> so, don't ask me anything, since I don't remember :) [00:14:43] <pk23_> argh, their mirrors are down [00:14:55] <sobersabre> sounds weird... sf mirrors down ?! [00:14:59] <IceGuest_75> this eclipse is pretty nifty :P [00:15:27] <sobersabre> IceGuest_75: it is. what do you do with it ? [00:15:58] <IceGuest_75> well, just got it today, but will be using it for PHP [00:16:58] <sobersabre> good luck. [00:17:05] *** sobersabre has quit IRC [00:17:11] <IceGuest_75> is there a way to link files together? like for example, i have a <div> tag on a page. and it doesn't get ended, until in my include of the footer? [00:17:17] <IceGuest_75> sobersabre: ty [00:17:21] <pk23_> anyone know of an alternative to minGW? [00:18:05] <bin1010> cygwin [00:19:05] <bin1010> pk32_: easier alternative, more complete, or I just hate minGW? [00:19:39] <pk23_> well, I just installed cygwin [00:19:40] <pk23_> now what [00:20:41] <bin1010> pk23_ are you wanting to do eclipse/c++ dev via cygwin or what? [00:20:42] <pk23_> i want to make a command terminal program [00:21:06] <pk23_> well, I want to write C prrograms using eclipse [00:21:23] <bin1010> at a cygwin terminal type gcc [00:21:28] <bin1010> see what you get [00:21:45] <pk23_> command not found [00:22:00] <bin1010> so you will need to add cygwin to your path [00:22:12] *** Milyardo has quit IRC [00:22:15] <bin1010> or you did not download gcc in the cygwin install [00:22:38] <bin1010> you need gcc or g++, make, and gdb to do C/C++ dev [00:22:45] <pk23_> um, can you tell me how to add cygin to my path or whatever [00:22:57] <bin1010> which windows [00:23:03] <pk23_> vista [00:23:12] <bin1010> ah...the only one I don't have [00:23:18] <pk23_> damn [00:23:32] *** AkumaTw0 is now known as Akuma [00:23:34] <IceGuest_75> lol..and who wants it? just got rid of mine for full version of windows 7 :P [00:23:43] <IceGuest_75> ty msdn :D [00:24:01] <bin1010> try rightclick on mycomputer and go to properties and you are looking for advanced settings, environment variables [00:24:06] <pk23_> it's just an evironmental variable right? [00:24:06] <pk23_> ya [00:24:12] *** bin1010 has left #eclipse [00:24:42] <pk23_> wait [00:24:45] <pk23_> what do i use for variable name [00:26:01] *** Gussi has quit IRC [00:26:01] *** theGussi is now known as Gussi [00:26:02] *** karltk_ has joined #eclipse [00:26:09] <pk23_> this sucks [00:27:25] <IceGuest_75> then we find out lifes a btch and then we die...wooohooo [00:28:19] <pk23_> anyone know how to setup the environmental variables for cygwin? [00:28:27] *** dilton has left #eclipse [00:28:42] *** karltk has quit IRC [00:30:10] <IceGuest_75> pk23_ any idea what one would look like? [00:30:25] <IceGuest_75> http://www.cygwin.com/cygwin-ug-net/setup-env.html <--might help [00:30:40] <IceGuest_75> talks about the environmental variables [00:32:23] <pk23_> euh, i'm still getting "command not found" when I type gcc in my cygwin bash terminal [00:33:51] <IceGuest_75> pk23_ not sure what to tell you chief...not much I know about it :( [00:34:17] <pk23_> well thanks for the comfort talk atleast [00:34:24] <IceGuest_75> :D np [00:35:22] <rcjsuen> pk23_: well you did select gcc when you installed cygwin, right [00:35:42] <pk23_> let me check again [00:36:41] <pk23_> there are a bunch of packages to select [00:38:08] <pk23_> none say GCC before i expand them [00:38:27] <pk23_> ok, think it's under devel [00:39:52] <pk23_> ok [00:40:01] <pk23_> now i think it works [00:40:13] <rcjsuen> pk23_: you installed it now? [00:40:54] <pk23_> i can type gcc in the cygwin bash [00:40:57] <pk23_> and it says no input file instead [00:41:01] *** scorphus has quit IRC [00:41:24] <pk23_> now do I have to link cygwin to eclipse or something? [00:42:09] *** UrsoBranco has quit IRC [00:47:12] *** Tesseraction has quit IRC [00:54:43] *** jfreeman has joined #eclipse [00:55:31] *** user01 has quit IRC [00:59:52] *** synx` has joined #eclipse [01:03:52] *** IceGuest_75 has quit IRC [01:06:04] *** EricInBNE has joined #eclipse [01:08:30] *** pk23_ has left #eclipse [01:13:57] *** tr1gger has joined #eclipse [01:30:45] *** aksn has quit IRC [01:42:25] *** Resistance has quit IRC [01:42:36] *** Resistance has joined #eclipse [01:59:17] *** scorphus has joined #eclipse [02:00:04] *** krbarnes has joined #eclipse [02:07:09] *** fixl has quit IRC [02:13:39] *** krbarnes has quit IRC [02:16:13] *** Milyardo has joined #eclipse [02:24:51] *** Theravadan has quit IRC [02:40:49] *** mbana has quit IRC [02:43:12] *** ikarius has joined #eclipse [02:44:05] <ikarius> hiyas... I seem to be missing something. I loaded eclipse 3.5 on my mac- I ran through the helloworld java tutorial, I saved it, then closed eclipse [02:44:37] <ikarius> now I've restarted eclipse, it's back at the welcome screen- I tell it to open the java file which is there in the filesystem [02:44:49] <ikarius> and it sits at the welcome screen- it doesnt open the file [02:45:31] <rcjsuen> Close the welcome screen yourself. [02:45:47] <ikarius> OH.... [02:46:01] <ikarius> jebus- but it doesnt show any other tabs while the welcome screen is open [02:46:38] <rcjsuen> That is correct. [02:46:39] <ikarius> "closing" the welcome screen in order to get to any other views isn't terribly intuitive [02:47:16] <rcjsuen> I haven't seen that screen in ages myself although I have heard of your predicament once in a while. [02:47:50] <ikarius> yah- it's just there's no indication anywhere that any other views are available [02:48:23] <ikarius> and in point of fact, you can tell it to switch views- like to debug and back to java, and it does nothing [02:48:34] <ikarius> ok- well thank you very much [02:52:44] *** rouslan has quit IRC [02:53:21] <rcjsuen> I've never tried switching perspectives but don't think that would affect it, as you saw. [02:54:45] *** Theravadan has joined #eclipse [03:01:37] *** kartben has joined #eclipse [03:03:23] *** kartben has quit IRC [03:03:38] *** Araxia has quit IRC [03:09:42] *** buddhika_ has quit IRC [03:24:45] *** buddhika__ has joined #eclipse [03:32:42] *** ecfuser69738 has joined #eclipse [03:33:03] *** ecfuser69738 has quit IRC [03:33:51] *** eternalflame has joined #eclipse [03:34:01] *** eternalflame has quit IRC [03:35:44] *** cmw72 has quit IRC [03:36:23] *** cmw72 has joined #eclipse [03:40:31] *** eternalflame has joined #eclipse [03:44:13] <eternalflame> hello [03:44:30] *** eternalflame has quit IRC [03:46:34] *** Young-goon has quit IRC [03:52:29] *** kthomas_vh_ has joined #eclipse [03:56:01] *** blue_asterisk has quit IRC [04:13:51] *** Theravadan has quit IRC [04:39:21] *** nmatrix9 has joined #eclipse [04:53:51] *** coldboot|home has joined #eclipse [04:54:15] <coldboot|home> How do you troubleshoot when you add a plugin to Eclipse, and nothing changes? [04:54:33] <coldboot|home> I added the blackberry JDE 4.7, and it's supposed to let me start Blackberry projects, but no evidence of it being installed exist. [04:54:50] <coldboot|home> Except in the "Software Updates" seciton. [04:58:33] <rcjsuen> Could try checking your ~logs though probably nothing there (or at least, nothing that will help diagnosis). [04:58:33] <T-elos> Looking for your Eclipse logs? The workspace log should be located at the <workspace>/.metadata/.log file. In Eclipse, try Help > About > Configuration Details > View Error Log. If you want to paste it somewhere, see ~pastebin - http://wiki.eclipse.org/IRC_FAQ#Where_are_Eclipse.27s_log_files_located.3F - http://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F [04:58:50] <rcjsuen> I've heard other complaints about the BB plug-in [04:58:52] <rcjsuen> have you tried asking RIM? [04:59:05] <rcjsuen> i mean to say, asking on the JDE forums/whatever they have [04:59:53] <coldboot|home> No, not yet. [05:00:02] *** ktlr has quit IRC [05:00:15] <coldboot|home> I don't understand how I can install a clean version of Eclipse Ganymede, and it fails right off the bat. [05:01:01] <rcjsuen> Dunno, I'd expect the RIM guys to have tried it themselves. [05:01:40] <rcjsuen> I've always wanted to try the plug-in (even though I don't have a BlackBerry). Haven't yet since I don't like how I nee dto register to download ;p [05:03:04] <coldboot|home> http://dl.getdropbox.com/u/17699/Blackberry/eJDE-4_5_0_16_Component.zip [05:03:11] <coldboot|home> http://dl.getdropbox.com/u/17699/Blackberry/eJDE-4_7_0_46_Component.zip [05:03:14] <coldboot|home> There, try it out. [05:03:37] <coldboot|home> 4.7 doesn't work with my Eclipse. [05:03:40] <coldboot|home> Trying 4.5 now. [05:04:17] <coldboot|home> I'm also trying to virtualize OS X so I can make iPhone apps. [05:05:08] <coldboot|home> This is retarded. [05:05:11] <coldboot|home> 4.5 doesn't work either. [05:05:31] *** ppr has joined #eclipse [05:10:12] *** d_a_carver has quit IRC [05:14:15] *** T-elos has quit IRC [05:14:24] *** rcjsuen has quit IRC [05:17:14] *** rhk has joined #eclipse [05:22:48] *** nmatrix9 has quit IRC [05:24:15] *** pk23_ has joined #eclipse [05:24:56] <pk23_> um, i tried following this guide to install CDT, but I don't have software updates under Help. I have Install New software instead and it's a bit different even though I instlled the C development package [05:25:40] *** fsteeg has quit IRC [05:27:25] *** fsteeg has joined #eclipse [05:28:12] *** fsteeg has quit IRC [05:28:17] <nitind> Sounds like your guide is just a bit outdated. [05:28:52] <pk23_> is there a package I can just download and install all the necessary jumbo wumbo for me? [05:31:05] *** lresende_ has joined #eclipse [05:32:28] *** lresende_ has quit IRC [05:35:46] *** lampliter has joined #eclipse [05:37:50] *** StefanK has joined #eclipse [05:41:47] *** StefanK1 has quit IRC [05:48:18] *** lresende has quit IRC [05:48:42] <pk23_> ok, I think I finally got minGW setup with eclipse and all, but I still don't get the "managed C project" option when I create a project :( [05:51:51] *** echosystm has joined #eclipse [05:52:16] *** coldboot|home has left #eclipse [05:59:26] *** buddhika__ has quit IRC [06:12:36] *** dmiles_afk has quit IRC [06:13:22] *** dmiles_afk has joined #eclipse [06:20:21] *** Araxia has joined #eclipse [06:27:23] *** lampliter has quit IRC [06:32:04] *** pk23_ has left #eclipse [06:35:33] *** Theravadan has joined #eclipse [06:37:26] *** rretzbach has quit IRC [06:53:45] *** Niriven has joined #eclipse [06:54:43] <Niriven> Hello. Anyone familar with plugin development? I have a custom toolbat that gets attached to main.toolbar?after=additions, and it gets pushed around when other toolbars show up, id rather it be ine one place for the consistancy for the user. Any ideas? [07:04:07] *** echosystm has quit IRC [07:06:07] *** keya has joined #eclipse [07:07:25] <Niriven> it looks ike only ?after= is avaialble in a location uri andtheres no good docs for this stuff :( [07:08:14] *** WillPittenger has joined #eclipse [07:08:46] <WillPittenger> A file got into SVN on accident through Eclipse. Is there a way to rename the SVN copy? [07:10:47] <WillPittenger> Or at least delete the unwanted file? (It is still on the initial version.) [07:12:50] <Niriven> WillPittenger, thats more of a scm question isnt it? :-0 [07:13:37] <WillPittenger> Yes, but Eclipse is my interface to SVN. [07:19:26] *** buddhika has joined #eclipse [07:19:33] *** dengski has joined #eclipse [07:20:08] *** blue_asterisk has joined #eclipse [07:21:21] *** dengski has quit IRC [07:21:31] *** deng_c has joined #eclipse [07:23:11] *** rhk has quit IRC [07:25:55] *** Niriven has quit IRC [07:29:42] *** rretzbach has joined #eclipse [07:47:52] *** volodya has quit IRC [07:53:17] *** punknroll_ has joined #eclipse [08:08:37] *** amitev has joined #eclipse [08:08:40] *** kthomas_vh_ has quit IRC [08:08:43] *** kthomas_vh has joined #eclipse [08:09:44] *** LongBeach has joined #eclipse [08:19:39] *** Recreo has joined #eclipse [08:20:42] *** Recreo has quit IRC [08:20:49] *** TomTom has joined #eclipse [08:37:10] *** Nyha has joined #eclipse [08:39:49] *** pk23_ has joined #eclipse [08:40:11] <pk23_> um, how do I setup and use the debugger in eclipse for CDT [08:46:36] *** Nyha has quit IRC [08:49:01] *** SpektoM has joined #eclipse [08:49:05] *** jonalv has joined #eclipse [08:53:27] <WillPittenger> A file got into SVN on accident through Eclipse. Is there a way to rename the SVN copy? [08:53:33] <WillPittenger> Or at least delete the unwanted file? (It is still on the initial version.) [08:57:56] *** drindt has joined #eclipse [09:02:00] *** jnz_ has joined #eclipse [09:12:43] *** werdan7 has quit IRC [09:13:31] *** Carnage\ has joined #eclipse [09:13:48] *** werdan7 has joined #eclipse [09:14:11] <WillPittenger> It would help if someone would respond as Eclipse is my only access to SVN. I don't have the command line version. [09:14:38] *** dandre has joined #eclipse [09:15:07] *** scorphus has quit IRC [09:16:22] <WillPittenger> Never mind. I got it. [09:16:28] <WillPittenger> Finally. [09:17:16] *** WillPittenger has left #eclipse [09:27:31] *** deSilva has quit IRC [09:29:15] <jnz_> I'm having a similar problem configuring PyDev (plug-in for eclipse): http://stackoverflow.com/questions/925616/stackless-installation-and-configuration-with-django [09:31:35] *** atke has joined #eclipse [09:33:46] <dandre> Hello, [09:34:07] <dandre> I have both subclipse and subversive installed on my system. [09:34:47] *** bushwakko has joined #eclipse [09:34:53] <dandre> I am trying to unstall subclipse bute I can't: org.tigris... plugins are still there [09:35:08] <dandre> can I remove them by hand? [09:35:13] *** bushwakko has quit IRC [09:35:34] <dandre> I meant 'can I *safely* remove them by hand?' [09:36:04] *** bushwakko has joined #eclipse [09:36:56] *** jfreeman has quit IRC [09:37:29] <atke> how do I get job to show progress dialog? setUser(true) doesn't seem to show it even though according to this http://www.eclipse.org/articles/Article-Concurrency/jobs-api.html it should. I'm using eclipse 3.5 [09:37:58] <atke> has something changed in 3.5? [09:38:33] *** kthomas_vh has quit IRC [09:39:52] *** lithium has joined #eclipse [09:41:36] *** Aleph_One has joined #eclipse [09:42:16] *** drindt has quit IRC [09:46:46] <keya> Hi. Can someone tell me how to preserve comments using the AST Parser of the JSDT? [09:47:05] *** rretzbach has quit IRC [09:48:46] *** sama has joined #eclipse [09:49:38] *** jonalv is now known as Tomtemor [09:50:31] *** Tomtemor is now known as jonalv [09:50:47] *** Nescafe has joined #Eclipse [09:50:50] *** jnz_ has quit IRC [09:52:22] *** odea has joined #eclipse [09:52:58] *** deSilva has joined #eclipse [09:54:44] *** Ramosa has joined #eclipse [09:58:39] <nitind> keya: Documentation comments are tied to the node the parser thinks they're documenting. Are you sure that's just not what's happening? [09:58:49] *** ecfuser75905 has joined #eclipse [09:59:21] <ecfuser75905> hi [09:59:37] <keya> nitind: Yes. When I parse the given JavaScriptUnit with ASTParser, the ASTNode I am getting doesn't have the comments. Can you please tell me, how I should do it otherwise? [09:59:59] <nitind> keya: Which node type? [10:00:18] *** deng_c has quit IRC [10:00:37] <keya> nitind: I am parsing the entire JavaScript file hence I get nodes of all the types, FunctionDeclaration, VariableDeclaration and so on. [10:01:27] *** odea is now known as deng_c [10:01:32] <keya> nitind: I need to update a method and rewrite back to the document. But as comments are unavailable my rewrited document is not the same. [10:02:05] <keya> nitind: And I am concerned about SingleLine and BlockComments apart from JavaDocComments. [10:02:40] <nitind> keya: And by rewriting you mean creating each statement programmatically and adding it to the body? [10:03:07] <keya> nitind: Yes, currently I am doing like that as I can not figure out any other way. Your suggestions would be helpful. [10:03:11] *** magnet has joined #eclipse [10:05:17] <nitind> keya: Which ASTParser#setSource() method are you calling? [10:06:03] <keya> nitind: ASTParser#setSource(IJavaScriptUnit) [10:06:46] <keya> nitind: I tried ASTParser#setSource(char[]) too. But same result. [10:07:22] <nitind> keya: So the problem is that the comments don't appear at all even when you just parse out the AST? [10:08:02] <keya> nitind: Yeah. The Block that I fetch later for the statements doesn't have comments. [10:10:32] <nitind> keya: I'd have to see the original source to be sure. My experience with it is little more that trying to fix a bug dealing with ObjectLiterals and their fields. Is this with documentation comments, or line comments? [10:11:14] <keya> nitind: Currently, I am having trouble with LineComments. I have seen tried with JavaDoc comments. [10:12:08] *** Theravadan has quit IRC [10:12:34] <keya> nitind: Can you tell me, if what I am doing by parsing the IJavaScriptUnit and then fetching the statements and then iterating over it, applying modifications and writing back to the documentation is a right approach? [10:14:47] <nitind> keya: You're calling ASTRewrite#create(AST) before making your changes, and then ASTRewrite#rewriteAST() when you're done, right? [10:16:01] <keya> nitind: No I am not able to understand using the ASTRewrite so I have to follow other approach and writing the contents back to the IDocument using IDocument#replace. [10:18:23] *** nitin_ has joined #eclipse [10:19:45] <nitin_> Great time for my client to freeze. keya: That's not a good idea. The AST object instances don't react to text changes on their own, you should create the ASTRewrite instance up front, make you changes using AST objects (which can be painful as you're contructing each statement piecemeal), and then calling rewrite(). [10:22:01] <keya> nitin_: I need not recreate each statements again following the ASTRewrite. But the problem is that I am not able to figure out exactly how to do it. To tell you my problem statement I need to surround all the functions in the give JavaScript file with a try/catch block. Can you please tell me some documents or a hint how exactly one can tackle this problem? [10:24:48] *** dandre has left #eclipse [10:25:06] <nitin_> keya: It's a bit much to cover in IRC, even if I knew all of the details, plus I should have been asleep 4 hours ago. http://www.eclipse.org/articles/article.php?file=Article-JavaCodeManipulation_AST/index.html might be of use (JSDT's AST is very similar to JDT's). I'll be back later if you're still around. [10:25:56] <keya> nitin_: Sure. No problem. Thank for your help. I will let you know later about it when you are back. [10:26:21] <nitin_> Good luck. [10:26:25] *** nitin_ has quit IRC [10:28:29] *** dpy has joined #eclipse [10:49:57] *** volodya has joined #eclipse [10:54:04] *** Resistance has quit IRC [10:55:30] *** acuster has joined #eclipse [11:01:31] *** Carnage\ has quit IRC [11:01:44] *** Carnage\ has joined #eclipse [11:11:32] *** odea has joined #eclipse [11:14:15] *** ecfuser75905 has quit IRC [11:15:24] *** kartben has joined #eclipse [11:22:56] *** deng_c has quit IRC [11:25:16] *** odea is now known as deng_c [11:25:48] *** tr1gger has quit IRC [11:26:09] *** acuster has quit IRC [11:27:57] *** PrakashGR has joined #eclipse [11:34:54] *** pk23_ has quit IRC [11:45:17] *** adeodatus has joined #eclipse [11:46:10] *** anno has joined #eclipse [11:57:39] *** jriggins has joined #eclipse [11:57:44] *** benny`work has joined #eclipse [11:58:42] *** z4z4 has joined #eclipse [12:00:41] *** deng_c has quit IRC [12:00:58] *** deng_c has joined #eclipse [12:04:27] *** soulreaper has joined #eclipse [12:05:44] *** soulreaper has quit IRC [12:07:26] <anno> hi folks. i've got a problem with auto-sized columns in a table(-viewer, to be precise): i want one column to be resizeable, but the user shouldn't be able to make it so wide that the composite gets horizontal scrollbars. i use TableColumnLayout for auto-sizing the columns. any ideas? [12:11:20] *** adeodatus has quit IRC [12:12:10] *** volodya has quit IRC [12:19:28] *** Pikachu_2014 has joined #eclipse [12:20:19] *** StefanK has quit IRC [12:24:27] *** visik7 has joined #eclipse [12:24:43] <visik7> hi [12:24:55] <visik7> can I add an external class folder that contains subfolders with jars ? [12:25:07] *** Milyardo has quit IRC [12:25:14] <visik7> eclipse add them but doesn't found when I try to complete an import [12:28:09] <keya> visik7: Set the Java Build Path (assuming it's a Java Project). [12:29:01] *** mbana has joined #eclipse [12:30:24] <visik7> yes it's a java project [12:30:31] <visik7> I set the java build path [12:30:45] <visik7> the dirs are in the tree view [12:30:56] *** tr1gger has joined #eclipse [12:35:27] *** Milyardo has joined #eclipse [12:36:02] <keya> visik7: But still not available in the content assist? [12:36:11] <visik7> yes [12:36:23] <visik7> the only way I got is to add jar one by one [12:37:23] <keya> visik7: How have you added it? [12:38:03] <visik7> project properties -> java build path [12:39:05] *** Aleph_One has quit IRC [12:45:30] <visik7> any clue ? [12:47:02] *** benny`work has quit IRC [12:50:16] *** acuster has joined #eclipse [12:50:32] *** Carnage\ has quit IRC [12:51:52] *** tr1gger_ has joined #eclipse [12:53:08] <visik7> keya: as you can see here http://skitch.com/visik7/b9p75/java-springapp-test-springapp-web-hellocontrollertests.java-springsource-tool-suite-users-visi-documents-workspace-sts org.springframework.* is in the spring.jar works perfectly while org.springframework.web.servlet.ModelandView that is inside spring-webmvc.jar doesn't work [12:56:26] *** Aleph_One has joined #eclipse [12:57:00] *** soulreaper has joined #eclipse [12:57:45] *** Shown has joined #eclipse [13:04:17] *** tr1gger has quit IRC [13:16:41] *** z4z4 has quit IRC [13:24:30] *** dsugar100 has joined #eclipse [13:25:34] *** buddhika has quit IRC [13:27:57] *** soulreaper_ has joined #eclipse [13:29:18] *** Symbi0nt has joined #eclipse [13:29:37] <Symbi0nt> is it possible with eclipse to split a file view horrizontally? [13:30:09] *** drindt has joined #eclipse [13:31:53] *** soulreaper has quit IRC [13:32:00] *** drindt has quit IRC [13:32:09] *** Carnage\ has joined #eclipse [13:32:20] <paulweb515> Symbi0nt: you can open the same file twice, and then drag one tab to the side [13:32:29] *** cmccormick has quit IRC [13:32:38] <paulweb515> Symbi0nt: but that splits the editor area ... it's not like only that one file is split [13:32:59] *** drindt has joined #eclipse [13:35:33] *** drindt has quit IRC [13:36:21] *** drindt has joined #eclipse [13:36:30] *** rcjsuen has joined #eclipse [13:37:23] <Symbi0nt> hmm not what I was looking for :/ [13:37:36] <Symbi0nt> wanna doubletab the file tab and still have it split [13:37:41] <Symbi0nt> hmpf [13:38:03] <paulweb515> Symbi0nt: feel free to submit a patch [13:38:06] * paulweb515 snickers [13:38:21] <paulweb515> Symbi0nt: actually, I think there have been a number of requests for that feature [13:38:48] *** drindt has quit IRC [13:38:49] <paulweb515> Symbi0nt: but because of the text architecture (which is more buffer/emacs oriented) it is very hard to implement [13:39:43] *** drindt has joined #eclipse [13:40:21] *** Pikachu_2014 has quit IRC [13:41:28] *** Pikachu_2014 has joined #eclipse [13:41:50] <dpy> does anyone know where it is configured what progress monitor is to be used for the autobuild? In my RCP IDE I get a NullProgressMonitor from the autobuild in my IncrementalProjectBuilder [13:42:29] <dpy> rcjsuen, paulweb515: do you guys have any idea? [13:42:42] *** drindt has quit IRC [13:43:44] *** drindt has joined #eclipse [13:44:17] <paulweb515> dpy: do you include the ProgressView in your RCP app? [13:44:36] <dpy> let's see [13:44:44] <paulweb515> (yes, it is in the ui.workbench) [13:45:12] <dpy> affirmative, ProgressView is available [13:45:57] <dpy> do I have to configure which progress monitor the autobuild should use? [13:46:04] <dpy> if so: where do I do this? [13:46:24] *** drindt has quit IRC [13:47:06] *** drindt has joined #eclipse [13:47:31] <rcjsuen> atke: If set to show in background, it will not come to foreground (unless reset back). [13:48:14] *** UrsoBranco has joined #eclipse [13:48:40] <paulweb515> dpy: maybe the IDE does some setup ... I'm just pulling it up now [13:49:04] <atke> rcjsuen: so how do I get progress dialog when using job? "reset back"? [13:49:12] <rcjsuen> change the prefs (reset) [13:49:13] *** soulreaper_ has quit IRC [13:49:14] <paulweb515> dpy: do you include the o.e.ui.ide plugin in your RCP app? [13:49:21] <dpy> yes [13:49:25] <dpy> the whole shebang [13:49:51] <atke> do you mean "org.eclipse.ui.workbench/RUN_IN_BACKGROUND=false" ? [13:50:03] <Aleph_One> Is there a way to create a macro-like launcher in Eclipse? For example if i want to start 5 different launchers with 1 click [13:50:11] <rcjsuen> atke: Not 100% positive what it's called myself. [13:50:25] <paulweb515> Aleph_One: you'd have to write code to do that [13:50:29] <Aleph_One> ok [13:50:42] *** T-elos has joined #eclipse [13:50:47] <Aleph_One> I have seen some code that uses ant to do it. Perhaps something similar is needed then. [13:50:52] <atke> I tried that but I couldn't get to it work for some reason [13:50:54] <paulweb515> Aleph_One: there's some multi-language support coming that would make eclipse scriptable (at least partly) but it's not available yet [13:51:07] *** Nescafe has quit IRC [13:51:07] *** drindt has quit IRC [13:51:11] *** Symbi0nt has left #eclipse [13:51:18] *** Nescafe has joined #Eclipse [13:51:21] <paulweb515> Aleph_One: an build file run in the "same VM as the workspace" would have access to a number of eclipse contributed tasks [13:51:48] *** drindt has joined #eclipse [13:51:50] <rcjsuen> atke: Then you need to look for calls to isUser() then. [13:51:59] <visik7> I have a directory with a bunch of jars how can I put them inside the environment so they are recognized and I don't get import errors ? using project->properties->java build path->libraries->add external class folder seams not to work (both on eclipse 3.4 and 3.5) this is the result http://skitch.com/visik7/b9p75/java-springapp-test-springapp-web-hellocontrollertests.java-springsource-tool-suite-users-visi-documents-workspace-sts [13:52:35] <Aleph_One> paulweb515: the scripting stuff sounds interesting, looking forward to see it included [13:53:09] <paulweb515> visik7: are you working on a java project or a plugin project? [13:53:14] <visik7> java project [13:54:05] <rcjsuen> dpy: you're in a worker thread in your job, right [13:54:11] <dpy> paulweb515: could you hold my question [13:54:30] <dpy> I was misinformed: the autobuild gives a SubProgressMonitor [13:54:49] <dpy> the NullProgressMonitor is our own code, not autobuild related (it's the initial build when the IDE is loaded) [13:55:01] <rcjsuen> dpy: So is there a problem anymore or what [13:55:14] <paulweb515> dpy: oh, OK ... I did find code that registers icons with the IProgressService in the IDEWorkenchAdvisor/preStartup [13:55:36] <atke> yeah, I stepped through the code, and isUser() and RUN_IN_BG worked as expected -ut for some reason the job seemed to finish before the dialog was opened, if I read it correctly. [13:55:38] <dpy> well, I was expecting to see, or be able to configure a DialogProgressMonitor or a statusbar progressmonitor for the autobuild [13:55:57] <dpy> like you see in JDT (lower right part of workbenchwindow) [13:56:17] <atke> well, I'll have to look at it later. thanks any way rcjsuen [13:56:52] <dpy> paulweb515, rcjsuen: all I can say now is that I get a SubProgressMonitor, but I don't get any visual feedback anywhere yet [13:57:02] <rcjsuen> you invoke the build method yourself via IProject? [13:57:34] <rcjsuen> in any case the progress provider is sset via the job manager [13:57:38] <visik7> paulweb515: why the question ? [13:57:39] <rcjsuen> org.eclipse.core.runtime.jobs.IJobManager.setProgressProvider(ProgressProvider) [13:57:54] <dpy> ok, tnx, gonna look into that [13:58:28] *** drindt has quit IRC [13:59:07] *** drindt has joined #eclipse [13:59:37] <paulweb515> visik7: My question was to clarify (plugin project have different rules) [14:00:39] <paulweb515> visik7: but I've re-read your question ... to add external jars you must "Add External Jars", not "Add External Class Folders" [14:01:03] <visik7> so what is the purpose of add external class folders ? [14:01:10] <visik7> only folders that contains .class files ? [14:01:13] <paulweb515> yes [14:01:16] <rcjsuen> i believe that is a correct assessment [14:01:36] <paulweb515> visik7: i.e. an entire directory hierarchy with .class files in it [14:01:40] <visik7> so if I have a 10 jars I have to add to the buildpath 1 by 1 ? [14:02:02] <dpy> okay, indeed, it shows in the ProgressView [14:02:11] <rcjsuen> if they're external anyway [14:02:29] <rcjsuen> dpy: Are you saying there are no more problems now? [14:02:42] <visik7> ok fine, but I have the same issue with maven [14:02:56] <paulweb515> visik7: you can multi-select :-) [14:03:14] <visik7> paulweb515: doesn't seam to be possible [14:03:28] <dpy> rcjsuen: no, it works in the progressview, so all I have to find out now is how to configure a specific progress feedback, i.e. dialog or status bar [14:03:34] <paulweb515> visik7: it works for me when I'm on the Library tab and I use "Add External Jars" [14:03:44] <rcjsuen> o indeed it is multiselectable [14:03:45] <dpy> looking into ProgressProvider thing now [14:03:46] <rcjsuen> guess i never tried [14:03:47] *** amnesic has quit IRC [14:03:48] *** drindt has quit IRC [14:03:56] <visik7> paulweb515: oh seams you are right [14:03:57] <rcjsuen> if you want the dialog it needs to be a user job [14:04:06] *** drindt has joined #eclipse [14:04:07] <paulweb515> visik7: as for maven ... don't you have to fix your project before maven will compile it correctly? [14:04:17] *** deng_c has quit IRC [14:04:19] <visik7> fix for ? [14:04:35] <paulweb515> visik7: if you can't compile your project in eclipse, why would maven bother ... [14:04:46] *** drindt has quit IRC [14:04:48] <visik7> 'couse it works outside of the project ... [14:05:22] <visik7> mvn clean in the command line works perfectly [14:09:49] <dpy> ah! [14:10:05] <dpy> Opening the ProgressView installs a new ProgressProvider in the JobManager [14:10:13] <dpy> what a revelation:P [14:12:38] *** erdal has joined #eclipse [14:13:28] <erdal> is there an extension point for registering (global) part listeners or to listen for part events? [14:13:55] <rcjsuen> no [14:14:11] <visik7> ok everything seams to be fixed now [14:17:00] <erdal> what about using the startup e-p to hookin a listener, too dirty? [14:18:44] <rcjsuen> probably depends on what you're trying to do [14:18:51] <rcjsuen> we cannot judge "dirty" for you [14:21:18] *** rcpNoob has joined #eclipse [14:21:24] <erdal> just do not want to use the bundle activator for that [14:21:45] <rcjsuen> well using the startup listener would almost be the same thing [14:22:44] <dpy> rcjsuen: how am I suppose to install a new progress monitor on the job manager, the static getInstance method is package protected... :S [14:23:04] <rcjsuen> if JDT doesn't have to, i don't think you have to [14:23:22] <rcpNoob> hi, currently I am using the TableCursor to jump to cells in a table. the problem is that i can't get the row index from the cursor. is it possible to do that? [14:24:00] <rcpNoob> i want to keep the selections in the table, so i cant use getSelectionIndex either [14:25:09] <rcjsuen> rcpNoob: can't you ask the Table based on your cursor's row TableItem? [14:26:24] <rcpNoob> rcjsuen: you mean something like cursor.getRow() and then ask the return value for the row? [14:26:38] <rcjsuen> of that nature, yes [14:26:40] <rcpNoob> I have tried that, but haven't found any proper method [14:29:26] <rcjsuen> rcpNoob: check Table's API [14:29:30] *** timothym has joined #eclipse [14:29:57] *** Carnage\ has quit IRC [14:30:29] *** fixl has joined #eclipse [14:34:36] *** amnesic has joined #eclipse [14:34:46] *** amnesic has joined #eclipse [14:45:40] *** Bass10 has joined #eclipse [14:46:16] *** Odin_ has quit IRC [14:46:54] *** Bass10 has quit IRC [14:47:43] *** Bass10 has joined #eclipse [14:50:21] *** volodya has joined #eclipse [14:50:50] *** buddhika_ has joined #eclipse [14:51:03] *** amnesic has quit IRC [14:52:06] *** amnesic has joined #eclipse [14:56:25] <rcjsuen> rcpNoob: Any luck? [14:56:37] <rcpNoob> rcjsuen: not yet [14:56:40] <rcjsuen> rcpNoob: org.eclipse.swt.widgets.Table.indexOf(TableItem)? [14:58:28] <rcpNoob> rcjsuen: yes, that looks like what I've been looking for [14:58:35] <rcpNoob> thanks a lot [14:59:01] <rcjsuen> I guess you must've been thinking of different method names. [15:01:35] <rcpNoob> yes, I was thinking about something starting with get [15:06:26] *** acuster has quit IRC [15:10:19] *** barbar__conan has joined #eclipse [15:10:46] *** buddhika_ has quit IRC [15:11:22] *** barbar__conan is now known as M_o_B [15:11:49] *** M_o_B is now known as barbar__conan [15:13:00] <rcpNoob> rcjsuen: thanks again, everything is working the way it is supposed to :D [15:14:15] *** buddhika_ has joined #eclipse [15:20:09] *** Xilent has joined #eclipse [15:24:04] *** fsteeg has joined #eclipse [15:26:24] *** barbar__conan has quit IRC [15:27:04] *** jgoo has joined #eclipse [15:27:29] <jgoo> anyone running eclipse on osx? with a java project open? I want to see if you see the same behaviour as I do [15:28:27] <rcjsuen> jgoo: better to just explain what you see and wait [15:29:23] <jgoo> rcjsuen, it is involved, inb4 ~anyone - if someone is using it, I'll explain [15:29:58] <rcjsuen> jgoo: Are you seeing a bug? [15:31:30] <jgoo> no, I am missing something, when I get it into a certain state. the libraries don't appear, but then they do. But then it works, until i close / reopen project, and do another step, and stuff. [15:31:51] *** tr1gger_ has quit IRC [15:32:21] <rcjsuen> I would categorize that as a "bug" myself. [15:32:47] <rcjsuen> How is this related to OSX? [15:33:44] *** mbana has quit IRC [15:34:18] *** Bass10 has quit IRC [15:34:18] <jgoo> rcjsuen, probably isn't but maybe, since I am using alt key to open the tree [15:34:29] *** Theravadan has joined #eclipse [15:34:44] *** ecfuser33220 has joined #eclipse [15:35:11] *** ecfuser51894 has joined #eclipse [15:35:24] *** PrakashGR has quit IRC [15:35:29] *** PrakashGR has joined #eclipse [15:35:53] *** ecfuser33220 has left #eclipse [15:36:03] *** ecfuser51894 has quit IRC [15:36:32] *** rcpNoob has quit IRC [15:36:41] *** enriq__ has quit IRC [15:37:07] <dpy> rcjsuen, paulweb515: okay guys, next time someone asks for the progress feedback: tell him to do: IWorkbenchWindowConfigurer#setShowProgressIndicator(true); in the ApplicationWorkbenchWindowAdvisor!!! :P LOL! [15:37:26] <rcjsuen> dpy: please add to the ~dev-faq [15:37:27] <T-elos> Writing Eclipse plug-ins / RCP apps and don't know where to turn? See these FAQs - http://wiki.eclipse.org/Eclipse_Plug-in_Development_FAQ - http://wiki.eclipse.org/The_Official_Eclipse_FAQs - http://wiki.eclipse.org/RCP_FAQ / Or look at EclipseCon talks/tutorials - http://www.eclipsecon.org/ [15:38:11] *** sama has quit IRC [15:41:42] *** hopphopp has joined #eclipse [15:42:29] <hopphopp> i am trying to update web tools in eclipse 3.3 but get an error "unable to access http://download.eclipse.org/webtools/updates/" [15:42:39] <hopphopp> any problem with this site? [15:42:49] *** Bass10 has joined #eclipse [15:43:38] *** Bass10 has quit IRC [15:44:00] *** krbarnes has joined #eclipse [15:44:20] *** Bass10 has joined #eclipse [15:45:17] *** tr1gger has joined #eclipse [15:45:25] *** Pikachu_2014 has quit IRC [15:45:32] <rcjsuen> hopphopp: 3.3 is two years old btw [15:46:36] *** Pikachu_2014 has joined #eclipse [15:47:26] *** jgoo has quit IRC [15:47:44] <hopphopp> yes i know [15:47:53] <hopphopp> but i have to use it since i develop in web methods [15:48:17] <hopphopp> and they (AG Software) provide a customized version of eclipse [15:48:50] <rcjsuen> that site loads for me, but i'm not on 3.3 [15:49:19] *** elyezer has joined #eclipse [15:49:24] <elyezer> ~api IFile [15:49:25] <T-elos> org.eclipse.core.resources.IFile - http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html [15:49:40] <hopphopp> do you have a direct link to the xml file? [15:49:52] <hopphopp> could maybe try it manually from here [15:50:55] <rcjsuen> hopphopp: Try using the Europa site isntead. [15:51:06] *** rgrunber has joined #eclipse [15:51:22] <elyezer> how can I get a absolute Path of a IFile in based on my disk not based on the workspace path? [15:51:54] <rcjsuen> elyezer: You sould just do >>> /msg T-elos api IFile >>> instead then you don't even need to be in the channel. Or bookmark the javadocs page in your browser ;p [15:52:25] <elyezer> rcjsuen: ok thank you [15:53:00] <elyezer> getFullPath returns absolute path relative to workspace, how can I get absolute path relative to my disk device? [15:53:37] <erdal> elyezer: try FileLocator [15:53:54] <elyezer> erdal: ok thank you [15:54:23] *** dilton has joined #eclipse [15:55:56] <elyezer> erdal: but it's for a bundle, what bundle I need to pass? Workspace bundle? [15:56:29] <rcjsuen> elyezer: IResource has several other methods, check the other ones. [15:56:30] *** hopphopp has left #eclipse [15:59:56] <erdal> elyezer: http://dev.eclipse.org/newslists/news.eclipse.platform/msg44763.html [16:00:04] *** ecfuser8176 has joined #eclipse [16:00:35] *** ecfuser8176 has left #eclipse [16:01:34] *** erdal has left #eclipse [16:03:09] *** anno_ has joined #eclipse [16:07:46] *** Pikachu_2014 has quit IRC [16:08:21] *** Pikachu_2014 has joined #eclipse [16:12:22] *** moty66 has joined #eclipse [16:14:50] *** ecfuser94940 has joined #eclipse [16:16:36] *** Pikachu_2015 has joined #eclipse [16:16:54] *** moty66 has left #eclipse [16:19:39] *** anno has quit IRC [16:21:42] *** acuster has joined #eclipse [16:26:58] *** Pikachu_2014 has quit IRC [16:27:51] *** Tesseraction has joined #eclipse [16:30:03] *** punknroll_ has quit IRC [16:31:12] *** elyezer has quit IRC [16:31:13] *** quake_guy has joined #eclipse [16:31:50] *** lithium has quit IRC [16:34:29] *** uebera|| has quit IRC [16:38:00] *** d_a_carver has joined #eclipse [16:38:07] *** anno_ is now known as anno [16:39:49] *** jonalv has quit IRC [16:45:18] *** atke has quit IRC [16:45:41] *** acuster has quit IRC [16:47:50] *** punknroll_ has joined #eclipse [16:56:10] *** anno has quit IRC [16:58:33] *** uebera|| has joined #eclipse [17:04:48] *** acuster has joined #eclipse [17:06:29] *** ecfuser94940 has quit IRC [17:10:43] *** bobbytek has joined #eclipse [17:10:53] <bobbytek> block editing - how to enter it again? [17:12:10] <bobbytek> nvm [17:14:20] *** Aleph_One has quit IRC [17:14:40] *** kthomas has joined #eclipse [17:17:05] *** acuster has quit IRC [17:18:36] *** Resistance has joined #eclipse [17:19:01] *** ary_manzana has joined #eclipse [17:21:58] *** ekiczek has quit IRC [17:23:14] *** todd_dsm has quit IRC [17:26:47] *** soulreaper has joined #eclipse [17:29:50] *** ikarius has quit IRC [17:30:50] *** deSilva has quit IRC [17:33:43] *** adeodatus has joined #eclipse [17:35:11] *** EricInBNE has quit IRC [17:41:21] *** ekiczek has joined #eclipse [17:41:25] *** kottlett has quit IRC [17:43:41] *** TomTom has quit IRC [17:50:05] *** dpy has quit IRC [17:52:58] *** bobbytek has left #eclipse [17:55:13] *** Xilent has quit IRC [17:57:43] <Echidna> is it possible to finish a wizard by pressing a custom button rather than the "official" finish button? [17:58:09] *** eherrera has joined #eclipse [17:58:38] <Echidna> o no, the feds D= [17:58:43] *** kthomas has quit IRC [17:58:46] <eherrera> Please.. is anyone out there can help me install Linux tools on my LInux Eclipse.. [17:58:46] *** amnesic has quit IRC [17:59:03] *** amnesic has joined #eclipse [18:00:15] <rcjsuen> eherrera: Try in #eclipse-linux. [18:00:26] <rcjsuen> Echidna: well, the performFinish() method is public [18:01:20] <Echidna> rcjsuen: it doesnt do anything if i call it manually =/ [18:01:41] <rcjsuen> Echidna: that would imply that method doesn't do anything [18:01:43] <rcjsuen> did you debug it? [18:01:52] <Echidna> rcjsuen: also, i added a third page to the wizard, yet it enables the finish button when all required input is done on page 2 [18:01:52] <rcjsuen> is this your own wizard? [18:02:08] <rcjsuen> just because you add pages doesn't mean the finish button changes its enablement [18:02:17] <Echidna> well i didnt write the wizatd initially [18:03:30] <Echidna> rcjsuen: but something must control on which page the wizard first enables it? [18:03:50] <rcjsuen> and just calling performFinish() won't close the wizard, but i guess you probably realized that [18:04:05] <rcjsuen> if your pages are complete, then the wizard should be allowed to "Finish" [18:06:41] *** bushwakko has quit IRC [18:07:02] *** soulreaper_ has joined #eclipse [18:10:19] *** ikarius has joined #eclipse [18:10:21] <Echidna> rcjsuen: so how can i make it close? [18:11:05] <rcjsuen> Check out WizardDialog's code to see how they do it. [18:11:10] *** soulreaper has quit IRC [18:11:38] *** punknroll_ has quit IRC [18:13:27] <Echidna> ok [18:16:28] *** eherrera has quit IRC [18:16:48] *** magnet has quit IRC [18:17:19] *** eherrera has joined #eclipse [18:17:32] *** dmiles_afk has quit IRC [18:22:56] *** legendulo has joined #eclipse [18:22:56] *** SpektoM has quit IRC [18:23:42] <rcjsuen> Echidna: Any luck? [18:24:13] *** Theravadan has quit IRC [18:24:24] *** legendulo has quit IRC [18:25:52] *** Cybernator has joined #eclipse [18:27:54] *** Pikachu_2015 has quit IRC [18:28:05] <Echidna> rcjsuen: no, i can force close the wizard via its shell but i cant figure out how to set the return code to 0 [18:28:23] <rcjsuen> well that's not a public method [18:28:37] <Echidna> the wizard gets opened by a WizardDialog, but i dont know how to alter its return code from the wizard class [18:29:51] *** Cybernator has quit IRC [18:29:58] <rcjsuen> do you even need it to be zero anyway [18:32:46] <rcjsuen> I think it's defaulted to zero to begin with. [18:33:49] <Echidna> rcjsuen: well the new entry is not created when i force close the shell [18:33:59] <Echidna> and the code that opens the wizard cehcks for "OK" [18:34:25] <rcjsuen> Force close the shell? [18:34:37] <Echidna> yea [18:35:05] <rcjsuen> what's that supposed to mean [18:35:06] *** Pikachu_2014 has joined #eclipse [18:35:08] <Echidna> getWizard().getContainer().getShell().close(); [18:35:11] <rcjsuen> use the debugger and check where the return code is set then [18:35:16] *** legendulo has joined #eclipse [18:35:27] <Echidna> i'm really not good at using debuggers =/ [18:35:42] <rcjsuen> private int returnCode = OK; [18:35:44] <rcjsuen> the default is OK [18:35:54] *** Pikachu_2014 has joined #eclipse [18:37:09] <Echidna> weird [18:37:20] *** eherrera has quit IRC [18:37:27] *** PrakashGR has quit IRC [18:38:17] *** cyrus_mc has joined #eclipse [18:38:21] <cyrus_mc> I am trying to install PDT 2.1 for eclipse 3.4. I added the necessary repos and followed the install instructions on the pdt website [18:38:24] <cyrus_mc> however it says it requires org.eclipse.wst.common.fproj (3.1.0) or higher [18:38:27] <cyrus_mc> and I have no idea where to get that from [18:38:53] <rcjsuen> i'm not sure if 2.1 works for 3.4 [18:39:01] *** Nescafe has quit IRC [18:39:03] <cyrus_mc> ya..I think that is my prob [18:39:08] <cyrus_mc> must have added the wrong repo [18:40:00] *** tr1gger has quit IRC [18:40:19] *** legendulo has quit IRC [18:40:27] *** Araxia has quit IRC [18:40:32] *** Guest79556 has quit IRC [18:40:34] <rcjsuen> pdt-install [18:40:36] <rcjsuen> ~pdt-install [18:40:37] <T-elos> Trying to install PDT? See http://wiki.eclipse.org/PDT/Installation [18:40:39] *** soulreaper has joined #eclipse [18:40:40] *** legendulo has joined #eclipse [18:41:03] <cyrus_mc> ya, I am following that [18:41:07] <cyrus_mc> the 3.4 install instructions [18:41:20] <cyrus_mc> the site it tells me to add - download.eclipse.org/tools/pdt/updates/2.0/ [18:41:30] <cyrus_mc> when I go to select the options it only shows PDT 2.1 [18:41:37] *** adeodatus has quit IRC [18:41:57] *** lo has joined #eclipse [18:42:23] *** legendulo has quit IRC [18:42:24] *** lo is now known as Guest86750 [18:42:38] <rcjsuen> maybe they took it down then [18:43:15] <Echidna> rcjsuen: i think i'll just move the logic that happens after the return code into performFinish() [18:43:40] <rcjsuen> whatever works for you [18:45:05] *** Theravadan has joined #eclipse [18:45:38] <cyrus_mc> nvm, got it [18:45:48] <cyrus_mc> I had the option "Show newest version only" selected [18:45:49] <cyrus_mc> my bad [18:48:01] <rcjsuen> cyrus_mc: Thanks for sharing your solution. [18:48:39] *** adeodatus has joined #eclipse [18:49:08] <cyrus_mc> np [18:54:29] *** Pikachu_2014 has quit IRC [18:55:21] *** cyrus_mc has left #eclipse [18:56:36] *** soulreaper_ has quit IRC [18:57:38] *** Pikachu_2014 has joined #eclipse [19:01:58] *** Pikachu_2014 has quit IRC [19:06:29] *** Kudd has joined #eclipse [19:09:46] *** soulreaper_ has joined #eclipse [19:13:30] *** jeromebenois has quit IRC [19:15:55] *** scorphus has joined #eclipse [19:20:14] *** raydan has joined #eclipse [19:22:40] *** soulreaper_ has quit IRC [19:23:50] <raydan> Hi. Could anybody please tell me eclipse updates site? Tried to add http://update.eclipse.org/updates/ to Install Software Menu, but 'No categorized items' message appears and I can't find the right site [19:24:49] *** keya has quit IRC [19:25:14] *** soulreaper has quit IRC [19:25:19] <FauxFaux> http://download.eclipse.org/releases/galileo (new) and http://download.eclipse.org/eclipse/updates/3.5 (update) [19:26:01] *** Resistance has quit IRC [19:26:09] *** Resistance has joined #eclipse [19:26:53] <rcjsuen> I've never even heard of this update.eclipse.org site myself I don't think :o [19:27:03] <raydan> FauxFaux: thank you very much [19:29:46] <raydan> rcjsuen: I just googled "eclipse updates" and it was first reference. Maybe I've searched bad, but after 5 mins of searching I couldn't find this sites on eclipse site and decided to ask here [19:30:07] <FauxFaux> ~info [19:30:08] <T-elos> Please state a) your CPU architecture (x86, 64-bit, etc.), b) operating system (Windows, Linux, OSX, etc.), c) your Java runtime environment (please verify by checking your ~logs or in the about dialog's ~jre section. No, typing 'java -version' in the command line does not count as checking), d) your Eclipse version, and e) where did you get Eclipse from (eclipse.org, distro repository, etc.). [19:30:27] <FauxFaux> It worries me how often that gets asked, do one of the distros ship 3.5 but still manage to shaft you on updates? [19:30:29] *** adeodatus has quit IRC [19:32:23] *** deSilva has joined #eclipse [19:32:31] *** Pikachu_2014 has joined #eclipse [19:32:58] <rcjsuen> FauxFaux: there is a p2 bug that causes the combo control to be empty, if that's what you mean [19:34:10] <raydan> I've got x86 machine running GNU/Linux Debian Squeeze. Downloaded and installed Eclipse from web-site because needed last version and at those moment there wasn't Galileo in deb packages [19:34:38] <raydan> Everything works fine -- I just wanted to know updates site) [19:34:51] <raydan> thanks again [19:34:56] *** Mainstay has quit IRC [19:36:18] <rcjsuen> raydan: where did you untar to [19:36:56] <raydan> rcjsuen: /opt [19:37:08] <rcjsuen> Yes, that would cause the combo control to be emtpy. [19:38:11] *** Theravadan has quit IRC [19:40:05] <raydan> rcjsuen: I thought that /opt/eclipse is the only right place for installing eclipse system-wide. What kind of bug do you mean? [19:40:31] <rcjsuen> raydan: See FAQ in channel topic, there's a link to the bug, I don't know the number off-hand. [19:40:55] <rcjsuen> I don't need it system-wide (only I use my notebook) so I jsut put it in ~/ [19:44:38] <raydan> rcjsuen: Yes, really, same situation as my [19:45:59] *** Araxia has joined #eclipse [19:46:58] *** raydan has left #eclipse [19:50:05] *** amnesic has quit IRC [19:57:08] *** UrsoBranco has quit IRC [20:03:18] *** werdan7 has quit IRC [20:06:15] *** Theravadan has joined #eclipse [20:11:17] *** da_krowa has joined #eclipse [20:15:44] <rawblem> anyone know how to make my editor get out of stupid breadcrumb mode? [20:16:26] *** pombreda has joined #eclipse [20:18:23] <FauxFaux> There's a button on the toolbar to "toggle epically awesome breadcrum mobe". [20:18:45] *** kartben has quit IRC [20:19:46] <rcjsuen> What I don't get is why Alt+Shift+B turns it on [20:19:48] <rcjsuen> but you can't turn it back off [20:19:57] <rcjsuen> it boggles the mind [20:20:09] <rcjsuen> Anyone actually use that? I thought I would but I don't. [20:20:51] <FauxFaux> I use it frequently with work's code, it's useful when the method declaration is (many pages) off the top of the screen. [20:21:05] *** dmiles_akf has quit IRC [20:21:13] <FauxFaux> (just to you know where you are) [20:21:16] <dilton> breadcrumbs? I use it, it looks cool [20:21:39] *** Carnage\ has joined #eclipse [20:27:57] * nitind uses the Outline to find where he is [20:29:03] *** Kudd has quit IRC [20:29:19] <dilton> nitind: agree but Outline does not show the hierarchy at a glance where you are in global space [20:30:07] <nitind> dilton: Do the breadcrumbs? [20:30:37] <dilton> nitind: they sure seem to (trick question?) :-) [20:31:05] <nitind> dilton: You don't mean hiearchy, you mean where you are in the package and class structures, right? [20:32:01] <FauxFaux> I don't use Outline as ^o is far more convenient, but doesn't show the current position. [20:32:26] <dilton> nitind: err yes not Type Hierarchy I was using term more generally [20:33:37] *** fsteeg has quit IRC [20:33:39] <dilton> nitind: I should have said it shows the package structure at a glance [20:33:57] *** fsteeg has joined #eclipse [20:34:09] *** Theravadan has quit IRC [20:35:21] *** fsteeg has quit IRC [20:35:36] *** fsteeg has joined #eclipse [20:38:27] *** Carnage\ has quit IRC [20:47:44] *** alid has joined #eclipse [20:59:54] *** amnesic has joined #eclipse [21:04:37] *** fixl has quit IRC [21:08:15] *** aksn has joined #eclipse [21:08:39] *** fixl has joined #eclipse [21:16:12] *** UrsoBranco has joined #eclipse [21:16:58] *** pombreda1 has joined #eclipse [21:17:06] *** UrsoBranco has quit IRC [21:18:40] *** dmiles_afk has joined #eclipse [21:30:53] *** Mainstay has joined #eclipse [21:30:57] *** dr_jerry has joined #eclipse [21:31:35] *** Pikachu_2014 has quit IRC [21:32:08] *** Pikachu_2014 has joined #eclipse [21:32:56] *** pombreda has quit IRC [21:34:43] *** qualidafia has joined #eclipse [21:36:50] *** qualidafia has left #eclipse [21:36:51] *** fanno1 has joined #eclipse [21:41:11] *** soulreaper has joined #eclipse [21:41:18] *** Pikachu_2014 has quit IRC [21:41:23] *** werdan7 has joined #eclipse [21:42:20] *** soulreaper has quit IRC [21:45:08] *** kthomas_vh_ has joined #eclipse [21:45:49] *** mohbana has joined #eclipse [21:51:37] *** NoobFukaure has joined #eclipse [21:52:11] *** blue_asterisk has quit IRC [22:01:33] *** bushwakko has joined #eclipse [22:02:52] *** jfreeman has joined #eclipse [22:04:47] *** mohbana has quit IRC [22:05:39] *** fsteeg_ has joined #eclipse [22:06:13] *** Theravadan has joined #eclipse [22:08:02] *** test123 has joined #eclipse [22:10:05] *** blue_asterisk has joined #eclipse [22:13:29] *** Pikachu_2014 has joined #eclipse [22:15:37] *** rretzbach has joined #eclipse [22:19:08] *** test123 has quit IRC [22:20:13] <rcjsuen> FauxFaux: I still keep the 'Outline' view up to give meself an overview. I guess I'm just not a hardcore keyboard user. [22:20:21] *** chyetirie has joined #eclipse [22:20:44] *** chyetirie has left #eclipse [22:21:26] *** ekiczek has quit IRC [22:22:08] *** fsteeg has quit IRC [22:22:08] *** fsteeg_ is now known as fsteeg [22:22:58] <FauxFaux> I've got a couple of keybinds I should probably push upstream, alt+shift+p,perspective switch is nice. [22:24:23] <rcjsuen> i'm too used to Ctrl+F8 [22:24:34] <rcjsuen> i've not really remapped too many keybindings [22:24:40] <rcjsuen> save for ctrl+tab for switching editors [22:25:23] <FauxFaux> F8 is ghastly to press; I generally use ctrl+shift+r for editors. :) [22:25:55] <FauxFaux> Saves thinking about what you have open. [22:27:40] <rcjsuen> that works too i suppose [22:27:43] <rcjsuen> i use Ctrl+E sometimes [22:27:46] *** zmanning has quit IRC [22:27:56] <rcjsuen> but with open R i need to wait for scanning my ws [22:28:10] <FauxFaux> It's totally indexed. [22:28:15] <FauxFaux> I know, 'cos it works on my work machine. [22:28:32] <FauxFaux> Trl+space doesn't work on my work machine. >.< [22:29:11] *** bushwakko has quit IRC [22:29:45] <rcjsuen> sometimes i experience delays [22:30:21] <FauxFaux> I frequently hit the timeout. I found the type filters today, though, that'll help. [22:30:37] <FauxFaux> And we're going to cut some of the classes down below 30kloc at some point. D: [22:32:14] *** quake_guy has quit IRC [22:34:02] *** mbana has joined #eclipse [22:35:43] *** d_a_carver has quit IRC [22:39:27] *** bushwakko has joined #eclipse [22:40:09] *** bushwakko has quit IRC [22:44:01] *** bushwakko has joined #eclipse [22:44:48] *** bushwakko has quit IRC [22:44:59] *** Ramosa has quit IRC [22:45:44] *** dsugar100 has quit IRC [22:46:04] *** bushwakko has joined #eclipse [22:47:52] *** rcjsuen has quit IRC [22:48:33] *** T-elos has quit IRC [22:50:55] *** BillyBoy has joined #eclipse [22:50:58] <BillyBoy> hi [22:51:38] <BillyBoy> which is the best eclipse distribution when you develop python? [22:55:50] *** _markus__ has joined #eclipse [22:56:00] <nitind> BillyBoy: http://www.infoq.com/news/2008/12/python-ides . The only Python IDE work at Eclipse.org isn't ready for prime-time. [22:57:44] <_markus__> I'm running Ganymede on Ubuntu and I've to double click (or left click and hold for a few seconds) to switch perspectives. In Windows it's just a regular click. is this expected, can I change this? [22:58:27] <nitind> It's not something I'd expect. [22:58:45] <_markus__> hmm [23:00:41] *** visik7 has left #eclipse [23:02:47] <BillyBoy> Is there any other python IDE which is better? [23:03:06] *** Pikachu_2015 has joined #eclipse [23:04:26] *** krbarnes has quit IRC [23:04:29] *** amite has joined #eclipse [23:04:34] *** bushwakko has quit IRC [23:05:13] *** amitev has quit IRC [23:06:18] <dilton> _markus__: I'm on Ubuntu, I just left click once on the perspective button I want [23:07:16] <BillyBoy> Is there any Python IDE ready for prime-time? [23:07:34] <dilton> BillyBoy: I don't do Python these days but a quick look at pydev.org looks interesting [23:07:40] *** zmanning has joined #eclipse [23:08:25] <BillyBoy> Isn't pydev a plugin to eclipse? [23:12:39] <_markus__> dilton: okay, thanks [23:14:15] *** timothym has quit IRC [23:14:31] *** soulreaper has joined #eclipse [23:15:29] <_markus__> My eclipse asks me to launch debug view when an exception is thrown; even when I say no, it opens the source file where it happens but doesn't show me the usual stacktrace. Where can I change this (I don't remember activated this ....) ? [23:15:30] *** da_krowa has quit IRC [23:15:37] *** BillyBoy is now known as The [23:15:40] *** BillyBoy has joined #eclipse [23:16:36] <_markus__> (when using just F11) [23:17:21] *** Pikachu_2016 has joined #eclipse [23:17:28] *** Pikachu_2014 has quit IRC [23:18:30] *** rgrunber has quit IRC [23:19:50] *** dr_jerry has quit IRC [23:20:13] *** BillyBoy has left #eclipse [23:20:27] *** Pikachu_2015 has quit IRC [23:25:20] *** jfreeman has quit IRC [23:32:33] *** Pikachu_2015 has joined #eclipse [23:35:20] *** Poundo has joined #eclipse [23:35:58] <Poundo> is this the channel for phpEclipse questions [23:36:48] *** soulreaper has quit IRC [23:37:34] *** ekiczek has joined #eclipse [23:39:20] *** fanno1 has quit IRC [23:39:20] *** glima has joined #eclipse [23:40:03] <glima> anyone with some cdt knowledge around? [23:40:49] <Poundo> in setting up a debug server it asks for" the url that points to the document root of this server" mine is 192.168.1.32:3259. It times out if I use 192.168.1.32 it asks for the dummy file. no time out just the wrong documentroot [23:41:05] *** Pikachu_2014 has joined #eclipse [23:44:06] <_markus__> Poundo: wrong virtual host setup? [23:44:20] *** Pikachu_2016 has quit IRC [23:45:13] <Poundo> _markus__: I can hit a file at that path with a browser so I think the vhost is ok right? [23:45:29] <_markus__> Poundo: sounds so .. [23:46:34] *** yaptimda_geldim has joined #eclipse [23:47:40] <Poundo> _markus__: I just wondered if the problem is using :3259 port as part of the php server URL in the debug configuration area [23:48:39] *** Pikachu_2015 has quit IRC [23:49:14] <Poundo> it behaves so differently if I just give it the ip, it's wrong without the port but it comes right back and no timeout and says where isthe dummy.php test file [23:50:47] *** yaptimda_geldim has left #eclipse [23:51:27] *** proper_name has joined #eclipse [23:55:00] *** fixl has quit IRC [23:56:05] *** zmanning has quit IRC