November 27, 2009  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[00:01:47] *** amnesic has joined #eclipse
[00:09:29] *** phoenixz has joined #eclipse
[00:12:31] *** tr1gger has quit IRC
[00:14:33] *** mbana has joined #eclipse
[00:19:38] *** StefanK has quit IRC
[00:23:34] *** sven_oostenbrink has quit IRC
[00:36:34] *** juanez has quit IRC
[00:42:07] *** jimi_hendrix has joined #eclipse
[00:44:34] *** Powerplay has quit IRC
[00:46:35] *** phylogenesis has quit IRC
[00:58:03] *** Shown has quit IRC
[00:58:33] *** fixl has joined #eclipse
[01:04:40] *** Shown has joined #eclipse
[01:04:54] *** jtong has joined #eclipse
[01:07:32] *** tphgangster has quit IRC
[01:12:14] *** deSilva has quit IRC
[01:12:50] *** Powerplay has joined #eclipse
[01:13:12] *** fixl has quit IRC
[01:22:02] *** Druid has joined #eclipse
[01:23:08] *** parasol has quit IRC
[01:26:34] *** sven_oostenbrink has joined #eclipse
[01:27:10] *** phoenixz has quit IRC
[01:31:37] *** Druide_ has quit IRC
[01:31:55] *** Powerplay has quit IRC
[01:32:10] *** Powerplay has joined #eclipse
[01:34:37] *** mbana has quit IRC
[01:38:47] *** mbana has joined #eclipse
[02:10:11] *** Pikachu_2014 has quit IRC
[02:11:28] *** njbartlett has joined #eclipse
[02:14:42] *** pnehrer has joined #eclipse
[02:35:30] *** phoenixz has joined #eclipse
[02:37:54] *** sven_oostenbrink has quit IRC
[02:38:26] *** Pikachu_2014 has joined #eclipse
[02:43:06] *** pnehrer_ has joined #eclipse
[02:43:06] *** pnehrer has quit IRC
[02:43:09] *** pnehrer_ is now known as pnehrer
[02:46:32] *** mbana has quit IRC
[02:49:18] <rhk> is there a way to get Eclipse CDT to recognize that I have mingw32 installed under linux so that I can use it as a toolchain?
[02:50:35] <rhk> nevermind, turned off "show project types and toolchains only if they are supported on the platform"
[02:51:30] *** deng_c has joined #eclipse
[02:52:43] *** sven_oostenbrink has joined #eclipse
[02:56:38] <jimi_hendrix> where do i set the coding style (like K&R vs BSD...)
[02:56:59] <rcjsuen> You customize the formatter, assuming there is one.
[02:57:18] <rcjsuen> Or import formatting settings (if you have them downloaded from somewhere).
[02:57:21] <rhk> jimi_hendrix: window -> prefereces -> C/C++ -> Code Style
[02:57:35] <jimi_hendrix> thanks
[02:57:38] <rhk> I just type "style" in the search box
[02:57:48] <rhk> that search box in preferences is really handy
[02:57:58] <rcjsuen> rhk: Nobody knowsw about it.
[02:59:16] <rhk> looks like I'm out of luck - enabling other toolchains to get mingw32 support on linux didn't work. it tries to run "gcc", instead of "i586-mingw32msvc-gcc", and I'm not sure I can change that
[02:59:35] <rhk> rcjsuen: it's amazing because it's such a handy feature
[02:59:42] <rhk> and it's focussed first too
[03:00:03] <rcjsuen> It somewhat helps hide how ridiculous our preference dialog is ;)
[03:01:43] <rhk> there is a lot in there
[03:02:02] <rhk> but I can't say it'd be better with less
[03:03:52] <rcjsuen> rhk: i meant if there was one of those "Advanced" and "General" things
[03:04:00] <rcjsuen> well that would help for rcp apps anyway
[03:04:15] <rcjsuen> in an IDE setting for power users that'd be on by default maybe
[03:05:06] <rhk> makes sense
[03:05:27] *** Mike_lifeguard has joined #eclipse
[03:05:27] <jimi_hendrix> also, whats the format code button
[03:05:40] <Mike_lifeguard> Is there a way to jump to the matching brace in eclipse?
[03:05:54] <rcjsuen> jimi_hendrix: Ctrl+Shift+F is the default one anyway.
[03:06:11] *** dpino has quit IRC
[03:06:19] *** sven_oostenbrink has quit IRC
[03:06:38] <rcjsuen> Mike_lifeguard: I believe there's a hotkey for that but dunno it off hand, ~keys
[03:06:38] <Arbalest> For a list of available key bindings press Ctrl + Shift + L. To configure your key bindings, see Window > Preference > General > Keys. See also http://wiki.eclipse.org/IRC_FAQ#What.27s_the_key_for_....3F
[03:06:39] *** phoenixz has quit IRC
[03:07:02] <jimi_hendrix> thanks
[03:08:16] *** uebera|| has quit IRC
[03:08:58] <rhk> I might have to make another CDT toolchain plugin so I can use mingw32 on ubuntu. that's kind of a pain.
[03:10:32] <Mike_lifeguard> rcjsuen: thanks
[03:10:51] <Mike_lifeguard> btw, CTRL+I (correct indentation) is sexy beyond belief
[03:17:15] *** uebera|| has joined #eclipse
[03:18:16] *** ccsidiot has joined #eclipse
[03:21:34] *** jtong has left #eclipse
[03:21:41] *** ExElNeT has quit IRC
[03:22:05] <rhk> doh. found what I need. you can override the name of the command used to compile in CDT.
[03:22:15] <rhk> but it's on a per-project basis
[03:22:17] <ccsidiot> Hi everyone, I'm not sure if I should ask a question about Eclipse usage here.
[03:22:31] <rcjsuen> Here or the forums.
[03:23:11] <ccsidiot> I'm using Eclipse CDT to work on a > 4 million lines code base, I pressed Ctrl + function hoped to go to the actual function declaration, however, it says "could not find symbol XXX in index", is there other ways to do the same thing
[03:25:55] *** Shown has quit IRC
[03:26:08] <rhk> ccsidiot: I'm not sure, but I think it builds the index in the background, so it's possible it just hasn't finished yet
[03:27:37] <ccsidiot> rhk: I thought of that too, so I let it sit for half a day to "settle down", so that case will be unlikely?
[03:28:33] <rhk> ccsidiot: yeah, probably unlikely.
[03:29:27] <ccsidiot> rhk: 1 more question, does eclipse "rebuild" the index everytime it loads the project into workspace, or it has cached index on its own?
[03:29:40] <rhk> ccsidiot: that I'm not sure of
[03:30:02] <ccsidiot> rhk: :) Thanks
[03:45:39] *** tyranos has quit IRC
[03:53:43] *** nvred has joined #eclipse
[03:54:12] *** nvred has quit IRC
[03:54:49] <Mike_lifeguard> How can I copy-paste code from eclipse with syntax highlighting as formatted text into openoffice, for example?
[04:06:57] <rhk> Mike_lifeguard: I don't think you can do that.
[04:07:13] *** ccsidiot has left #eclipse
[04:07:27] <rhk> if you're running linux, you could use "enscript" to make nice syntax-highlighted output for code.
[04:07:42] <Mike_lifeguard> rhk: I have in the past, actually. But it is only copying the raw text this time :S
[04:22:42] *** juanez has joined #eclipse
[04:27:23] *** nlc has quit IRC
[04:32:48] *** juanez has quit IRC
[04:37:42] *** Verkel_ has joined #eclipse
[04:42:27] *** Mike_lifeguard is now known as Mike||gone
[04:42:49] *** Mike||gone is now known as Mike_lifeguard
[04:44:33] *** allisterb_ has quit IRC
[04:45:28] *** Verkel has quit IRC
[04:45:28] *** ronghail_ has quit IRC
[04:45:28] *** dogmeat has quit IRC
[04:46:28] *** ronghail_ has joined #eclipse
[04:46:28] *** Verkel has joined #eclipse
[04:49:00] *** rcjsuen has quit IRC
[04:50:36] *** Verkel has quit IRC
[04:52:33] *** dogmeat has joined #eclipse
[05:04:46] *** dmiles_afk has quit IRC
[05:13:35] *** phoenixz has joined #eclipse
[05:13:58] *** JabDesign has joined #eclipse
[05:14:18] *** Mike_lifeguard has left #eclipse
[05:16:21] *** rhk has quit IRC
[05:32:19] *** Powerplay has quit IRC
[05:33:41] *** scorphus has quit IRC
[05:33:42] *** LongBeach has quit IRC
[05:40:06] *** JabDesign has quit IRC
[05:48:20] *** allisterb has joined #eclipse
[06:08:47] *** pnehrer has quit IRC
[06:11:02] *** blue_asterisk has joined #eclipse
[06:16:26] *** dmiles_afk has joined #eclipse
[06:23:48] *** Zenopus has joined #eclipse
[06:24:04] *** Zenopus_ has quit IRC
[06:24:54] *** blue_asterisk_ has joined #eclipse
[06:26:09] *** allisterb_ has joined #eclipse
[06:28:22] *** blue_asterisk__ has joined #eclipse
[06:29:46] *** blue_asterisk___ has joined #eclipse
[06:31:37] *** blue_asterisk has quit IRC
[06:32:49] *** allisterb has quit IRC
[06:33:22] *** danlucraft has joined #eclipse
[06:34:05] *** blue_asterisk___ is now known as blue_asterisk
[06:35:32] *** veyres has joined #eclipse
[06:35:50] *** dcoll has joined #eclipse
[06:42:56] *** blue_asterisk_ has quit IRC
[06:45:30] *** blue_asterisk__ has quit IRC
[06:47:41] *** allisterb_ has quit IRC
[06:58:05] *** keya has joined #eclipse
[07:06:11] *** philk__ has joined #eclipse
[07:14:14] *** philk_ has quit IRC
[07:14:49] *** armence has quit IRC
[07:21:51] *** glima has joined #eclipse
[07:32:05] *** blue_asterisk has quit IRC
[07:41:24] *** sven_oostenbrink has joined #eclipse
[07:41:50] *** phoenixz has quit IRC
[07:41:50] *** amnesic has quit IRC
[07:41:50] *** jfreeman has quit IRC
[07:41:50] *** macieks_ has quit IRC
[07:41:50] *** haptiK has quit IRC
[07:41:52] *** Echidna has quit IRC
[07:41:53] *** Arbalest has quit IRC
[07:41:53] *** hdave has quit IRC
[07:41:53] *** nitind has quit IRC
[07:43:41] *** blue_asterisk has joined #eclipse
[07:46:58] *** ServerCrash has joined #eclipse
[07:47:21] <ServerCrash> hi, where can i find the plugins for eclipse pdt (PHP), things like phpclassgen etc
[07:49:09] *** gianiaz has joined #eclipse
[07:49:37] <gianiaz> good morning :-)
[07:53:05] <gianiaz> I'm using eclipse for phpweb development.. I'm using phpeclipse that has also a smarty template engine editor. I've changed all the colours for the php editor, and when editing php files I can see my changes, but when I open a tpl file it's open with "smarty editor", and uses his colours, and I can't find it in the configuration of eclipse, any suggestion?
[07:56:03] *** sven_oostenbrink has quit IRC
[07:56:35] *** Bass10 has quit IRC
[07:58:23] *** tangent3 has joined #eclipse
[08:00:27] *** SpektoM has joined #eclipse
[08:00:55] *** punknroll_ has joined #eclipse
[08:03:58] *** volodya has joined #eclipse
[08:13:52] *** gianiaz has quit IRC
[08:20:24] *** danlucraft has quit IRC
[08:24:13] *** ali_ has joined #eclipse
[08:28:14] *** Shown has joined #eclipse
[08:32:05] *** blue_asterisk has quit IRC
[08:37:56] *** yann|work has quit IRC
[08:38:00] *** yann||work has joined #eclipse
[08:42:16] *** blue_asterisk has joined #eclipse
[08:42:51] *** kottlett has joined #eclipse
[08:45:45] *** volodya has quit IRC
[08:46:42] *** volodya has joined #eclipse
[08:53:38] *** pschriner has joined #eclipse
[08:59:13] *** blue_asterisk has quit IRC
[08:59:37] *** filype has joined #eclipse
[09:01:26] *** blue_asterisk has joined #eclipse
[09:01:53] <filype> hello all, I'm trying to install subclipse, I use the URL http://subclipse.tigris.org/update_1.4.x/ but all I get is " No feature s found on the selected items", IS there a server issue?
[09:06:46] *** ali_ has quit IRC
[09:06:57] *** SpektoM has quit IRC
[09:09:04] *** sama has joined #eclipse
[09:09:23] *** fsteeg has joined #eclipse
[09:09:26] *** crashR has joined #eclipse
[09:10:14] *** lajevardi has joined #eclipse
[09:15:36] *** veyres has quit IRC
[09:20:46] *** macieks_ has joined #eclipse
[09:20:46] *** haptiK has joined #eclipse
[09:20:46] *** hdave has joined #eclipse
[09:20:46] *** Echidna has joined #eclipse
[09:20:46] *** Arbalest has joined #eclipse
[09:20:46] *** nitind has joined #eclipse
[09:23:10] *** danlucraft has joined #eclipse
[09:23:23] *** filype has quit IRC
[09:28:28] *** pschriner has quit IRC
[09:32:02] *** blue_asterisk has quit IRC
[09:38:45] *** kartben has joined #eclipse
[09:38:48] *** dpy has joined #eclipse
[09:42:04] *** blue_asterisk has joined #eclipse
[09:42:21] *** fsteeg has quit IRC
[09:44:09] *** Omnipotent has joined #eclipse
[09:44:18] <Omnipotent> How do I use templates in eclipse?
[09:44:27] <Omnipotent> Or auto completion of code for instance?
[09:45:01] <Omnipotent> (I want to write csslink and it will expand to <link rel="..." type="text/css"/>.
[09:55:38] *** Kudd has joined #eclipse
[09:55:56] *** bushwakko has joined #eclipse
[09:59:48] *** sphenxes01 has joined #eclipse
[10:00:26] <bushwakko> Hey, I think I found a bug (or at least a problem or lacking feature) when I do eclipse:eclipse recurseively and it links to other projects instead of jar/bundles in my maven repo I get errors when a projects links to another project that is a wrapped bundle. An empty project containing a non-bundle jar as a dependency + a new MANIFEST file. The original project then gets error on missing packages, packages which is in the jar.
[10:05:17] *** opossum_oisif has joined #eclipse
[10:05:25] *** acuster has joined #eclipse
[10:09:33] *** ServerCrash has left #eclipse
[10:09:50] *** Forexs has joined #eclipse
[10:11:47] *** acuster has quit IRC
[10:12:12] *** acuster has joined #eclipse
[10:14:12] *** allisterb has joined #eclipse
[10:19:09] *** dr_jerry has joined #eclipse
[10:19:18] <Forexs> Hey guys. I'm making a small plug-in. I was wondering how to check if a folder is set as a source folder. I guess this is probably jdt specific?
[10:22:14] <Omnipotent> How can I add a template to my document?
[10:25:14] *** mbana has joined #eclipse
[10:25:29] *** deSilva has joined #eclipse
[10:30:32] *** Pikachu_2015 has joined #eclipse
[10:32:02] *** blue_asterisk has quit IRC
[10:33:19] *** pharell has quit IRC
[10:33:50] *** pharell has joined #eclipse
[10:37:04] *** keya has quit IRC
[10:40:13] *** stede has joined #eclipse
[10:40:51] <stede> i use eclipse galileo .. how to activate php-code-folding?
[10:42:42] *** blue_asterisk has joined #eclipse
[10:43:09] *** deSilva has quit IRC
[10:51:27] *** blue_asterisk has quit IRC
[10:55:28] *** magnet has joined #eclipse
[10:55:36] *** deSilva has joined #eclipse
[11:09:16] *** deng_c has quit IRC
[11:11:26] *** acuster has quit IRC
[11:11:26] *** kartben has quit IRC
[11:11:27] *** hdave has quit IRC
[11:11:27] *** Echidna has quit IRC
[11:11:29] *** macieks_ has quit IRC
[11:11:29] *** nitind has quit IRC
[11:11:29] *** haptiK has quit IRC
[11:11:29] *** Arbalest has quit IRC
[11:13:15] *** kartben has joined #eclipse
[11:13:15] *** macieks_ has joined #eclipse
[11:13:15] *** haptiK has joined #eclipse
[11:13:15] *** hdave has joined #eclipse
[11:13:15] *** Echidna has joined #eclipse
[11:13:15] *** Arbalest has joined #eclipse
[11:13:15] *** nitind has joined #eclipse
[11:13:24] *** acuster has joined #eclipse
[11:17:11] *** oisinh has joined #eclipse
[11:20:35] <stede> is a plugin out there which can fold some mor than functions/classes (PHP editor)?
[11:22:19] *** pschriner has joined #eclipse
[11:22:42] *** njbartlett has quit IRC
[11:30:04] *** tr1gger has joined #eclipse
[11:30:21] *** dr_jerry has quit IRC
[11:35:33] *** acuster has quit IRC
[11:36:14] *** acuster has joined #eclipse
[11:38:31] *** EricInBNE has joined #eclipse
[11:48:44] *** stede has quit IRC
[12:00:43] *** SpektoM has joined #eclipse
[12:01:46] *** SpektoM has quit IRC
[12:02:20] *** dr_jerry has joined #eclipse
[12:16:55] *** njbartlett has joined #eclipse
[12:21:37] *** lajevardi has left #eclipse
[12:21:59] *** sanshi5623 has joined #eclipse
[12:26:41] *** dr_jerry has quit IRC
[12:28:10] *** opossum_oisif has quit IRC
[12:33:01] *** sanshi5623 has left #eclipse
[12:37:19] *** Tesseraction has joined #eclipse
[12:39:23] *** njbartlett has quit IRC
[12:42:27] *** z4z4 has joined #eclipse
[12:46:48] *** Tesseract has quit IRC
[12:46:56] *** StefanK has joined #eclipse
[12:49:48] <yann||work> I have problems with eclipse 3.5.1 and would like to investigate - is there an easy way to turn on some traces from eclipse itself ?
[12:50:44] <yann||work> in several cases, when I press OK button in a dlg, it stays pressed and nothing seems to be happening
[12:51:18] <yann||work> a click anywhere in the dlg restores the ok button to normal, and the next click will allow to press another button
[12:51:46] <yann||work> this occurs eg. in the "add update site" dlg
[12:55:09] *** tangent3 has quit IRC
[12:55:54] *** javahorn has joined #eclipse
[12:57:00] *** tphgangster has joined #eclipse
[12:57:05] *** njbartlett has joined #eclipse
[13:03:26] *** javahorn has quit IRC
[13:08:21] <deSilva> that is known problem
[13:08:30] <deSilva> check the faq (see topic)
[13:10:18] *** Herix1 has joined #eclipse
[13:10:29] *** Herix1 has left #eclipse
[13:16:41] *** acuster has quit IRC
[13:17:24] *** acuster has joined #eclipse
[13:20:54] *** oisinh has quit IRC
[13:26:01] *** ppawel has joined #eclipse
[13:26:33] *** rcjsuen has joined #eclipse
[13:27:11] *** ppawel has quit IRC
[13:27:21] *** acuster has quit IRC
[13:27:26] <paulweb515> Forexs: they should have that in the JDT plugin development guide - http://help.eclipse.org/galileo/index.jsp?nav=/3
[13:28:42] *** acuster has joined #eclipse
[13:28:50] *** Kudd_ has joined #eclipse
[13:29:14] <Forexs> paulweb515: Yeah, I looked at that. Wasn't any direct information, but I'm looking at creating an IJavaProject from my IProject and seeing if I can extract the folders from that.
[13:30:01] *** Kudd has quit IRC
[13:31:10] <Forexs> paulweb515: But I'm a bit worried that JavaCore.create doesn't check if the given IProject actually has the java nature, but returns a java project regardless.
[13:33:39] *** njbartlett has quit IRC
[13:35:00] <rcjsuen> you could always just F3 in the code and see
[13:35:00] *** dohq has joined #eclipse
[13:35:07] <rcjsuen> or alternatively, check the nature yourself by hand
[13:36:08] <rcjsuen> bushwakko: if you think you found a problem, file one, although it's not totally clear to me from what you said whether this is a Maven problem or an Eclipse Maven plug-in problem.
[13:36:29] <rcjsuen> Omnipotent: adding templates would be in the preferences, if the editor supports it, use the filter on the top left to filter
[13:37:07] <Forexs> rcjsuen: I know that it doesn't check for the nature. The doc states so. So it is not whether or not it checks for the nature which concerns me, its the fact that it doesn't check, and I'm actually able to get the java project abstraction even when the project isn't a java project. But I'm sure there is a good reason for not doing it.
[13:40:01] <Forexs> rcjsuen: I'm looking into whether or not it would be correct to check exists() on the return IJavaProject, but it is unfortunately unclear if that is the correct way to go about it. I would rather not have to check for the nature manually, although it is a way out of nothing better presents itself.
[13:41:12] *** opossum_oisif has joined #eclipse
[13:42:36] *** ekiczek has joined #eclipse
[13:44:09] <rcjsuen> Can't you get all the Java projects an iterate over those instead?
[13:44:46] *** akurtakov has quit IRC
[13:45:47] <Forexs> rcjsuen: I haven't stumbled on a way to do that so far, but I might have been looking in the wrong place.
[13:45:48] *** akurtakov has joined #eclipse
[13:45:54] *** acuster has quit IRC
[13:46:19] *** acuster has joined #eclipse
[13:46:59] <Forexs> rcjsuen: Ah, JavaCore.create on the IWorkspaceRoot returns the JavaModel which seems to provide such functionality.
[13:47:25] *** ekiczek has quit IRC
[13:54:51] *** ekiczek has joined #eclipse
[14:05:29] *** tylermac has joined #eclipse
[14:07:24] *** JuicyJ has joined #eclipse
[14:10:32] *** JuicyJ has quit IRC
[14:14:18] *** ekiczek has quit IRC
[14:15:20] *** conan has joined #eclipse
[14:17:27] *** pschriner has quit IRC
[14:21:58] *** tylermacnet has joined #eclipse
[14:28:18] *** njbartlett has joined #eclipse
[14:29:24] *** kensanata has joined #eclipse
[14:29:36] *** tylermac has quit IRC
[14:31:21] *** laknath_ has joined #eclipse
[14:35:23] *** Knightingale has joined #eclipse
[14:37:58] *** SzymonB has joined #eclipse
[14:38:14] <Knightingale> G'day. When I changed the text file encoding of my project from default to UTF-16 it produced a lot of errors. Including 'class does not exist', 'syntax error on tokens delete them'.. can anyone tell me why that would happen?
[14:40:50] <Knightingale> Hrrm it messed up my files thats why. i only wanted it to encode the literals.
[14:41:43] <SzymonB> anyone here is familiar with MTJ or Pulsar?
[14:46:41] *** acuster has quit IRC
[14:47:16] *** njbartlett has quit IRC
[14:48:46] *** acuster has joined #eclipse
[14:49:50] *** AhtiK has quit IRC
[14:50:47] *** FauxFaux has quit IRC
[14:54:22] *** SatManUK has joined #eclipse
[14:54:39] <yann||work> deSilva: thx, works much better now :)
[14:55:21] <philk__> how are bundle resources loaded? First from the bundle and then from the fragment?
[14:57:04] <yann||work> curiously, when eclipse restarts itself after plugin install, the GDK_NATIVE_WINDOWS seems to be ignored
[14:58:07] *** d_a_carver has joined #eclipse
[14:58:36] *** winkie has joined #eclipse
[14:59:37] *** acuster has quit IRC
[15:00:18] <rcjsuen> yann||work: That is in line with other people have claimedi n the past.
[15:02:39] *** FauxFaux has joined #eclipse
[15:02:51] *** dbrock` has joined #eclipse
[15:03:07] <dbrock`> I'm looking for a key to go to the next error
[15:03:16] <dbrock`> I've found Ctrl+., but that only works in a single file
[15:12:49] <paulweb515> dbrock`: I think there is one for search, but not for the Problems view
[15:15:38] *** d_a_carver has quit IRC
[15:15:38] *** winkie has quit IRC
[15:15:38] *** laknath_ has quit IRC
[15:15:38] *** tylermacnet has quit IRC
[15:15:38] *** opossum_oisif has quit IRC
[15:15:38] *** rcjsuen has quit IRC
[15:15:38] *** hdave has quit IRC
[15:15:40] *** Echidna has quit IRC
[15:15:40] *** kartben has quit IRC
[15:15:40] *** macieks_ has quit IRC
[15:15:40] *** nitind has quit IRC
[15:15:40] *** haptiK has quit IRC
[15:15:41] *** Arbalest has quit IRC
[15:17:25] *** user01 has joined #eclipse
[15:18:14] *** oisinh has joined #eclipse
[15:20:10] *** ivan has joined #eclipse
[15:20:13] *** nitind has joined #eclipse
[15:20:20] *** Echidna has joined #eclipse
[15:20:20] *** haptiK has joined #eclipse
[15:20:32] *** winkie has joined #eclipse
[15:20:32] *** laknath_ has joined #eclipse
[15:20:32] *** macieks has joined #eclipse
[15:20:35] *** d_a_carver has joined #eclipse
[15:20:41] *** rcjsuen has joined #eclipse
[15:20:50] *** opossum_oisif has joined #eclipse
[15:21:17] *** hdave has joined #eclipse
[15:22:37] *** amnesic has joined #eclipse
[15:24:51] <dbrock`> paulweb515: that's really strange
[15:25:45] *** tylermac has joined #eclipse
[15:28:25] *** punknroll_ has quit IRC
[15:30:54] *** kartben has joined #eclipse
[15:32:20] *** Bass10 has joined #eclipse
[15:34:26] <philk__> rcjsuen: whats wrong with this bundle? http://screencast.com/t/YmZiMGVhZmU
[15:34:36] <philk__> how are bundle resources loaded? First from the bundle and then from the fragment?
[15:35:06] <rcjsuen> I'm not familiar with that aspect of OSGi/Equinox.
[15:35:26] <philk__> the bundle screenshot was unrelated to OSGi
[15:35:50] <philk__> the screen shows the jna bundle from SVNKit that does not seem to export its classes correctly
[15:35:56] <yann||work> is it normal to get "no repository found at http://download.eclipse.org/eclipse/updates/3.5" ?
[15:36:04] *** njbartlett has joined #eclipse
[15:37:09] <philk__> njbartlett: how are bundle resources loaded? First from the bundle and then from the fragment? If i have the same file in the bundle and the fragment it seems the bundle still wins and the fragment is never able to supply its file.
[15:37:48] <njbartlett> philk__: Yeah that's right. Fragments are only allowed to add to the content of a bundle, not subtract or replace
[15:39:30] <philk__> njbartlett: so if I have a ResourceBundle.getBundle() call that I want to supply an alternative translation via fragment, then I am out of luck?
[15:40:04] <njbartlett> philk__: No... an alternative translation would be a different filename
[15:40:17] <njbartlett> philk__: messages_de.properties rather than messages.properties
[15:41:30] <philk__> njbartlett: the problem here is, that I already have the messages_de.properties file but have an alternative messages_de.properties file in the fragment
[15:41:41] *** StefanK has quit IRC
[15:41:55] <njbartlett> philk__:  Then you're out of luck, sorry!
[15:42:05] <philk__> njbartlett: pity
[15:42:05] <rcjsuen> philk__: As to your other problem, doubt anyone can say without seeing stuff like the manifest or build.properties file.
[15:43:33] <philk__> rcjsuen: sure, here is the manifest file http://pastebin.com/m30f2ec46
[15:48:51] *** Shaba1 has joined #eclipse
[15:48:56] <Shaba1> hello all
[15:51:34] <glima> hi
[15:51:40] <rcjsuen> philk__: Did you build that yourself
[15:52:09] <glima> does anyone know which method, be it from a wizard page or from its container or whatever, is called when one clicks the "next" button?
[15:52:14] *** macieks_ has joined #eclipse
[15:52:55] <paulweb515> glima: huh?
[15:53:02] <rcjsuen> glima: the cleverly named 'nextPressed' in WizardDialog?
[15:53:31] <glima> rcjsuen: mm, let me check :)
[15:53:50] <paulweb515> and org.eclipse.jface.wizard.IWizardPage has methods like canFlipToNextPage() and getNextPage() ...
[15:54:39] <glima> paulweb515: i knew it, but it seems they're not called exactly in that context i cited
[15:56:03] *** satya has joined #eclipse
[15:56:49] <satya> Any profiler to lunch from eclipse ?????????
[15:56:49] <philk__> rcjsuen: no, it comes with subclipse
[15:56:57] *** macieks has quit IRC
[15:57:01] *** njbartlett has quit IRC
[15:57:20] <paulweb515> satya: ~tptp
[15:57:26] <paulweb515> ~TPTP
[15:57:43] <rcjsuen> I'm wondering if their build.properties didn't really line up properly. Well, the MANIFEST looks okay anyway.
[15:57:43] <rcjsuen> Or maybe it needs a ., but probably not.
[15:57:48] <paulweb515> satya: http://www.eclipse.org/tptp
[15:58:24] <satya> thanks
[16:00:29] *** satya has quit IRC
[16:02:05] *** tylermac has left #eclipse
[16:03:24] *** rgrunber has joined #eclipse
[16:04:45] <volodya> supposed I'm getting ClassNotFoundException while my plugin tries to deserialize something -- and the not found class is definitely there, and instances thereof are later created and serialized just fine.
[16:04:47] <volodya> Where do I start looking?
[16:04:48] *** krbarnes has joined #eclipse
[16:05:07] <volodya> Can eclipse be told to report classpath it uses when loading things for a specific bundle?
[16:05:25] <paulweb515> volodya: the class is in your plugin?  Or the class is in a contributed plugin?
[16:06:01] <paulweb515> volodya: did your bundle write out the serialization?
[16:06:23] <volodya> bjam install 2>&1 | less
[16:06:31] <volodya> sorry, wrong window
[16:07:19] <volodya> paulweb515: the class is in a separate jar relatively to the one that tries deserialization
[16:07:34] <paulweb515> volodya: so how can your plugin see it?
[16:07:51] <volodya> err, nope.
[16:08:06] <volodya> what happens is:
[16:08:32] <volodya> plugin A has class Property and a couple of methods to save and restore something involving Property to a string
[16:08:46] <volodya> plugin B has two helper methods to serialize anything into and from string
[16:08:55] <volodya> and A depends on B.
[16:09:09] <volodya> serializing works fine
[16:09:17] <volodya> deserializing gives error
[16:10:49] <paulweb515> volodya: that's because B cannot see classes from A
[16:11:34] <volodya> paulweb515: I kinda expected this to be not the case
[16:12:03] <paulweb515> welcome to properly separated modules :-)
[16:12:19] * volodya jumps with joy
[16:12:31] <volodya> any solution except for doing deserialization in plugin A?
[16:13:21] <rcjsuen> buddy classloading would do I believe
[16:14:01] <paulweb515> rcjsuen: apparently there's a potential deadlock problem with that (I love a good "it'll only run in dev mode" story :-)
[16:14:05] *** orospakr has joined #eclipse
[16:14:25] <rcjsuen> deadlock as in like a thread deadlock or what
[16:14:29] <paulweb515> volodya: there is no good way to use ObjectInputStream/ObjectOutputStream by themselves in this way, if that's what you are asking
[16:14:33] <rcjsuen> We use buddy classloading in ECF it's been ok I believe.
[16:14:37] <paulweb515> rcjsuen: yeah, classloader deadlocks
[16:14:54] *** Trulli has joined #eclipse
[16:15:05] <orospakr> Hello!  It seems to me that the index for C++ (CDT, of course) and Java projects easily contains all the information necessary to draw an inheritance graph of your project.  Is there any code out there to do this?
[16:15:26] <volodya> paulweb515: oh. Seems like I better of creating ObjectInputStream inside A.
[16:15:48] <volodya> paulweb515: is serialization (as opposed to deserialization) supposed to be OK, or there are hidden dangers as well?
[16:16:20] <philk__> how can I make Eclipse switch back from Debug Perspective once the app is terminated?
[16:17:04] <rcjsuen> Many have asked for that feature, there's probably a request in bugzilla.
[16:17:38] <philk__> rcjsuen: yea, I am missing that... shouldnt be that hard... I mean its asking me if I want to switch into debug perspective, why not back?
[16:17:53] <orospakr> rcjsuen, is that answer for me? ;)
[16:17:54] <Trulli> Hi, I downloaded the Eclipse CDT-package and now I try to run a simple "Hello World". Unfortunally, when compiling it says "../main.cpp:1:20: warning: iostream: No such file or directory". (so cannot find iostream....). When I go to the debug folder and execute "make" manually, everything works fine (using debian). Anything I have to setup to fix this?
[16:17:57] <paulweb515> volodya: serialization works because the Object already knows its class
[16:18:03] <rcjsuen> orospakr: no that was for philk__
[16:18:09] *** scorphus has joined #eclipse
[16:18:11] <orospakr> ah, okay
[16:18:15] <paulweb515> volodya: there's no way for multi-bundle generic deserialization to work with ObjectInputStream
[16:18:30] *** ekiczek has joined #eclipse
[16:18:40] <rcjsuen> if you want an inheritance graph of your whole project probably some UML-ish modeling plug-in would satisfy that requirement i guess
[16:18:53] *** EtnaRosso has joined #eclipse
[16:19:03] <orospakr> rcjsuen, I'll look around. thanks
[16:19:06] <orospakr> .
[16:19:15] <EtnaRosso> hi I have eclipse 3.5.1 in karmik koala
[16:19:41] <EtnaRosso> but I do not understand how to install the subversive svn plugin
[16:19:48] <EtnaRosso> may someone help me?
[16:20:00] <rcjsuen> They have installation instructions on their website last I checked.
[16:20:05] <rcjsuen> Unless you mean those are incomplete.
[16:21:20] <volodya> paulweb515: ok, thanks. just one more question then -- what is the mechanism (e.g. api calls) that Eclipse use to set different classloaders for bundles. And, am I right that if I put N jar files inside the same plugin, such problem will not happen?
[16:21:40] <volodya> I.e. are classloaders indeed per-plugin, nor per-jar-file?
[16:22:10] <EtnaRosso> rcjsuen the plugin managing and installation interface changed
[16:22:31] <EtnaRosso> so probably I can't understand how to install a plugin in general
[16:23:39] *** oisinh has quit IRC
[16:24:48] <rcjsuen> just use install new software and throw in the URLs
[16:26:35] <EtnaRosso> rcjusen I did
[16:27:05] <EtnaRosso> I put in "Work with" the uri of the subversive update site
[16:27:10] <EtnaRosso> but nothing happens
[16:27:43] <EtnaRosso> may be related by a problem of eclipse with karmik koala windows
[16:27:52] <d_a_carver> EtnaRosso: try unchecking the Group related categories.
[16:28:28] <d_a_carver> EtnaRosso: https://bugs.eclipse.org/bugs/show_bug.cgi?id=291257
[16:30:39] *** kartben has quit IRC
[16:31:45] *** ronghail_ has quit IRC
[16:31:45] *** jink has quit IRC
[16:31:45] *** loesh has quit IRC
[16:31:48] *** pucko has quit IRC
[16:31:48] *** odin_ has quit IRC
[16:31:48] *** Druid has quit IRC
[16:31:48] *** felipe` has quit IRC
[16:31:48] *** user01 has quit IRC
[16:31:50] *** tphgangster has quit IRC
[16:31:50] *** Tesseraction has quit IRC
[16:31:50] *** deSilva has quit IRC
[16:31:50] *** bushwakko has quit IRC
[16:31:50] *** danlucraft has quit IRC
[16:31:50] *** Verkel_ has quit IRC
[16:31:50] *** Pikachu_2014 has quit IRC
[16:31:51] *** jarlen has quit IRC
[16:31:51] *** mcbulba has quit IRC
[16:31:51] *** Aleph_One has quit IRC
[16:31:51] *** onre has quit IRC
[16:31:51] *** ycy has quit IRC
[16:31:51] *** AbortRetryFail has quit IRC
[16:31:52] *** Helheim has quit IRC
[16:31:52] *** Nurbs has quit IRC
[16:31:52] *** ReneP has quit IRC
[16:31:52] *** samg_ has quit IRC
[16:31:53] *** maxb has quit IRC
[16:31:53] *** tokam-|-away has quit IRC
[16:31:54] *** crib has quit IRC
[16:31:54] *** jonkri has quit IRC
[16:31:54] *** peper has quit IRC
[16:31:56] *** EtnaRosso has quit IRC
[16:31:56] *** scorphus has quit IRC
[16:31:56] *** rgrunber has quit IRC
[16:31:56] *** sama has quit IRC
[16:31:56] *** philk__ has quit IRC
[16:31:56] *** buggs has quit IRC
[16:31:56] *** jham has quit IRC
[16:31:58] *** b0c1 has quit IRC
[16:31:58] *** macieks_ has quit IRC
[16:31:58] *** d_a_carver has quit IRC
[16:31:58] *** rcjsuen has quit IRC
[16:31:58] *** laknath_ has quit IRC
[16:32:00] *** magnet has quit IRC
[16:32:00] *** Shown has quit IRC
[16:32:01] *** glima has quit IRC
[16:35:14] *** echelog has joined #eclipse
[16:37:07] *** psypointer has joined #eclipse
[16:37:11] *** reisi has joined #eclipse
[16:37:32] <EtnaRosso> d_a_carver, rcjsuen
[16:37:40] *** alankila has joined #eclipse
[16:37:45] <EtnaRosso> I don't know why, but now it is working
[16:37:47] <EtnaRosso> thank you
[16:39:57] *** omry|work has quit IRC
[16:40:33] *** omry|work has joined #eclipse
[16:41:15] *** Fragarach87 has joined #eclipse
[16:42:07] *** spawnyd has joined #eclipse
[16:43:40] *** BearPerson has joined #eclipse
[16:44:10] *** Trulli has quit IRC
[16:44:40] <paulweb515> volodya: right
[16:44:59] <paulweb515> volodya: think of it as a classloader per bundle
[16:45:58] <paulweb515> volodya: the mechanisms eclipse uses are either OSGi (find the Bundle object and call loadClass(*)) or extension points/extensions (where you can instantiate an instance from a providing bundle)
[16:47:56] *** tangent3 has joined #eclipse
[16:47:58] <volodya> paulweb515: thanks
[16:48:08] * volodya goes to move classes around
[16:53:48] *** Shaba1 has quit IRC
[16:57:42] *** njbartlett has joined #eclipse
[16:58:55] *** kottlett has quit IRC
[16:59:02] *** opossum_oisif has quit IRC
[17:00:34] *** bushwakko has quit IRC
[17:02:18] *** kartben1 has joined #eclipse
[17:03:23] *** kartben has quit IRC
[17:06:05] *** SpektoM has joined #eclipse
[17:07:56] *** ReneP has quit IRC
[17:08:02] *** sama has quit IRC
[17:16:49] <njbartlett> Lazy question... how do I programmatically open a resource's Properties dialog and filter it to one specific page?
[17:17:09] *** ReneP has joined #eclipse
[17:17:13] *** kartben1 has quit IRC
[17:19:10] *** werdan7 has joined #eclipse
[17:21:21] <rcjsuen> njbartlett: we have a PreferenceUtil class (or something named like that)
[17:21:26] <rcjsuen> you can open it on an iadaptable i believe
[17:21:33] <rcjsuen> and pass in String[] for filtering i think
[17:22:09] <njbartlett> rcjsuen: Excellent thanks.
[17:25:29] <philk__> Whats the recommended way to read preferences using the default Eclipse contexts of default, instance preferences?
[17:25:52] <philk__> instantiate an InstanceScope()? or using the preferences service?
[17:25:52] <njbartlett> rcjsuen: Hmm now, how to open that on a ClasspathContainer... :-)
[17:26:10] *** njbartlett has quit IRC
[17:27:37] *** njbartlett has joined #eclipse
[17:28:13] *** EtnaRosso has quit IRC
[17:28:22] *** Forexs has quit IRC
[17:28:59] <rcjsuen> njbartlett: probably get the IPackageFragmentRoot I guess
[17:29:02] *** njbartlett has quit IRC
[17:30:08] <rcjsuen> orospakr: If you're doing Java you can select a project and hit F4. Dunno about CDT though. It's just a tree though.
[17:38:19] *** Fragarach87 has quit IRC
[17:54:25] *** Resistance4 has joined #eclipse
[17:54:27] *** Resistance4 is now known as Resistance
[17:56:25] *** pschriner has joined #eclipse
[17:57:11] *** sphenxes01 has quit IRC
[17:57:35] *** Powerplay has joined #eclipse
[17:59:12] *** juanez has joined #eclipse
[17:59:58] *** amitev has quit IRC
[18:04:04] *** rhk has joined #eclipse
[18:10:34] *** winkie has quit IRC
[18:10:39] *** yann||work has quit IRC
[18:12:55] *** dpy has quit IRC
[18:14:23] <glima> rcjsuen: i was out of office, but still in doubt now
[18:15:11] <glima> what i needed is to, when changing from one page to another in a wizard, to set a combo button's grayed state on the second based on info filled on the first
[18:15:56] *** SzymonB has quit IRC
[18:16:02] *** z4z4 has quit IRC
[18:16:18] <glima> functions on the page itself, like getNextPage and the like, seem to be called during the whole wizard pape population
[18:16:31] <glima> and not exactly during the page transitions
[18:17:21] <rcjsuen> They're not, no. I merely answered your original question of 'nextPressed'.
[18:18:09] *** SpektoM has quit IRC
[18:18:12] <glima> rcjsuen: yeah, but specializing a wizarddialog and overriding that method seems overwhelming to me
[18:18:19] <rcjsuen> Correct.
[18:19:03] <glima> i'll keep looking for a simpler way for a time
[18:19:13] <glima> thanks for that tip, anyway :)
[18:19:15] <rcjsuen> You can attach a page change listener to your dialog if you wish.
[18:19:15] *** TomTom has joined #eclipse
[18:19:26] <glima> rcjsuen: mmm
[18:19:27] <rcjsuen> or override setVisible
[18:19:41] <glima> rcjsuen: page change == page switching, then
[18:19:41] <rcjsuen> or you can just tie the two pages together
[18:19:45] <glima> awesome
[18:20:07] <glima> i passed my eyes over that thinking of page input fields changes
[18:20:12] *** kensanata has quit IRC
[18:21:42] <rcjsuen> well, page input fields changing would only make sense if you could somehow attach every modifiable widget to the dialog
[18:21:55] *** leitaox has joined #eclipse
[18:26:12] *** ary_manzana has joined #eclipse
[18:28:22] <glima> yeah, my bad
[18:33:16] *** mbana has quit IRC
[18:40:38] *** deSilva has quit IRC
[18:42:43] <philk__> is there a way to prohibit my colleagues from using System.out.* ?
[18:44:22] *** Kudd_ has quit IRC
[18:52:55] <rcjsuen> Don't think so, unless you have a type filter on System
[18:52:59] <rcjsuen> but then that'd block out System completely
[18:53:03] <rcjsuen> or maybe you could block out PrintStream
[19:00:27] *** EricInBNE has quit IRC
[19:01:08] <philk__> maybe a custom builder that makes markers whenever System.out is used...
[19:03:15] *** ary_manzana has quit IRC
[19:03:35] *** ary_manzana has joined #eclipse
[19:11:18] *** njbartlett has joined #eclipse
[19:15:40] *** magnet has quit IRC
[19:17:01] *** ary_manzana has quit IRC
[19:19:25] *** tolland has quit IRC
[19:22:57] *** hounddog has joined #eclipse
[19:23:44] <hounddog> hi, i have a small issue... i have a somplete project but just wanted to checkout only 1 folder inside that project with subclipse... does anyone know if this is possible?
[19:23:57] <hounddog> i mean subclipse allways wants to create a complete project
[19:28:30] *** Bisu[Shield] has joined #eclipse
[19:28:46] *** evil_gordita has joined #eclipse
[19:33:48] *** veyres has joined #eclipse
[19:37:37] *** laknath__ has joined #eclipse
[19:38:04] *** danlucraft has quit IRC
[19:41:59] *** magnet has joined #eclipse
[19:51:57] *** philk_ has joined #eclipse
[20:00:19] *** philk__ has quit IRC
[20:03:03] *** nks has quit IRC
[20:03:47] *** nks has joined #eclipse
[20:05:52] *** Irakirashia has quit IRC
[20:07:29] *** samg_ has quit IRC
[20:07:40] *** samg__ has joined #eclipse
[20:07:42] *** alibaba_ has joined #eclipse
[20:11:12] *** Resistance has quit IRC
[20:11:18] *** Resistance8 has joined #eclipse
[20:25:58] *** deSilva has joined #eclipse
[20:31:10] *** krbarnes has quit IRC
[20:32:27] *** krbarnes has joined #eclipse
[20:32:39] <philk_> when I have an OSGi service in the system that provides the content for a tableviewer, should I build up the relationshop from the side of the viewer or the service? Should the service declare which viewer it wants to provide items for, or should the viewer describe which services it consumes?
[20:33:52] *** LongBeach has joined #eclipse
[20:35:16] <paulweb515> philk_: I can see the viewer asking for its data source to consume
[20:37:01] *** leitaox has quit IRC
[20:39:57] *** hounddog has left #eclipse
[20:41:59] *** Resistance8 has quit IRC
[20:46:32] *** mertimor has joined #eclipse
[20:56:04] *** alibaba_ has quit IRC
[21:12:36] *** armence has joined #eclipse
[21:25:21] *** Powerplay has quit IRC
[21:27:12] *** discozohan has joined #eclipse
[21:33:18] *** svb has joined #eclipse
[21:39:38] *** pschriner has quit IRC
[21:51:14] *** Pikachu_2015 has quit IRC
[21:57:41] *** ary_manzana has joined #eclipse
[21:58:46] *** blue_asterisk has joined #eclipse
[22:00:02] *** Ramosa has joined #eclipse
[22:03:27] *** Powerplay has joined #eclipse
[22:07:55] *** parasol has joined #eclipse
[22:09:47] *** ary_manzana has quit IRC
[22:13:33] *** d_a_carver has quit IRC
[22:16:02] *** slide has joined #Eclipse
[22:16:56] <slide> Ive installed eclipse via ubuntu ppa and when trying to setup android env i get a missing dependency, org.eclipse.wst.xml.core
[22:17:01] <slide> is there anyway to add that now
[22:17:01] <slide> ?
[22:21:37] <rcjsuen> presumably by a) using one of the builds that has the xml editor alrdy from eclipse.org or b) installing the xml tooling on your existing setup
[22:21:57] <slide> how can i install the xml tooling?
[22:22:45] <rcjsuen> using the galileo site similar to how you tried to install the Adnroid tooling
[22:24:24] <slide> so add, http://download.eclipse.org/releases/galileo/ ?
[22:25:26] <slide> hrm that didnt work heh
[22:33:22] *** slide has left #Eclipse
[22:34:17] *** blue_asterisk_ has joined #eclipse
[22:36:11] *** danlucraft has joined #eclipse
[22:38:35] *** rcjsuen has quit IRC
[22:42:19] *** supergreg has joined #eclipse
[22:44:39] <supergreg> are there any known issues with PDT 2.2/ DLTK 2 when running on JRE 17?
[22:47:07] *** parasol has quit IRC
[22:47:44] <njbartlett> supergreg: JRE 17?? ;-)
[22:48:05] <supergreg> jre6 u17
[22:48:14] <njbartlett> Oh, makes more sense
[22:48:36] <deSilva> yes. next question
[22:51:03] *** glima is now known as glima[AWAY]
[22:51:13] *** blue_asterisk has quit IRC
[22:51:13] *** blue_asterisk_ is now known as blue_asterisk
[22:52:29] <supergreg> ok, I tried the jre from jdk1.6.0_16 now and get the same error. I just formatted my machine and tried to replicate the same setup I used last week, however now I get this whenever I open a php file: http://pastie.org/717562
[22:54:36] <rhk> supergreg: I had an issue earlier this week with jre6u17, and had to downgrade.
[22:54:49] <rhk> it wasn't with PDT
[22:57:35] <njbartlett> supergreg: Looks like a version mismatch between PDT and DLTK, nothing to do with JRE version
[22:58:59] <supergreg> ok. I followed this http://wiki.eclipse.org/PDT/Installation#Eclipse_3.5_.2F_Galileo_.2F_PDT_2.2 which I also followed last week. It worked fine then, maybe one of those sites were updated in the meantime?
[23:00:40] <rhk> does anyone know how to get CDT to build more than one configuration at a time? I don't want to have to switch the active configuration every time I want to do a build
[23:06:46] *** rcjsuen has joined #eclipse
[23:07:05] *** mattt_ has joined #eclipse
[23:07:48] <mattt_> I've been having network issues with both Subversive and Subclipse.. is there some way to reset all network properties in eclipse?
[23:08:28] <mattt_> I can access my repository using svn in a terminal, but I get connection refused using subclipse
[23:17:01] *** krbarnes has quit IRC
[23:26:08] *** glima[AWAY] is now known as glima
[23:27:09] *** Ramosa has quit IRC
[23:28:04] *** d_a_carver has joined #eclipse
[23:28:27] <d_a_carver> paulweb515: ping
[23:31:43] *** laknath__ has quit IRC
[23:31:43] *** laknath_ has quit IRC
[23:32:10] <rcjsuen> d_a_carver: he's not at work that's for sure
[23:32:15] <rcjsuen> unless he went back in after i left ;)
[23:32:49] <rcjsuen> His alter ego paulweb515_ may be around later.
[23:32:59] <d_a_carver> rcjsuen: you would probably know the answer to my question.
[23:33:09] <rcjsuen> I wouldn't count on it.
[23:33:14] <d_a_carver> rcjsuen: do you guys have examples of unit tests for Handlers?
[23:33:22] <d_a_carver> from the command framework.
[23:33:32] <rcjsuen> I've tried writing some before, depends what you're trying to do
[23:34:05] <rcjsuen> you could just use the handler service to invoke a handler
[23:34:06] <d_a_carver> rcjsuen: testing the functionality of the handler...i.e. that it does it.  Guess it'll be more of a functional test instead of a true unit test.
[23:34:10] <rcjsuen> but i presume you have something more complicated than that
[23:34:43] <d_a_carver> nah...just want to test it in isolation..i.e. enabling, disabling, etc.
[23:36:12] <rcjsuen> that's a different can o worms
[23:36:51] *** dohq has quit IRC
[23:37:41] <d_a_carver> rcjsuen: ideally I'd probably just need to create a mock for the Classes that are sent into the Handler.
[23:38:03] <supergreg> njbartlett: Thanks. I tried to roll back to jre6u16 which as you suspected did not help. I noticed that I can open the .php files that PDT auto adds in the subfolder "PHP Language Library" when you add PHP support to a project, though. So it's only my own php files which result in the error "Unable to create editor ID org.eclipse.php.editor: Editor could not be initialized."
[23:38:05] <d_a_carver> rcjsuen: or test it with SWTBot but that just seems like a kludge.
[23:38:08] <rcjsuen> You're trying to control the providede ExecutionEvent?
[23:38:28] <d_a_carver> rcjsuen: yes..as that contains the meat for the handlers
[23:39:27] <rcjsuen> i'm pretty sure there are methods to invoke where you pass in your own EE
[23:40:43] <d_a_carver> we did a bunch of moving in VEX from Action Contributions to Handlers and need to create tests for that.
[23:41:26] *** rgrunber has quit IRC
[23:53:59] *** discozohan has quit IRC
[23:58:13] *** glima is now known as glima[AWAY]

top