[00:00:55] *** dan`afk has quit IRC [00:13:34] <dmoz_> i want to localice my eclipse installation to spanish, i went to http://update.eclipse.org/downloads/drops/L-3.2.1_Language_Packs-200609210945/ and i've downloaded the packs for spanish [00:14:33] <dmoz_> i installed it but when i run Eclipse, i don't know how localice the interface [00:14:39] <dmoz_> anybody can help me please? [00:17:39] *** hansi has joined #eclipse [00:19:16] *** crib has quit IRC [00:23:28] *** Taube is now known as taube [00:23:29] <njbartlett> dmoz_: Have you tried restarting eclipse with the -clean parameter on the command line? [00:24:01] <dmoz_> hello njbartlett, no i didn't. i'm going to try it [00:24:37] <njbartlett> dmoz_: Can't guarantee it will work. But it's usually a good first thing to try when installing new stuff in an existing Eclipse directory [00:25:46] <dmoz_> it may be didn't work [00:26:15] <dmoz_> i've installed CDT, PDT and Aptana plugins on a Eclipse Classic installation [00:26:33] <dmoz_> and the i added tha lang packs [00:27:57] <dmoz_> there are some optiones translated, but they are very few [00:29:59] <njbartlett> dmoz_: What version of Eclipse are you on? [00:31:36] *** Carnage\ has quit IRC [00:31:43] <dmoz_> Eclipse SDK 3.3.1.1 [00:31:58] <dmoz_> (Build id: M20071023-1652) [00:32:58] <njbartlett> dmoz_: Aha. Well if you look at the version of the language pack you downloaded, it's intended for 3.2.1. So you only have a few translations available, probably because the message keys have changed. [00:33:28] <njbartlett> dmoz_: I'm not sure if there's a language pack for 3.3 for Spanish... have you checked Project Babel? [00:33:32] <njbartlett> dmoz_: [00:34:32] <dmoz_> i didn't know project babel, i'm now inside it [00:35:57] *** hansi has quit IRC [00:36:11] *** LordMetroid has quit IRC [00:36:17] <dmoz_> translations in project babel are at the moment only to French, German, and Italian (not spanish) [00:36:26] <dmoz_> well, thanks very much njbartlett [00:36:50] <njbartlett> dmoz_: Ah. Sorry I couldn't be more help. [00:36:51] <dmoz_> i think that i can use eclipse in english :) [00:37:06] <dmoz_> thanks njbartlett! [00:37:19] <dmoz_> i'm going to bed, bye [00:37:22] *** dmoz_ has quit IRC [00:37:50] <njbartlett> Oh he's gone. Was just about to suggest he contribute some Spanish translations himself :-) [00:41:57] *** dan`away has quit IRC [00:46:08] *** pschriner has joined #Eclipse [00:57:24] *** rahul_ has joined #eclipse [00:58:56] *** ekiczek has quit IRC [01:02:26] *** ajt has joined #eclipse [01:02:42] *** ajt has quit IRC [01:05:22] *** Infinito_ has joined #eclipse [01:37:54] *** bladezor has quit IRC [01:39:56] *** bladezor has joined #eclipse [01:44:41] *** soulreaper_ has quit IRC [01:45:22] *** deng_c has joined #eclipse [01:45:48] *** np_n has joined #eclipse [01:46:11] *** n_np has joined #eclipse [01:51:59] *** CocoCake has joined #eclipse [01:52:14] <CocoCake> new here, hello world [01:53:15] <CocoCake> ne1 here using eclipse for php/cake css? wondering what cool tools n plugins i should take a look at from the haystacks [01:54:47] *** codefujase has joined #eclipse [01:55:20] *** bladezor has quit IRC [01:56:16] *** mohbana_ has quit IRC [01:56:27] *** mohbana has joined #eclipse [02:01:08] *** pandaren has joined #eclipse [02:01:35] *** crib has joined #eclipse [02:07:55] *** crib has quit IRC [02:11:45] *** mr_daniel has quit IRC [02:22:54] *** onats has joined #eclipse [02:23:07] <onats> hi, whats the best C/C++ editor plugin for eclipse? [02:23:28] <paulweb515_> onats: CDT is the tooling from eclipse foundation [02:23:36] <paulweb515_> onats: other than that, you can search for plugins [02:23:37] <paulweb515_> ~plugins [02:23:38] <KOS-MOS> Look for plug-ins at the Eclipse Plug-in Central (http://www.eclipseplugincentral.com/) and EclipsePlugins (http://eclipse-plugins.info) [02:27:02] *** CocoCake has quit IRC [02:28:22] <onats> paulweb, ok will check that CDT.. thanks [02:29:57] *** eggauah has quit IRC [02:36:54] *** Eisenhower has joined #eclipse [02:36:58] *** crib has joined #eclipse [02:39:17] *** eggauah has joined #eclipse [02:42:04] *** pschriner has left #Eclipse [02:48:52] *** BrownSuga has joined #eclipse [03:02:33] *** rcjsuen has joined #eclipse [03:05:55] *** rahul_ has quit IRC [03:10:40] *** Imaginativeone has joined #eclipse [03:15:27] *** ekiczek has joined #eclipse [03:18:57] <njbartlett> Is there a way to add a standard copyright header block to every source file in a project? [03:19:45] <rcjsuen> I think the releng tool can help with that. [03:20:50] <njbartlett> rcjsuen: Aha, thanks [03:31:30] *** emantos has joined #eclipse [03:41:56] *** the_giver has joined #eclipse [03:41:59] *** phurl has joined #eclipse [03:42:02] <the_giver> hi, in eclipse.. anyone know how to go to the implementation of a fxn? [03:42:06] <the_giver> using java btw [03:42:24] <rcjsuen> Maybe Ctrl+T? [03:42:51] <onats> F3 i think [03:44:25] <rcjsuen> Oh, true, F3, open declaration [03:44:27] <rcjsuen> That would count [03:44:31] <rcjsuen> depends what you want [03:44:38] <rcjsuen> a class implementation of an interface method [03:44:41] <rcjsuen> or the declaration [03:44:47] <rcjsuen> Could go either way. [03:45:28] <the_giver> i want the class implementation [03:45:31] <the_giver> but its not working [03:45:38] <the_giver> =( it takes me to the interface method .. or w/e [03:45:54] <rcjsuen> Ctrl+T should kinda give you what you want [03:45:55] <the_giver> i am trying to find out what "contains" looks like.. and whether it relies on .equals [03:46:14] <rcjsuen> Invoking Ctrl+T on the interface itself anyway. [03:46:22] <rcjsuen> well, that depends what is calling contains [03:46:28] <rcjsuen> If the variable / field is a List [03:46:38] <rcjsuen> Then it's obviously going to go to the List's interface declaration. [03:46:57] <rcjsuen> As a List is an interface and there is no telling what the 'l' in List l = getList();' is actually. [03:46:58] <the_giver> hmm [03:46:59] <rcjsuen> It could be a Vector [03:47:01] <rcjsuen> an ArrayList [03:47:10] <rcjsuen> a SomeOtherClassImplementingJavaUtilListClass [03:47:11] <rcjsuen> could be anything [03:47:14] <the_giver> i'm looking in the Collection.class file [03:47:16] <rcjsuen> Do you see what I am getting at? [03:47:19] <the_giver> i want to seee how that is implemented [03:47:20] <the_giver> =( [03:47:34] <rcjsuen> It could be implemented in a myriad of ways. [03:47:44] <rcjsuen> ArrayList could be different from Vector [03:47:49] <rcjsuen> Even though they both implement Collection. [03:47:50] *** BrownSuga has left #eclipse [03:48:19] <rcjsuen> Invoking Ctrl+T when you are in Collection should give you a list of implementing classes / "subinterfaces". You can pick and choose from there. [03:48:21] <rcjsuen> Alternatively, use F4. [03:48:39] <the_giver> hmm [03:48:40] <the_giver> i see [03:48:41] <the_giver> cool [03:54:34] <onats> so which oneworked? [03:55:33] <rcjsuen> onats: It'd depend on the scenario I suppose. [03:55:45] <rcjsuen> If you had the concrete class being referenced then the F3 would do. [03:55:59] *** dohtem has joined #eclipse [03:56:00] <rcjsuen> But otherwise you'd have to use the Ctrl+T / F4 workaround and perform some digging. [03:56:51] *** dohtem has quit IRC [03:59:21] <onats> !ping [04:02:19] <onats> quit [04:02:22] *** onats has quit IRC [04:06:07] *** Imaginativeone has quit IRC [04:08:56] *** Pookzilla has quit IRC [04:27:41] *** Keelhaul has joined #eclipse [04:32:43] <atpa8a> we are the champions my friend [04:33:03] <rcjsuen> o rly [04:33:51] <atpa8a> oh yeah [04:40:26] *** n_np has quit IRC [04:43:16] *** n_np has joined #eclipse [04:56:38] *** Infinito_ has quit IRC [05:04:49] *** lernian_hydra has joined #eclipse [05:05:17] *** ekiczek has quit IRC [05:05:43] *** ekiczek has joined #eclipse [05:06:35] *** d_a_carver has quit IRC [05:14:07] *** ekuleshov_ has quit IRC [05:25:03] *** bladezor has joined #eclipse [05:44:13] *** rcjsuen has quit IRC [05:59:25] *** scorphus has quit IRC [06:22:19] <ijuma> atpa8a: giants? [06:27:01] *** riotz_ has joined #eclipse [06:27:35] *** riotz has quit IRC [06:28:25] *** lernian_hydra has quit IRC [06:28:35] *** lernian_hydra has joined #eclipse [06:35:15] *** CarLuva has joined #eclipse [06:38:35] *** eggauah has quit IRC [06:39:15] *** CarLuva has quit IRC [06:39:30] *** CarLuva has joined #eclipse [06:47:47] *** ahriman`wrk has joined #eclipse [06:48:13] <ahriman`wrk> hi, i have one problems with MPI artifacts analysis. i receive message "chosen operation is not currently available". what is the problem with? [07:03:35] *** lernian_hydra has quit IRC [07:03:37] *** Guilt has joined #eclipse [07:03:48] <Guilt> hi guys. anyone know where i can get swt-mozilla-gtk? [07:05:15] *** ekuleshov has joined #eclipse [07:29:02] *** codefujase has left #eclipse [07:30:15] *** phurl has left #eclipse [07:35:56] *** the_giver2 has joined #eclipse [07:37:44] *** the_giver has quit IRC [07:38:01] *** Guilt has quit IRC [07:46:44] *** AlNor has quit IRC [07:51:16] *** oisin has joined #eclipse [07:52:09] *** AlNor has joined #eclipse [07:59:23] *** Keelhaul has quit IRC [08:03:08] *** HenryRT has joined #eclipse [08:05:18] *** the_giver2 has quit IRC [08:06:01] *** havocologe has joined #eclipse [08:09:47] *** robinr has quit IRC [08:14:21] *** amitev has joined #eclipse [08:14:31] *** sama has joined #eclipse [08:21:04] *** LordMetroid has joined #Eclipse [08:22:44] *** arkub has joined #eclipse [08:29:12] *** Tortoose has joined #eclipse [08:47:56] *** ahriman`wrk has quit IRC [08:51:36] *** n_np has quit IRC [08:54:27] *** n_np has joined #eclipse [09:18:09] *** n_np_ has joined #eclipse [09:23:39] *** Carnage\ has joined #eclipse [09:25:34] *** n_np has quit IRC [09:27:18] *** Urgleflogue has joined #eclipse [09:33:06] *** bladezor has quit IRC [09:34:07] *** Zenton has joined #eclipse [09:35:35] *** bladezor has joined #eclipse [09:35:56] *** Nescafe has joined #Eclipse [09:38:53] *** amitev has quit IRC [09:51:30] *** njbartlett has quit IRC [09:52:18] *** Urgleflogue has quit IRC [09:53:41] *** z4z4 has joined #eclipse [09:58:51] *** nerdboy is now known as nerdboy|off [10:00:00] *** Urgleflogue has joined #eclipse [10:02:14] *** CarNagE` has joined #eclipse [10:02:46] *** ahriman`wrk has joined #eclipse [10:03:00] *** CarNagE` has quit IRC [10:06:15] *** simmerz has joined #eclipse [10:21:36] *** DPAK0H_ has joined #eclipse [10:22:46] *** DPAK0H has quit IRC [10:30:14] *** pandaren has quit IRC [10:31:59] *** Carnage\ has quit IRC [10:33:58] *** Carnage\ has joined #eclipse [10:35:11] *** bhagabhi has joined #eclipse [10:45:03] *** deng_c has quit IRC [10:54:28] *** jacekp_ has joined #eclipse [11:00:36] *** soulreaper has joined #eclipse [11:02:27] *** jink has joined #eclipse [11:03:48] *** hansi has joined #eclipse [11:07:14] <jink> Good morning, I'm using Debian etch's eclipse package (3.2.1-6) and it sometimes hangs (i.e. it's unresponsive for a (seemingly?) variable amount of time). I straced the java pid, and it came up with this: http://paste-it.net/5997 . Can anyone tell me if this is correct and/or what I can do to prevent this from happening? [11:08:27] *** Carnage\ has quit IRC [11:08:37] *** Carnage\ has joined #eclipse [11:18:19] <jacekp_> jink: hard to tell what may be happening in java world seeing symptoms from C world :) [11:18:40] *** oisin has left #eclipse [11:18:41] <jacekp_> if you already have spent your time stracing this, there's another way to go: [11:19:14] <jacekp_> you can launch eclipse and there from within it, debug another one in self hosting mode. [11:19:43] <jacekp_> just go to Run.. -> Debug.. and create new Eclipse application launch configuration with all the defaults and run. [11:20:17] <jacekp_> then whenever selfhosted Eclipse hangs, you can go to main instance Debug perspective and inspect what's happening in all threads [11:20:44] <jacekp_> if you say, application hangs unresponsive, then it might be worth looking into Main thread [11:21:56] <jink> So, I'll have an eclipse that runs normally, and debugs another eclipse where I will work, right? [11:22:21] <jacekp_> yes [11:22:45] *** SNiLD has quit IRC [11:23:04] <jink> I'll give it a try. [11:23:10] <jink> Thanks, so far. [11:23:36] <jacekp_> good luck :) [11:25:33] <jink> Can I use the same workspace for both instances? Or will that make a mess? :) [11:26:35] *** njbartlett has joined #eclipse [11:27:56] *** njbartlett has quit IRC [11:27:59] *** njbartlett has joined #eclipse [11:30:06] *** njbartlett_ has joined #eclipse [11:30:06] *** njbartlett has quit IRC [11:34:02] *** mxttie|work has joined #eclipse [11:34:25] *** moksha_anderson has joined #eclipse [11:37:54] *** amitev has joined #eclipse [11:50:16] *** acuster has joined #eclipse [11:50:28] *** ahriman`wrk has quit IRC [11:51:46] *** Carnage\ has quit IRC [11:56:49] *** cyzie has quit IRC [11:57:19] *** Carnage\ has joined #eclipse [12:00:13] *** acuster has quit IRC [12:04:16] *** njbartlett_ has quit IRC [12:11:09] *** arkub has quit IRC [12:11:18] *** Zenton has quit IRC [12:11:54] *** Zenton has joined #eclipse [12:17:40] *** benny_ has joined #eclipse [12:22:22] *** benny__ has joined #eclipse [12:22:29] *** benny_ has quit IRC [12:40:01] *** DPAK0H_ is now known as DPAK0H [12:40:38] *** LordMetroid has quit IRC [12:43:37] *** benny__ has quit IRC [12:43:57] *** benny_ has joined #eclipse [12:45:35] <jink> jacekp_: I end up with lots of: 'Exception in thread "..." java.lang.OutOfMemoryError: Java heap space' These are never fatal, though. I can always resume. [12:46:56] <jacekp_> ahh yes, you'd have to add your usual options (from eclipse.ini) to launch configuration command line parameters. among others, there are memory options [12:47:55] <jink> I copied over my workspace to a temp workspace where my debugged eclipse lives. That should take care of all options I set, right? [12:48:06] <jacekp_> all options before "-vmargs" should go to "Application arguments" and those after to "VM arguments" [12:49:04] <jacekp_> options in eclipse.ini (you'll find it in the same directory where eclipse.exe) are not related to workspace [12:49:44] <jink> Ah, right. Let me find those. [12:50:13] <jacekp_> and with regard to workspace: you can launch main eclipse with any, even empty workspace. and for hosted instance, select your usual workspace in launch configuration - it's "Workspace Data" input field. [12:50:23] <jink> Could /usr/lib/eclipse/eclipse.ini be the file debian's eclipse uses? [12:50:41] <jacekp_> might be [12:51:00] <jink> It contains just 3 lines: -vmargs -Xms40m -Xmx256m [12:51:21] *** njbartlett has joined #eclipse [12:51:42] <jacekp_> yep, so put those -Xmx40m and -Xmx256m in Eclipse launch configuration "VM Arguments" - it's on "Arguments" tab [12:52:23] <jink> Ok, for the debugging session. I'll quit this debugged instance, add the options, and try again. Bbl. :) [12:53:02] <jink> Ah, lunch! [12:53:04] <jink> Bbl. :) [12:53:57] <jacekp_> ahh if you're not tied to Eclipse 3.2.1, give a try to something more recent from http://www.eclipse.org/downloads/ [12:55:23] <jacekp_> Eclipse 3.2.1 is like moving back to summer 2006... ;) [12:55:39] *** simmerz has left #eclipse [13:00:12] *** Pookzilla has joined #eclipse [13:03:02] *** david720 has joined #eclipse [13:04:08] *** bhagabhi has quit IRC [13:04:13] *** volodya has quit IRC [13:08:55] *** jacekp_ has quit IRC [13:18:53] *** evermind has joined #eclipse [13:24:52] *** njbartlett has quit IRC [13:30:18] *** Pookzilla has quit IRC [13:31:05] *** psst has joined #eclipse [13:31:33] <psst> Can someone advise me about Eclipse UI test automation? [13:33:56] *** njbartlett has joined #eclipse [13:36:24] *** Imaginativeone has joined #eclipse [13:39:08] *** oisin_ has joined #eclipse [13:40:45] *** paulweb515 has joined #eclipse [13:42:58] *** dsugar100 has joined #eclipse [13:45:21] *** rcjsuen has joined #eclipse [13:47:53] *** Carnage\ has quit IRC [13:50:06] *** Imaginativeone has quit IRC [13:54:08] *** jacekp_ has joined #eclipse [13:54:22] *** Carnage\ has joined #eclipse [13:54:26] *** rcjsuen has quit IRC [13:59:20] *** roots_ has joined #eclipse [13:59:23] *** rcjsuen has joined #eclipse [14:00:40] <jink> jacekp_: Ah, that's true. But I'm bound to this debian install. I _do_ realize, however, that new version are there for a reason. I'll try and see if I can change this, somehow. [14:00:49] *** oisin_ has left #eclipse [14:01:40] <psst> jink: how protracted is this conversation? (I am wondering if my client is hiding some messages) [14:02:16] <jink> Your client isn't hiding anything. It's a slow channel. :) [14:04:09] <rcjsuen> jink: Why are you bound? Is this for work? [14:04:29] *** amitev has quit IRC [14:04:54] <jink> It is indeed. And I know I can install eclipse locally, but I don't feel like upgrading myself, everytime. I'd rather have apt do it for me. [14:05:25] *** dan`afk has joined #eclipse [14:05:26] <jink> My focus is on work, atm, not on system administration. [14:05:45] <rcjsuen> jink: Well, if you have bugs with Apt's Eclipse then you should talk to Debian. [14:06:04] <rcjsuen> ~tell jink about jre [14:06:04] <KOS-MOS> jink: Please verify your Java runtime environment - http://wiki.eclipse.org/Graphical_Eclipse_FAQs#How_do_I_find_out_which_Java_runtime_environment_is_being_used_to_run_my_Eclipse.3F [14:07:04] <jink> java-6-sun [14:07:19] <rcjsuen> jink: Is that what you see in the About Dialog? [14:07:30] <jink> It's what I see in "Run..." [14:07:35] <rcjsuen> Run doesn't count. [14:07:47] <rcjsuen> I can use a different VM to run my apps then what I use to run Eclipse. [14:08:12] <jink> That's true. Let me verify. [14:08:48] <jink> java-5-sun [14:09:45] <rcjsuen> jink: Is it still hanging after you tweaked the eclipse.ini file? [14:10:01] <jink> Not sure, yet. I just got back from lunch. :) [14:12:11] *** SNiLD has joined #eclipse [14:12:54] *** SNiLD is now known as snild [14:18:41] *** JViz has joined #eclipse [14:19:16] *** Tortoose has quit IRC [14:19:37] *** oisin has joined #eclipse [14:19:38] *** |conan| has joined #eclipse [14:20:58] *** dan`afk has quit IRC [14:21:44] *** rcjsuen has quit IRC [14:21:53] *** oisin_ has joined #eclipse [14:22:09] *** oisin has quit IRC [14:27:53] *** Tortoose has joined #eclipse [14:29:41] *** snild has quit IRC [14:31:12] *** SNiLD has joined #eclipse [14:31:54] *** conan has quit IRC [14:31:55] *** |conan| is now known as conan [14:35:46] *** SNiLD is now known as snild [14:37:11] <jink> What is the recommended JRE for Eclipse? [14:37:19] *** oisin_ has left #eclipse [14:44:21] *** oisin has joined #eclipse [14:50:56] *** eelriver has quit IRC [14:53:16] *** overholt has joined #eclipse [14:53:55] *** timothym has joined #eclipse [14:54:53] *** djspark has quit IRC [14:57:42] *** omry|work has joined #eclipse [14:59:58] *** Pookzilla has joined #eclipse [15:02:15] *** ajt has joined #eclipse [15:07:35] <paulweb515> jink: http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_4.html#TargetOperatingEnvironments [15:07:46] <paulweb515> That's the 3.4 list ... there's an equivalent list for 3.3 [15:08:02] <paulweb515> jink: http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_3.html#TargetOperatingEnvironments [15:08:36] *** njbartlett has quit IRC [15:10:48] <jink> Thanks. [15:16:28] *** eggauah has joined #eclipse [15:16:30] *** benny_ has quit IRC [15:18:05] *** reinis has quit IRC [15:18:08] *** oisin has quit IRC [15:18:15] *** Ians has joined #eclipse [15:19:25] *** cschneid has joined #eclipse [15:19:38] *** reinis has joined #eclipse [15:25:10] *** ekiczek has quit IRC [15:27:53] *** rcjsuen has joined #eclipse [15:32:09] *** n_np_ has quit IRC [15:33:01] *** philk_ has joined #eclipse [15:33:22] <philk_> hi guys. I've got a problem starting a bundle: The bundle could not be resolved. Reason: Another singleton version selected [15:33:34] <philk_> the plugin was previously installed, then uninstalled and re-installed again (successfully) [15:34:42] *** donavan has joined #eclipse [15:35:55] *** JViz has quit IRC [15:37:50] <paulweb515> philk_: it's picking the highest versioned plugin from your eclipse/plugins directory ... which version do you expect it to select (vs the version number it did select)? [15:38:10] <philk_> there's only one version (1.0.0) available [15:38:56] <philk_> "ss" shows only the this one version, too [15:39:10] <paulweb515> philk_: include all of the plugins in your eclipse/plugins directory [15:39:30] <paulweb515> Sorry, I mean please ensure that there is exactly one my.plugin*.jar in your plugins directory [15:40:46] <philk_> the plugin is started from the debugger, not as an external application [15:42:22] *** TodC has joined #eclipse [15:42:32] <evermind> Hi I've a question regarding folder layout. I've a folder with 4 views. [15:42:32] <evermind> Now I want to disable the possibilty to drop a view out of the folder, but keep the [15:42:32] <evermind> ability to change the view's tab position. Any Hints? thx [15:43:21] <paulweb515> philk_: does your plugin have the "Bundle-SymbolicName: org.eclipse.ui.workbench; singleton:=true" header (with your ID, of course) [15:43:39] <paulweb515> philk_: the next thing to check is to go to your launch config ... the Plugin tab [15:43:55] <philk_> paulweb515: yes, the singleton=true is in there (it was the default) [15:44:03] <paulweb515> philk_: do you pick specific plugins to launch, or just launch with workspace enabled [15:44:18] <philk_> paulweb515_: [15:44:27] <philk_> paulweb515_: i selected specific plugins [15:44:46] *** overholt has quit IRC [15:48:01] <paulweb515> philk_: if there was one in the target platform and one in your workspace and they're both checked, that could cause this [15:48:39] <philk_> paulweb515: it's my own plugin, so it's not part of the target platform [15:49:07] *** evermind has quit IRC [15:49:18] <paulweb515> philk_: that's the most common way to produce that problem ... other than that, what about a -consoleLog (or check your .log file) and see if there are any errors during startup [15:50:26] *** evermind has joined #eclipse [15:51:04] *** eelriver has joined #eclipse [15:54:04] *** evermind has quit IRC [15:54:41] *** evermind has joined #eclipse [15:57:20] <philk_> paulweb515: the log file shows no errors during startup [16:08:30] *** krbarnes has joined #eclipse [16:11:42] *** ekiczek has joined #eclipse [16:14:58] *** njbartlett has joined #eclipse [16:18:03] *** dan`afk has joined #eclipse [16:22:11] *** matsuka has joined #eclipse [16:23:38] *** JohnE has joined #eclipse [16:24:20] *** njbartlett has quit IRC [16:24:56] *** d_a_carver has joined #eclipse [16:25:46] *** GUIs-R-Me has joined #eclipse [16:27:38] *** njbartlett has joined #eclipse [16:28:43] *** mindCrime has joined #eclipse [16:29:16] <evermind> Hi I've a question regarding folder layout. I've a folder with 4 views. Now I want to disable the possibilty to drop a view out of the folder, but keep the ability to change the view's tab position [16:30:10] <paulweb515> evermind: I think the best you can do is make the perspective fixed ... but that might prevent you from re-arranging the folders [16:31:27] *** matsuka has quit IRC [16:35:37] <evermind> paulweb515: yes, thats exactly the problem [16:37:14] <paulweb515> evermind: there's no way around it [16:37:29] <roots_> you could traverse the control tree and mess with the CTabFolder or such [16:37:33] <roots_> is it one even ? [16:38:22] <paulweb515> roots_: there should be a CTabFolder at the leaf of part sash container, representing one stack of views [16:39:24] <roots_> yes and you can query it if you have a parent [16:39:32] <roots_> i am not saying its a good idea [16:39:35] <roots_> can you change the reorder property though ? [16:40:15] *** dan`afk has quit IRC [16:40:19] <roots_> ah it needs to be implemented specifically [16:40:53] <paulweb515> roots_: ironically, the ctabfolder won't be a parent of the view (it's the big lie) ... but if you could get the ctabfolder, you could just move one ctabitem above another [16:41:26] <roots_> the ctabfolder is the parent, not the ctabitem [16:41:32] <roots_> right ? [16:42:05] <paulweb515> roots_: in SWT, yes, but in view stacks no ... the ctabfolder is the parent of a useless composite that proxies the real view [16:42:19] <paulweb515> roots_: it's a legacy from when not all platforms supported reparenting [16:42:32] <roots_> i see [16:42:35] <paulweb515> The proxy can see the view but not the other way around [16:42:38] <roots_> so you needed to dispose() [16:42:57] <roots_> but anyhow, from control/composite (swt)-perspective you can get to the ctabfolder [16:45:53] *** amitev has joined #eclipse [16:46:34] <amitev> hi all [16:46:41] <amitev> i have to projects [16:46:41] <rcjsuen> hi [16:46:45] <amitev> web project and test project [16:47:08] <amitev> am i able to use the jars from WebProj/WebContent/WEB-INF/lib in the test project [16:47:09] <amitev> ? [16:48:43] <amitev> web project = wtp project [16:50:27] <evermind> thx paulweb515 and roots_ for your replies. [16:50:59] *** tharb|wech has joined #eclipse [16:52:00] *** omry_|work has joined #eclipse [16:52:51] *** arkub has joined #eclipse [16:55:00] *** omry|work has quit IRC [16:57:11] *** havocologe has quit IRC [16:58:19] <atpa8a> ijuma: giants! :P [16:58:50] <ijuma> atpa8a: congrats. Shocked many people [16:59:16] <tharb|wech> hi i have a gmf question again :) is it possible to force a refresh to certain workspace areas ? My problem is, that i have a tabbedPropertiesSection that should ony be displayed when a certain action is executed, so i tried to use an IFilter that checks a flag, but the TabbedPropertiesSection is refreshed only when the user selects objects in the diagram, so i need to force a refresh but i cant figure out how to do that :) [16:59:36] *** tharb|wech is now known as tharbas [17:01:40] *** discodan has joined #eclipse [17:04:03] *** emantos has quit IRC [17:05:26] *** yakman_ has joined #eclipse [17:06:59] *** nerdboy|off is now known as nerdboy [17:07:00] *** charlls has left #eclipse [17:10:02] *** njbartlett has quit IRC [17:10:45] <roots_> tharbas: you can select programmatically [17:10:51] <roots_> on the workbench [17:11:04] *** njbartlett has joined #eclipse [17:11:16] <tharbas> hmm how do i do that ? [17:11:41] <roots_> IWorkbenchWindow.getSelectionService().setSelection [17:11:48] <roots_> something oike that [17:12:19] *** HenryRT has quit IRC [17:13:22] <tharbas> hm the selectionService has get* methods only, no setters [17:13:53] *** yakman_ has quit IRC [17:14:26] <tharbas> ok maybe i have to register a selection listener first ? [17:14:36] <roots_> you want to set the selection [17:14:53] <roots_> maybe i mixed up things [17:14:55] <roots_> let me check :) [17:15:22] *** BananaCake has joined #eclipse [17:15:45] <rcjsuen> you could try to get the ISelectionProvider of the workbench part and set it from that I think [17:15:53] <rcjsuen> ~api ISelectionProvider [17:15:54] <KOS-MOS> org.eclipse.jface.viewers.ISelectionProvider - http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/viewers/ISelectionProvider.html [17:15:55] <BananaCake> hi, have an issue w/ easyeclipse php version popping up php browser everytime i hit ctrl+s to save a file... any idea where to turn that feature off? [17:16:11] <tharbas> ah editor.getEditorSite().getSelectionProvider() has a set method [17:16:30] <roots_> sorry :) [17:16:37] <roots_> ISomewhere :) [17:17:12] <tharbas> ok i will try that, thanks for your help :) [17:18:01] *** rcjsuen has quit IRC [17:18:02] *** BlackBsd has joined #Eclipse [17:21:16] *** plexq has joined #eclipse [17:21:25] *** SKuhn has joined #eclipse [17:21:43] <plexq> I'm trying to do a war export, but it's telling me my module name is invalid? huh? [17:24:49] *** mikanoza has joined #eclipse [17:24:52] *** BlackBsd has quit IRC [17:24:53] <mikanoza> hello [17:26:12] <mikanoza> does anyone know how to add my own icon to Eclipse's Welcome screen. I found this article: http://www.eclipse.org/eclipse/platform-ua/proposals/shared-intro/shared-intro.htm but I don't understand if I product is needed in order to do what I need. thanks [17:28:16] *** moksha_anderson has left #eclipse [17:30:19] <BananaCake> hi, have an issue w/ easyeclipse php version popping up php browser everytime i hit ctrl+s to save a file... any idea where to turn that feature off? [17:36:17] *** jacekp_ has quit IRC [17:38:08] <philk_> mikanoza: yes, afaik you will need a product to create your own universal intro [17:39:13] *** Infinito_ has joined #eclipse [17:40:28] *** philk__ has joined #eclipse [17:40:49] <philk__> hi! How do I add the "Views Short List" to the menu extension point? [17:42:28] *** jpospychala has joined #eclipse [17:43:08] *** conan has quit IRC [17:43:22] <mikanoza> philk_, thanks [17:44:20] *** mhaller has joined #eclipse [17:45:49] *** amitev has quit IRC [17:45:50] *** philk_ is now known as ma^il [17:46:37] *** ma^il has quit IRC [17:50:20] *** conan has joined #eclipse [17:54:31] *** hombre has joined #eclipse [17:55:54] *** hombre has quit IRC [17:56:34] *** Nescafe has quit IRC [17:56:38] *** Nescafe has joined #Eclipse [17:57:31] *** soulreaper has quit IRC [17:57:45] *** vwegert has joined #eclipse [17:59:54] *** oisin has joined #eclipse [18:00:36] *** oisin has left #eclipse [18:00:41] *** schnee is now known as Schnee [18:01:30] *** soulreaper has joined #eclipse [18:01:47] *** TomTom has joined #eclipse [18:02:33] *** mefisto has joined #eclipse [18:03:27] *** mxttie|work has quit IRC [18:03:53] *** g_armani has joined #eclipse [18:03:55] <g_armani> hi [18:04:58] *** g_armani is now known as francisco_ [18:05:03] *** francisco_ is now known as francisco__ [18:05:45] <plexq> how can I open up a second source code area? [18:06:26] *** oisin has joined #eclipse [18:07:08] *** oisin has left #eclipse [18:10:43] *** z4z4 has quit IRC [18:11:42] *** roots_ has quit IRC [18:14:44] *** dominikg has joined #eclipse [18:14:53] <paulweb515> philk__: AFAIK right now it's in ContributionItemFactory (or something like that) [18:15:24] <paulweb515> plexq: you can drag an editor to the bottom of the editor area to make another stack [18:16:24] <plexq> paulweb515: cool! [18:20:21] *** Schnee is now known as schnee [18:20:45] *** peter__ has joined #eclipse [18:20:45] <ijuma> njbartlett: you've been using brz with eclipse? How is it? [18:21:16] *** sama has quit IRC [18:22:02] *** schnee is now known as Schnee [18:23:13] <peter__> hello, how can I disable the minimize/maxim. buttons in a viewpart? as of 2007 archives it was not possible? [18:25:44] <peter__> LOL - mgr.removeAll(), just that easy :) [18:25:49] *** peter__ has quit IRC [18:27:39] <philk__> paulweb515: But is not possible to use as it does not implement IContributionItem. So I quickly created my own quickly, and it works http://rafb.net/p/1AcqCl17.html [18:31:24] <paulweb515> philk__: huh? ContributionItemFactory.VIEWS_SHORTLIST.create(*) returns an IContributionItem, the same way ActionFactory.NEW.create(*) returns an IAction ... [18:32:29] *** universal has joined #eclipse [18:32:49] *** evermind has quit IRC [18:46:05] *** david720 has left #eclipse [18:46:12] <philk__> paulweb515: I want to use it purely declarative and not create the items in the ActionBarAdvisor [18:48:54] <paulweb515> philk__: until there's a dynamic element for what is returned from that object, I don't think you can [18:53:39] *** jbosmans has quit IRC [18:54:02] *** rcjsuen has joined #eclipse [18:59:07] *** jbosmans has joined #eclipse [18:59:08] *** Tortoose has quit IRC [19:00:24] <philk__> paulweb515: yes with the code I showed you its possible to create this menu only using plugin.xml and a fragment of code. I want to create all top menus and some submenus from within the plugin.xml. I know however, that the order of the elements is not guaranteed then [19:01:24] <rcjsuen> BananaCake: try talking to pombreda and/or #easyeclipse [19:03:28] <paulweb515> philk__: with org.eclipse.ui.menus you can order things if 1) you build most of it in one contribution or 2) you add to specific groups ... it's only multiple contributions to the same group that are in a non-deterministic order [19:03:29] <rcjsuen> njbartlett: Are you in Windows with mac theme or something? [19:04:01] <paulweb515> philk__: yes, in effect you are writing the "dynamic" element ... hopefully be the end of 3.4 we'll provide that for you. [19:05:37] *** dhmanthei has joined #eclipse [19:05:49] <philk__> paulweb515: Thats what I was asking for, sorry if I was not so clear. You can freely use my code of course. Should be easy to integrate. [19:07:10] <pombreda> BananaCake: this is a phpeclipse setting you control in the preferences [19:08:50] *** hal has joined #eclipse [19:13:56] *** lotu has joined #eclipse [19:18:16] *** rcjsuen has quit IRC [19:20:11] *** francisco__ has quit IRC [19:21:26] *** dhmanthe1 has joined #eclipse [19:22:08] <tharbas> which extension is recommended when i want to add menu entries (to an existing menu) ? editorAction, ActionSet or Menu ? when i'm done i want to export my plugin as a deployable plugin which works for gmf diagramEditors only [19:22:52] <philk__> tharbas: use menu extension. [19:23:48] <tharbas> ok thanks :) [19:23:57] *** dhmanthe2 has joined #eclipse [19:26:56] *** mmarques has joined #eclipse [19:28:58] *** shk3 has joined #eclipse [19:29:02] <shk3> hi [19:29:13] <shk3> anybody willing to help me with an export problem? [19:30:57] <shk3> hm, ok [19:31:06] <shk3> the problem is (perhaps somebody has an idea) [19:31:13] <shk3> I have got an eclipse rcp application [19:31:18] <shk3> i configured a product [19:31:39] <shk3> I exported this using delta pack on windows for several platforms [19:31:45] <shk3> the windows export works [19:31:49] <shk3> the linux one does not [19:32:08] <shk3> i get "product x could not be found" [19:32:24] <shk3> and "no application id has been found" [19:32:39] <njbartlett> rcjsuen: Nope. Mac with Mac theme :-) [19:32:41] <shk3> i get the same problem when exporting the same configuration in linux [19:32:52] <philk__> make sure you inlcude the fragments for swt for linux [19:33:38] *** jimcan has joined #eclipse [19:33:54] <philk__> in your products plugin configuration [19:34:01] <shk3> think I did this. [19:34:10] <shk3> it works in linux when starting the product in eclipse [19:34:12] <shk3> but not exported [19:34:53] <jimcan> hi all, is it possible to launch a debugger (whether it be java/c/custom) programmatically? [19:36:49] *** dhmanthei has quit IRC [19:38:16] <shk3> org.eclipse.swt.gtk.linux.x86_64_3.3.2.v3347.jar is in [19:38:21] <shk3> also in the export [19:39:21] *** dhmanthe1 has quit IRC [19:39:53] <mmarques> anyone can point me a good article on developing new editor plug-ins? [19:40:59] *** marismo has joined #eclipse [19:41:59] *** Zenton has quit IRC [19:42:47] *** PWizard has joined #eclipse [19:42:58] <PWizard> hello [19:43:11] *** conan has quit IRC [19:43:31] <PWizard> how would one back up the java syntax coloring prefs? I want to change my color scheme, but I want to be able to switch back, too [19:45:54] *** Zenton has joined #eclipse [19:49:26] *** shk3 has quit IRC [19:52:51] *** Beyhan_ has joined #eclipse [19:52:57] *** Beyhan_ is now known as Beyhan [19:53:32] <philk__> shk3: sorry a little busy right now, but make sure also the launcher fragments are in for each platform [19:53:59] *** pombreda has quit IRC [19:58:39] *** parti has joined #eclipse [20:00:21] *** qwehnce has joined #eclipse [20:00:22] *** philk_ has joined #eclipse [20:00:40] <mmarques> anyone can point me a good article on developing new editor plug-ins? [20:08:21] *** plexq has quit IRC [20:10:27] *** philk_ has quit IRC [20:12:28] *** pombreda has joined #eclipse [20:13:07] *** danbeck has joined #eclipse [20:14:12] <tharbas> is there any doc about the menu paths in ui.menus ? in the old actions i use diagramMenu/alignMenu/alignVerticalGroup but what is the uri to this ? menu:diagramMenu.alignMenu.alignVerticalGroup ? [20:14:52] <paulweb515> tharbas: it doesn't include as much of a path as it used to [20:15:08] <paulweb515> tharbas: menu:alignMenu?after=alignVerticalGroup [20:15:22] <tharbas> ohhh thats simple ;) thanks [20:15:33] <paulweb515> tharbas: In org.eclipse.ui.menus you are always adding to an "IDed" menu [20:16:49] <tharbas> what does ided mean ? [20:17:22] *** qwehnce has left #eclipse [20:17:55] *** philk__ has quit IRC [20:18:54] <paulweb515> tharbas: that the menu has an ID [20:20:36] <tharbas> paulweb515: ah good, so i can use the list of menu IDs i found somwhere and add commands to them ? is it possible to add submenus too ? i tried with editorActions some days ago and that didnt work [20:21:47] <paulweb515> tharbas: you can use any of the menu IDs added in the application action bar advisor (i.e. menu:file, menu:edit, menu:help, etc) [20:22:04] <paulweb515> You can add a <menu /> element in your menu contribution [20:25:53] *** jbosmans has quit IRC [20:27:41] *** JohnE has left #eclipse [20:28:07] *** tltstc has joined #eclipse [20:28:22] *** jbosmans has joined #eclipse [20:32:26] *** TomTom has quit IRC [20:34:03] *** rcjsuen has joined #eclipse [20:35:39] <jimcan> is it possible to launch a debugger (whether it be java/c/custom) programmatically? [20:36:13] <jimcan> I found this site: http://www.eclipse.org/articles/Article-Java-launch/launching-java.html [20:36:22] <jimcan> but it's from Eclipse 2.0, is it still valid for 3.3? [20:38:19] *** LeNettoyeur has joined #eclipse [20:38:23] *** tobias_ has joined #eclipse [20:38:33] *** tobias_ has quit IRC [20:39:54] *** mmarques has quit IRC [20:40:18] *** conan has joined #eclipse [20:43:51] *** mikanoza has quit IRC [20:44:15] *** dominikg has quit IRC [20:44:35] *** robinr has joined #eclipse [20:44:56] *** Beyhan_ has joined #eclipse [20:46:38] *** PWizard has left #eclipse [20:46:41] *** PWizard has joined #eclipse [20:46:43] *** PWizard has left #eclipse [20:47:39] *** JohnBat26 has joined #eclipse [20:47:52] *** rcjsuen_ has joined #eclipse [20:47:53] <njbartlett> rcjsuen: Wotcha [20:49:30] <rcjsuen_> njbartlett: ? [20:49:52] <njbartlett> rcjsuen_: You asked me something weird about running on Windows with a Mac theme [20:50:04] <rcjsuen_> njbartlett: your screen cap on the blog seemed that way [20:50:11] <rcjsuen_> since you had a windows fragment [20:50:19] <njbartlett> Ah [20:50:23] <njbartlett> RCP delta pack [20:50:38] <njbartlett> Note it wasn't resolved ;-) [20:51:05] <rcjsuen_> jimcan: What are you trying to do [20:51:26] <rcjsuen_> A launch is centred around a launch configuration [20:54:10] <rcjsuen_> I think that article is still applicable from a quick skim. [20:54:12] <rcjsuen_> IMO the launching framework isn't that bad [20:54:15] <rcjsuen_> lots of EPs to declare and id copying [20:54:17] <rcjsuen_> but that's about it [20:54:52] <mohbana> hi guys is there a new eclipse package that solves the pergen issue? [20:55:56] <jimcan> thanks rcjsuen [20:55:58] *** tobiash has quit IRC [20:56:09] <jimcan> just making sure it's not completely out of date [20:56:10] <rcjsuen_> permgen issues are generally resolved by tweaking vm settings / using some other vm [20:57:07] <rcjsuen_> jimcan: It doesn't really answer your question though [20:57:26] <rcjsuen_> wrt "launching a launch config programmatically" [20:58:26] *** nerdboy is now known as nerdboy|off [21:00:24] <jimcan> well I'm going to go through this article first to get a better understanding of launch configs and what not, and if I can't figure it out after that I'll re-ask my question later [21:01:04] *** acuster has joined #eclipse [21:02:16] *** grEvenX has joined #eclipse [21:02:21] *** Beyhan has quit IRC [21:05:44] *** universal has quit IRC [21:07:00] *** rcjsuen has quit IRC [21:13:23] *** pombreda has quit IRC [21:16:35] *** rcjsuen_ is now known as rcjsuen [21:18:53] <rcjsuen> jimcan: What exactly is it that you're trying to do? One way is to create a launch configuration and then have the Debug framework launch it. [21:19:09] <rcjsuen> This is the principle that the Run As... menu item employs. [21:19:25] <rcjsuen> Based on a given ISelection or an IEditorPart, launch it. [21:19:27] *** luca1 has joined #eclipse [21:19:34] <krbarnes> jimcan: There should be some info in this tutorial from EclipseCon 2006. http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=30 [21:20:58] *** danbeck has quit IRC [21:21:06] <luca1> Hello. A quick quesiton. I have a plugin development question that I just cannot find an answer to online. Is this a forum for such quesitons, or is there a more appropriate place? [21:21:44] <paulweb515> luca1: you can ask your questions here, or post them to the eclipse.platform newsgroup - http://www.eclipse.org/newsgroups/ [21:22:10] <jimcan> basically what I'm looking to do it be able for a user to say right click on an ISelection and hit debug and have the plugin open the debugger and debug the file associated with that ISelection [21:22:11] <luca1> Thank you, Paul. I think I'll try here first. [21:22:21] <rcjsuen> luca1: You are welcome to ask such questions in here. [21:22:21] <rcjsuen> ~tell luca1 about wiki Category:FAQ [21:22:22] <KOS-MOS> luca1: Check out this wiki article - http://wiki.eclipse.org/Category:FAQ [21:22:48] <rcjsuen> ~tell luca1 about dev-faq [21:22:48] <rcjsuen> oh no it's not working :/ [21:22:49] <KOS-MOS> luca1: 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/ [21:23:35] <rcjsuen> jimcan: That is already available in 3.3 due to contextual launching afaik. [21:26:43] *** luca1 has left #eclipse [21:27:34] *** luca1 has joined #eclipse [21:30:03] <luca1> Thanks for the links to the FAQs. I'm still a bit confused. I have an action that I am contributing to the global action bar. I have defined the action as a "toggle." I would like to initialize the state of the toggle based on a stored preference value. I don't see how to set the Action's initial state. Any suggestions? [21:30:41] *** Beyhan_ has quit IRC [21:30:55] <rcjsuen> luca1: setChecked(boolean)? [21:34:33] <luca1> I see that I can access setChecked() in the run() method in my ActionDelegate, but I assume that it only invoked when the user clicks on the action. Where would I invoke setChecked() the Action has the proper boolean value when the toolbar is built? [21:35:14] <rcjsuen> luca1: ActionDelegate? What interface are you implementing [21:35:26] <luca1> IWorkbenchWindowActionDelegate [21:35:58] *** hansi has quit IRC [21:38:59] <rcjsuen> I think I see what you're saying. [21:39:42] <rcjsuen> I think it should be possible to initialize it in the extension point. [21:39:42] <rcjsuen> luca1: paulweb515 would know the ansewr. I don't have Eclipse open right now. [21:39:57] <luca1> In the extension point description for the ActionSet, you can specify an initial state in your plugin.xml. I think I need a way to do it programmatically though. [21:40:04] <luca1> Okay, thanks for looking. :) [21:43:42] <rcjsuen> Ah yes, you want to load it from a property value. [21:43:54] *** nerdboy|off is now known as nerdboy [21:46:06] *** mallize has joined #eclipse [21:46:25] <mallize> does anyone have any suggestions for a xml to xsd plugin? [21:46:42] *** JohnE has joined #eclipse [21:46:54] <mallize> i'm using 3.3.0 [21:47:11] *** LeNettoyeur_ has joined #eclipse [21:47:23] *** bradc has joined #eclipse [21:48:04] *** |conan| has joined #eclipse [21:48:37] <JohnE> Hello, im trying to listen to keyevents, no proble with the normal keys. but what about those "Multimedia keys" like play, stop, etc? is it possible to listen to those key events in RCP ? [21:50:37] *** clyons has joined #eclipse [21:52:34] *** rawblem has joined #eclipse [21:53:13] <rawblem> sooooo... ... anyone have any idea whats wrong with cvs co :pserver:anonymous at dev dot eclipse.org:/cvsroot/webtools ? [21:53:14] *** biz has joined #eclipse [22:01:03] *** conan has quit IRC [22:01:04] *** |conan| is now known as conan [22:01:09] *** jetscreamer has joined #eclipse [22:01:25] *** jetscreamer has left #eclipse [22:02:44] *** mallize has quit IRC [22:03:54] *** LeNettoyeur has quit IRC [22:06:15] *** marismo has quit IRC [22:07:07] *** hal1 has joined #eclipse [22:08:55] <zx|work> what do you mean? [22:10:03] <zx|work> rawblem: I can access web tools from here [22:10:17] <rawblem> zx|work: my syntax is wrong. the cvs command doesnt like it [22:10:27] <rawblem> zx|work: trying to figure out how to make it work [22:11:10] <paulweb515_> rawblem: wouldn't it be cvs -d :pserver:... co <module> [22:11:37] <zx|work> that or your export your CVS_ROOT to be that [22:11:42] <zx|work> and then simply co module [22:11:49] *** pombreda has joined #eclipse [22:11:55] <rcjsuen> what paulweb515_ said [22:12:19] <paulweb515_> rawblem: that works for me with the -d <pserver> co <model> [22:13:44] <rawblem> ugh *what* works for you? i've tried just about every possibility [22:14:05] <rawblem> cvs co -d:pserver:anonymous at dev dot eclipse.org:/cvsroot webtools just told me that no CVSROOT is specified, again [22:14:09] <paulweb515_> rawblem: cvs -d :pserver:anonymous at dev dot eclipse.org:/cvsroot/eclipse co org.eclipse.ui [22:14:38] <paulweb515_> rawblem: you can modify that to work with webtools (assuming that's the root) [22:15:07] <rcjsuen> rawake: co goes after [22:15:07] <rcjsuen> and it's /cvsroot/webtools [22:15:17] <rawblem> rcjsuen: yes but it demands i pick one module [22:15:27] <rawblem> i want to check out ALL of webtools [22:15:28] <paulweb515_> rawblem: right ... so pick a module :-) [22:15:54] <paulweb515_> rawblem: they might have a module for you to pick from [22:16:42] <paulweb515_> use co CVSROOT/modules to get the list of modules that they've written [22:17:25] *** pombred1 has joined #eclipse [22:17:28] <rawblem> paulweb515_: they have a very long list of modules. I'd like to check them all out [22:17:53] *** atpa8a has left #eclipse [22:18:10] <rcjsuen> what would possibly compel someone to check them all out [22:18:20] <paulweb515_> rawblem: then get the list and put it on your co line ... you can always go to http://dev.eclipse.org/viewcvs/ to find them [22:19:01] *** pombreda has quit IRC [22:19:02] <paulweb515_> rawblem: if you want to work on WTP, you would normally have that in your target platform and then check out the module that contains the project you want to work on [22:19:20] *** pombred1 is now known as pombreda [22:20:02] <paulweb515_> and on that note ... those dishes don't wash themselves [22:20:07] <paulweb515_> lazy stoneware! [22:21:53] *** hal has quit IRC [22:23:00] *** luca1 has left #eclipse [22:26:42] *** rcjsuen has quit IRC [22:27:03] *** edrin has joined #eclipse [22:27:08] <edrin> hi, can you recommend an Eclipse XML Editor Plugin that is opensource? [22:29:18] *** rubbs has joined #eclipse [22:29:55] <edrin> anyone here? [22:32:05] *** dsugar100 has quit IRC [22:32:13] *** vwegert has quit IRC [22:33:40] <edrin> anyone here? [22:33:41] <edrin> hi, can you recommend an Eclipse XML Editor Plugin that is opensource? [22:34:42] *** rcjsuen has joined #eclipse [22:34:47] *** Pookzilla has quit IRC [22:37:14] *** TodC has quit IRC [22:41:26] <edrin> hi, can you recommend an Eclipse XML Editor Plugin that is opensource? [22:43:05] <zx|work> edrin: check out the WebTools project (www.eclipse.org/webtools) [22:43:11] *** rubbs has quit IRC [22:43:22] *** timothym has quit IRC [22:53:13] *** mohbana has quit IRC [22:53:52] *** mohbana has joined #eclipse [22:55:46] *** pombreda has quit IRC [22:56:42] *** dhmanthei has joined #eclipse [22:57:58] *** dhmanthe1 has joined #eclipse [23:00:16] *** jakubzalas has joined #eclipse [23:01:42] *** mhaller has quit IRC [23:04:46] *** lotu has quit IRC [23:04:47] *** pombreda has joined #eclipse [23:05:33] *** Schnee is now known as schnee [23:05:43] *** lotu has joined #eclipse [23:08:15] *** Ians has quit IRC [23:12:00] *** dhmanthe2 has quit IRC [23:12:08] *** mindCrime has quit IRC [23:13:41] *** dhmanthei has quit IRC [23:15:31] *** n_np has joined #eclipse [23:15:49] *** benowar has joined #eclipse [23:17:46] *** asgeirf has joined #eclipse [23:22:50] *** indio has joined #eclipse [23:22:55] <indio> Hi. [23:23:35] <indio> My editor is readonly and I can't change it to writable, what's happening? [23:24:04] <rcjsuen> indio: ~info ~logs [23:24:05] <KOS-MOS> Please state your CPU architecture (x86, 64-bit, etc.), operating system (Windows, Linux, Mac OSX, etc.), your Java runtime environment (unless you checked in your workspace logs and/or in the about dialog, you do not know _for sure_, please see ~jre. No, typing 'java -version' in the command line does not count as checking), your Eclipse version, and where did you download Eclipse from. [23:24:05] <KOS-MOS> Looking for your Eclipse logs? Try Window > Show View > Other > PDE Runtime > Error Log. Or look at the <workspace>/.metadata/.log file. If you want to paste it somewhere, see ~pastebin - http://wiki.eclipse.org/index.php/IRC_FAQ#Where_are_Eclipse.27s_log_files_located.3F - http://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F [23:25:31] *** strife25 has joined #eclipse [23:25:32] <indio> x86, Ubuntu Linux [23:25:45] *** krbarnes has quit IRC [23:27:51] <strife25> hi I am currently making my first plugin and I am trying to implement contents to display when I click on Help > Help Contents, but none of my content appears, does anyone have any idea why? I have followed the tutorials and exported my plugin as a Jar and restarted Eclipse [23:28:13] <rcjsuen> ~tell strife25 about clean [23:28:13] <KOS-MOS> strife25: Please try restarting Eclipse with the '-clean' argument. http://wiki.eclipse.org/Graphical_Eclipse_FAQs#I_have_just_installed_a_plug-in_but_I_do_not_see_any_indication_of_it_in_my_workspace._What_do_I_do.3F [23:28:57] *** mohbana has quit IRC [23:29:17] <rcjsuen> indio: And...? [23:30:23] <indio> rcjsuen: Nothing, still one of my projects has its .java file readonly. It says it in the status bar too. [23:31:36] *** JohnBat26 has quit IRC [23:31:53] <rcjsuen> indio: you did not provide all the information [23:32:00] <rcjsuen> "Please state your CPU architecture (x86, 64-bit, etc.), operating system (Windows, Linux, Mac OSX, etc.), your Java runtime environment (unless you checked in your workspace logs and/or in the about dialog, you do not know _for sure_, please see ~jre. No, typing 'java -version' in the command line does not count as checking), your Eclipse version, and where did you download Eclipse from." [23:32:06] *** merlin2049er has joined #eclipse [23:32:09] <rcjsuen> indio: and info from your logs, if anything is there, etc [23:32:39] <indio> rcjsuen: Sorry, I meant to say .class file is readonly [23:33:09] <rcjsuen> why would you modify a .class file anyway [23:33:13] <rcjsuen> that's a compiled file [23:33:26] <rcjsuen> that's like trying to modify firefox.exe, or 'cd' in UNIX [23:34:02] <indio> rcjsuen: oops, my bad [23:34:16] <indio> Thanks, I confused the extensions. [23:34:31] * indio blushes [23:37:35] <edrin> what is this error message when installing Web Tools Platoform: [23:37:36] <edrin> ST Common UI (2.0.1.v200709110622-7C5EH2E9RvTVnijrspVz0bgOmfz-) requires plug-in "org.eclipse.draw2d (3.2.0)", or compatible. [23:38:40] <indio> Another question: Why do I need to configure launch setting for each of my java projects? Time ago I only needed to say Run->Java Application and the application started, now a dialog "select java application" pops up. [23:39:30] <rcjsuen> indio: Dunno, that still works for me. [23:39:52] <indio> Damn. [23:39:55] *** CarLuva has quit IRC [23:39:58] <rcjsuen> what do you mean [23:40:02] <rcjsuen> 'Select Java Application'? [23:40:09] *** edrin has quit IRC [23:40:12] <rcjsuen> Can you take a screenshot? [23:40:27] <indio> It's a dialog that pops up after I hit Run->Java Application [23:40:51] <rcjsuen> indio: I dunno about other people, but I'd still like a screenshot. [23:40:59] <rcjsuen> what are you selecting [23:41:40] <indio> rcjsuen: Anything I choose fails to run the app. [23:41:50] <rcjsuen> screenshot then [23:41:55] *** acuster has quit IRC [23:42:05] <rcjsuen> move the dialog so we can see the code [23:42:08] <rcjsuen> and the project structure [23:42:10] <indio> If I manually configure a lauch setting for the project, then the project runs. [23:42:11] <rcjsuen> and what you hav eselected [23:42:30] <strife25> I just tried the -clean argument and it did not add anyhting to the Help Contents window [23:42:32] *** benowar has quit IRC [23:42:49] <rcjsuen> strife25: Did you test your plug-in through PDE? [23:43:30] <strife25> rcjsuen: yes, all i need is for a menu option to appear in the toolbar, which it does, but no help appears when I run it as an eclipse application, just the menu option appears [23:43:54] <strife25> rcjsuen: where the menu option says "Hello World" [23:44:12] <rcjsuen> strife25: screenshot [23:44:31] <indio> rcjsuen: Where do I post the screenshot ? [23:44:42] <rcjsuen> ~image [23:44:43] <KOS-MOS> Please upload your screenshots online - http://imagebin.org/index.php?page=add - http://imagebin.ca/upload.php - http://imageshack.us/ [23:44:44] *** bradc has quit IRC [23:46:01] *** Nescafe has quit IRC [23:46:32] <indio> rcjsuen: http://imagebin.ca/view/DqSImidj.html [23:47:27] <rcjsuen> strife25: Help > About Eclipse SDK > Plug-in Details, do you see your plug-in? [23:47:49] <rcjsuen> indio: I can't see your code, and I can't see your project structure. [23:48:07] <rcjsuen> since the project tree is collapsed and not open [23:48:22] <strife25> rcjsuen: yes, do you want a screenshot? [23:48:27] *** nickboldt has joined #eclipse [23:48:28] <rcjsuen> you should also try running a specific "file" [23:48:30] <rcjsuen> and not a project [23:48:36] <rcjsuen> there can be 0...N apps in a project [23:48:39] <rcjsuen> hence, you need to "choose" [23:48:51] <rcjsuen> ~tell strife25 about logs [23:48:52] <KOS-MOS> strife25: Looking for your Eclipse logs? Try Window > Show View > Other > PDE Runtime > Error Log. Or look at the <workspace>/.metadata/.log file. If you want to paste it somewhere, see ~pastebin - http://wiki.eclipse.org/index.php/IRC_FAQ#Where_are_Eclipse.27s_log_files_located.3F - http://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F [23:49:10] <rcjsuen> strife25: i want a screenshot of your second launched Eclipse, and your own Eclipse with the plug-in, that shows the two menu's discrepancy [23:50:32] <strife25> well the menu is fine, it does what i want, what i need is for the help content i wrote to appear [23:51:01] <rcjsuen> strife25: right, so i want to see the help content 'menu' [23:51:53] <indio> rcjsuen: http://imagebin.ca/view/xbTKr9B2.html sorry for the first one [23:52:06] *** merlin2049er has quit IRC [23:52:42] *** jakubzalas has quit IRC [23:52:54] <strife25> http://imagebin.org/13688 [23:53:00] <strife25> http://imagebin.org/13689 [23:53:18] <rcjsuen> indio: You selected the project? [23:53:29] <rcjsuen> indio: Why don't you select HelloWorld.java? [23:54:17] <rcjsuen> your rcp app probably isn't including the Help plug-ins [23:54:21] <rcjsuen> or you might need to add it manually [23:55:40] <strife25> ok, the tutorial/wizard, just added the org.eclipse.help.toc extension to my project, would you have any idea which other ones i need? [23:56:00] <rcjsuen> ~tell strife25 about consolelog [23:56:00] <KOS-MOS> strife25: Writing an Eclipse-based application and can't find anything useful in your console and/or getting "Unhandled event loop exceptions"? Add -consoleLog as a 'Program Argument' to your launch configuration. See http://wiki.eclipse.org/Graphical_Eclipse_FAQs#I_get_an_unhandled_event_loop_exception_in_my_console._What_gives.3F [23:56:19] *** merlin2049er has joined #eclipse [23:56:22] <rcjsuen> change your app's launch config to make sure the plug-ins are included [23:56:25] <indio> rcjsuen: THANKS!