[00:00:23] *** AndroidLoverInSF has quit IRC [00:03:11] *** LeelooMinai has quit IRC [00:05:45] *** LeelooMinai has joined #eclipse [00:12:49] *** sudosu has quit IRC [00:12:58] *** sudosu has joined #eclipse [00:15:23] *** AndroidLoverInSF has joined #eclipse [00:18:54] *** sudosu has quit IRC [00:19:49] *** kkb110 has quit IRC [00:23:39] *** dareno has joined #eclipse [00:27:25] *** odin_ has quit IRC [00:29:47] *** dareno is now known as dcreno [00:30:07] *** dcreno has left #eclipse [00:35:47] *** ferretwitaspork has joined #eclipse [00:41:15] *** SageSteve1 has joined #eclipse [00:41:32] *** klaas_ has joined #eclipse [00:42:24] *** _eddyarif has joined #eclipse [00:44:30] *** TheLaw_ has joined #eclipse [00:45:07] *** dmb_ has joined #eclipse [00:45:07] *** eddyarif has quit IRC [00:45:07] *** SageSteve has quit IRC [00:45:09] *** ZeuPiark has quit IRC [00:45:09] *** Zenopus has quit IRC [00:45:10] *** klaas has quit IRC [00:45:10] *** TheLaw has quit IRC [00:45:10] *** dmb has quit IRC [00:45:10] *** Zenopus has joined #eclipse [00:45:11] *** larsemil has quit IRC [00:45:27] *** larsemil has joined #eclipse [00:45:38] *** dcr has joined #eclipse [00:45:58] *** ZeuPiark has joined #eclipse [00:47:54] *** odin_ has joined #eclipse [00:53:27] *** odin_ has quit IRC [00:53:28] *** infogulch has quit IRC [00:54:22] *** klaas_ is now known as klaas [01:02:21] *** rrodriguez has quit IRC [01:07:10] *** kylei has quit IRC [01:07:23] *** kylei has joined #eclipse [01:08:57] *** ddk_ has quit IRC [01:16:12] *** vadi2 has joined #eclipse [01:16:27] <vadi2> Is it possible to view all methods implemented by an object in eclipse debug view? [01:20:39] *** odin__ has joined #eclipse [01:20:47] *** ddk_ has joined #eclipse [01:22:38] <rcjsuen> don't think so, don't thijnk that's what the views are for [01:23:03] *** dcr has quit IRC [01:23:13] *** dcr has joined #eclipse [01:23:29] *** tewecske has quit IRC [01:24:40] <vadi2> Hm... I need to confirm that a certain object has a certain method implmeneted. [01:25:48] *** kkb110 has joined #eclipse [01:43:09] *** MrBig has quit IRC [01:45:33] *** MrBig has joined #eclipse [02:00:04] *** SageSteve1 has quit IRC [02:12:06] *** wren has joined #eclipse [02:15:57] <paulweb515_> vadi2: the type will tell you that. Doesn't it open the class file when you stop in a method ? [02:16:46] <vadi2> It's sort of a JNI-made dynamically made one. I don't think so [02:17:36] <vadi2> Crashing my DVM with java.lang.NullPointerException: null result when primitive expected at $Proxy2.hashCode(Native Method) [02:17:37] *** zulax has quit IRC [02:18:11] <paulweb515_> vadi2: it's saying your object instance doesn't implement hashCode()? [02:18:45] <vadi2> Or maybe the hashCode returns nothing instead of the hash. I wanted to confirm the missing hashCode theory first, just in case [02:21:24] <paulweb515_> vadi2: you're right, it does sound like it simply returned null (when it must return int) [02:21:43] <paulweb515_> unless that's a function of the proxy, to return null if a method can't be found? [02:24:05] <vadi2> That's something I'm not certain about. [02:28:09] <vadi2> Is it possible to override a method of an instantiated object? [02:28:16] *** VagaStorm has joined #eclipse [02:49:11] <paulweb515_> vadi2: no [02:50:03] <paulweb515_> vadi2: how could you in java? The JVM has that information [02:51:44] <vadi2> alright [03:14:36] <vadi2> Worked it out either way on my JNI side [03:14:48] <vadi2> Eclipse makes me think my screen is too small. [03:15:09] *** AndroidLoverInSF has quit IRC [03:16:13] *** vadi2 has left #eclipse [03:21:59] *** Pasqualle has quit IRC [03:22:03] *** VagaStorm has quit IRC [03:37:33] *** AndroidLoverInSF has joined #eclipse [03:40:18] *** deSilva has joined #eclipse [03:50:45] *** dirk_77_ has joined #eclipse [03:53:26] *** dcr has quit IRC [03:53:54] *** kkb110 has quit IRC [04:04:53] *** scorphus has quit IRC [04:06:35] *** rcjsuen has quit IRC [04:25:51] *** buribux has quit IRC [04:29:29] *** dirk_77_ has quit IRC [04:30:53] *** arietis has quit IRC [04:32:31] *** MrBig has quit IRC [04:37:47] *** arietis has joined #eclipse [04:42:44] *** kaen has joined #eclipse [04:43:40] <kaen> so I have this project I've been working on in eclipse for about two weeks, and after upgrading my OS it suddenly wouldn't build [04:44:03] <kaen> it was giving me lots of false 'invalid argument' errors which didn't occur the day before [04:44:09] *** phantomfake has quit IRC [04:44:20] <kaen> and the signatures of the functions had all size_t parameters replaced with '?' [04:44:53] <kaen> and I spent about two hours wtf'ing super hard about the whole situation, asked #gcc ##c++ and #ubuntu what could be causing it [04:44:58] <kaen> none of them had a clue [04:45:12] <kaen> so I tried importing the projects into C::B [04:45:18] <kaen> and it built without even a warning [04:45:30] <kaen> tl;dr: eclipse-cdt sucks a dick and you should never use it [04:45:32] <kaen> peace [04:45:34] *** kaen has left #eclipse [04:46:01] *** phantomfake has joined #eclipse [04:54:33] *** deSilva has quit IRC [04:55:37] *** kkb110 has joined #eclipse [05:22:09] *** auxy_phone has joined #eclipse [05:22:49] *** auxy_phone has left #eclipse [05:36:34] *** Chotaz has joined #eclipse [05:37:00] <Chotaz> NNeed helping getting svn to work with svn on eclipse in linux [05:37:13] <Chotaz> It always fails loading javahl [05:37:18] <Chotaz> when i start up linux [05:37:24] <Chotaz> but i already isntall libsvn-java [05:45:21] *** teefal has joined #eclipse [05:47:14] *** tee-fal has joined #eclipse [05:47:14] *** teefal has quit IRC [05:47:20] *** tee-fal has quit IRC [05:57:52] *** Beetle has joined #eclipse [05:58:15] *** Beetle has left #eclipse [06:12:03] *** ron has joined #eclipse [06:33:06] *** AndroidLoverInSF has quit IRC [06:54:36] *** chrisbdaemon has joined #eclipse [06:56:02] <chrisbdaemon> hey, i'm trying to figure out how to use the autotool stuff inside of eclipse for a C project, stuff like autoconf, automake, etc.. never really used them much outside of eclipse either though... is there some documentation somewhere for it? [06:56:21] <chrisbdaemon> to see what, if anything eclipse's magic does for me and what i need to do on my own [06:58:06] *** chronosx has joined #eclipse [07:00:13] <ron> chrisbdaemon: unfortunately, CDT users aren't frequent visitors here, so you'll probably have better luck getting answers in the ~forums [07:00:13] <Arbalest> http://www.eclipse.org/forums/ [07:00:18] *** AndroidLoverInSF has joined #eclipse [07:00:28] <chrisbdaemon> alright, thanks [07:08:11] *** scorphus has joined #eclipse [07:10:52] *** arietis has quit IRC [07:13:56] *** arietis has joined #eclipse [07:20:27] *** BigKing has joined #eclipse [07:21:13] *** phade has joined #eclipse [07:21:19] *** arietis has quit IRC [07:28:49] *** kkb110 has quit IRC [07:33:16] *** BigKing has quit IRC [07:33:53] *** hekmatof has joined #eclipse [07:40:48] *** chronosx has quit IRC [07:41:22] *** AndroidLoverInSF has quit IRC [07:41:39] *** kkb110 has joined #eclipse [07:57:50] *** gilead has quit IRC [07:59:54] *** AndroidLoverInSF has joined #eclipse [08:12:19] *** ron has quit IRC [08:14:29] *** AndroidLoverInSF has quit IRC [08:23:18] *** tewecske has joined #eclipse [08:32:38] *** chrisbdaemon has left #eclipse [08:36:57] *** rrodriguez has joined #eclipse [08:45:11] *** ron has joined #eclipse [08:47:03] *** Niya has left #eclipse [08:55:38] *** fornext has joined #eclipse [09:32:24] *** evil_gordita has quit IRC [09:40:13] *** csaba2 has joined #eclipse [09:42:39] *** csaba has quit IRC [09:42:39] *** csaba2 is now known as csaba [09:52:41] *** sarkis has joined #eclipse [09:59:25] *** sarkis has quit IRC [10:00:27] *** purestrain has joined #eclipse [10:08:27] *** Dessimat0r has quit IRC [10:27:00] *** baedert has joined #eclipse [10:27:50] *** chronosx has joined #eclipse [10:29:29] *** kkb110 has quit IRC [10:30:34] *** chronosx has quit IRC [10:30:54] *** chronosx has joined #eclipse [10:34:12] *** chronosx has quit IRC [10:34:31] *** chronosx has joined #eclipse [10:40:14] *** njbartlett has joined #eclipse [10:41:40] *** kkb110 has joined #eclipse [10:45:50] *** njbartlett has quit IRC [11:15:24] *** Caterpillar has joined #eclipse [11:16:07] *** sudosu has joined #eclipse [11:19:09] *** Dessimat0r has joined #eclipse [11:20:49] *** phade has quit IRC [11:23:09] *** Dessimat0r has quit IRC [11:33:12] *** glcrazy has joined #eclipse [11:39:13] *** SpeedyGhost has joined #eclipse [11:56:05] *** njbartlett has joined #eclipse [11:57:02] *** Pasqualle has joined #eclipse [12:07:56] *** ykm has joined #eclipse [12:11:33] *** anli_ has quit IRC [12:16:38] *** heinz has joined #eclipse [12:18:42] *** buribu has joined #eclipse [12:18:42] *** buribu has joined #eclipse [12:19:37] *** buribux has joined #eclipse [12:19:38] *** buribux has joined #eclipse [12:19:43] *** deSilva has joined #eclipse [12:22:25] *** vwegert has joined #eclipse [12:25:35] *** glcrazy has quit IRC [12:27:19] *** LongBeach has joined #eclipse [12:37:44] *** SpeedyGhost has quit IRC [12:40:48] *** fornext has quit IRC [12:46:10] *** rcjsuen has joined #eclipse [12:47:49] *** buribu has quit IRC [12:47:50] *** buribux has quit IRC [13:01:48] *** baedert has quit IRC [13:17:41] *** janaus has joined #eclipse [13:19:07] <janaus> hi, i cant for the life of me get my rcp commands to fire, all i get is an exception from my handlerService.executeCommand saying the command is not found... can someone point me in the direction of what to look for? [13:20:42] *** robottinosino has joined #eclipse [13:22:24] *** dirk_77_ has joined #eclipse [13:29:12] *** rawbdor has joined #eclipse [13:40:37] *** deSilva has quit IRC [13:41:29] *** jhattara has joined #eclipse [13:41:52] *** robottinosino has quit IRC [13:46:55] <rcjsuen> Perhaps your ids are all off in your plugin.xml file. [13:50:04] *** soee has joined #eclipse [13:51:49] *** dirk_77_ has quit IRC [13:52:02] *** phantomfake has quit IRC [13:53:03] *** fornext has joined #eclipse [13:54:32] *** dirk_77_ has joined #eclipse [13:58:51] *** ykm has left #eclipse [14:07:20] *** janaus has left #eclipse [14:15:28] *** chronosx has quit IRC [14:15:53] *** chronosx has joined #eclipse [14:25:50] *** wren has quit IRC [14:37:21] *** deSilva has joined #eclipse [14:44:49] *** soee has quit IRC [14:47:39] *** hekmatof has quit IRC [14:56:47] *** fornext has quit IRC [14:59:04] *** soee has joined #eclipse [15:04:04] *** krake has joined #eclipse [15:05:35] *** soee has quit IRC [15:16:45] *** rawbdor has quit IRC [15:16:53] *** Wooga has quit IRC [15:21:22] *** arietis has joined #eclipse [15:30:37] *** valtih has joined #eclipse [15:31:38] *** andrey_ has joined #eclipse [15:41:44] *** Chotaz has left #eclipse [15:47:03] *** SageSteve has joined #eclipse [15:49:13] *** ZeuPiark has quit IRC [15:49:36] *** fornext has joined #eclipse [15:55:32] *** ZeuPiark has joined #eclipse [15:55:50] *** Syshak has joined #eclipse [15:56:06] <Syshak> is there any way to improve the reponsiveness of the console output? [15:56:46] <Syshak> there seems to be some latency, or staggering during continuous printing [15:57:03] <Syshak> I'm comparing with qtcreator and the system console [15:57:14] *** ddk_ has quit IRC [15:57:38] *** rawbdor has joined #eclipse [15:59:44] *** dalia has joined #eclipse [16:02:24] <valtih> how can I do a hower info with bold first line, like JDT does? [16:06:08] *** WKNiGHT has joined #eclipse [16:06:39] *** WKNiGHT has left #eclipse [16:10:53] *** a0sle is now known as jebus [16:14:59] *** dalia has quit IRC [16:16:34] *** andrey_ has quit IRC [16:16:52] *** dcr has joined #eclipse [16:19:01] *** jebus is now known as a0sle [16:22:35] *** chronosx has quit IRC [16:22:59] *** chronosx has joined #eclipse [16:23:42] *** cgb_ has joined #eclipse [16:32:20] *** Wooga has joined #eclipse [16:32:42] <Wooga> hello, where can i borrow sources of jface as stand-alone jar/zip/clonable repo ? [16:35:00] *** LordDrako has joined #eclipse [16:35:12] <LordDrako> hello, any CDT guys in here? [16:38:33] <LordDrako> I have multiple gcc versions installed on my linux and I want eclipse to use e.g. g++-4.6.2 instead of just g++ as default... is there a way to do this? [16:40:33] *** mrennie has joined #eclipse [16:46:34] *** chronosx has quit IRC [16:57:34] *** cobexer has joined #eclipse [17:13:34] *** LordDrako has quit IRC [17:13:47] *** krake has quit IRC [17:16:39] *** mrennie has quit IRC [17:23:49] <valtih> Hi, I want to get a comment from a declaration. I need a document for that. I know how to get the document given an editor. But, how do you get given an input only (file or stream)? How JDT does that? [17:25:13] *** storkme has left #eclipse [17:29:18] *** EricInBNE has quit IRC [17:36:15] *** rrodriguez has quit IRC [17:36:50] *** cgb_ has quit IRC [17:45:37] *** rrodriguez has joined #eclipse [17:47:01] *** Verkel has quit IRC [17:49:45] *** Verkel has joined #eclipse [17:52:13] *** eMKay_ has joined #eclipse [17:55:23] *** njbartlett has quit IRC [17:57:14] *** njbartlett has joined #eclipse [17:57:48] *** cgb_ has joined #eclipse [18:07:57] *** cgb_ has quit IRC [18:16:30] *** phade has joined #eclipse [18:18:37] *** sguselnikov has joined #eclipse [18:19:29] *** arietis has quit IRC [18:24:22] *** njbartlett has quit IRC [18:26:02] *** sguselnikov has quit IRC [18:26:35] *** ddk_ has joined #eclipse [18:27:35] *** njbartlett has joined #eclipse [18:28:20] *** njbartlett has quit IRC [18:36:50] *** rawbdor has quit IRC [18:41:02] *** baedert has joined #eclipse [18:44:15] *** arietis has joined #eclipse [18:50:25] *** dwarder has quit IRC [18:50:26] *** dwarder has joined #eclipse [18:51:11] <ZeuPiark> hello [18:58:59] *** dwarder has left #eclipse [19:01:59] <valtih> ok, we do not need the editor. DocumentProvider is created from new EditorInput(file) [19:02:57] *** dcr has quit IRC [19:12:37] *** rrodriguez has quit IRC [19:13:45] *** rrodriguez has joined #eclipse [19:15:11] *** rcjsuen_ has joined #eclipse [19:18:09] *** rcjsuen has quit IRC [19:18:21] *** fornext has quit IRC [19:33:44] *** gilead has joined #eclipse [19:33:49] *** ziga^work has quit IRC [19:40:35] *** ZeuPiark has left #eclipse [19:48:21] *** briandealwis has joined #eclipse [19:50:15] *** heinz has quit IRC [19:52:29] *** dirk_77_ has quit IRC [19:53:21] *** ron has quit IRC [19:53:23] *** sr___ has joined #eclipse [19:54:04] *** krake has joined #eclipse [19:55:14] *** AndroidLoverInSF has joined #eclipse [19:55:40] *** iLBuniLCho has quit IRC [20:02:15] *** VagaStorm has joined #eclipse [20:03:05] *** briandealwis has quit IRC [20:03:14] *** heinz has joined #eclipse [20:05:25] *** dirk_77_ has joined #eclipse [20:07:21] *** dirk_77__ has joined #eclipse [20:10:29] *** phantomfake has joined #eclipse [20:11:08] *** rawbdor has joined #eclipse [20:11:41] *** purestrain has quit IRC [20:11:50] *** dirk_77_ has quit IRC [20:12:09] *** magnet has quit IRC [20:12:31] *** magnet has joined #eclipse [20:13:15] *** sarkis has joined #eclipse [20:17:29] *** dirk_77__ has quit IRC [20:32:23] *** dirk_77__ has joined #eclipse [20:40:03] *** sr___ has quit IRC [20:41:00] *** semeion has quit IRC [20:42:51] *** drindt has joined #eclipse [20:44:32] *** semeion has joined #eclipse [20:46:16] *** jonnyATroot has joined #eclipse [20:50:57] *** drindt has quit IRC [20:53:34] *** jhattara has quit IRC [20:53:57] *** jhattara has joined #eclipse [20:55:43] *** ecfuser66314 has joined #eclipse [20:56:30] *** ecfuser66314 has quit IRC