November 29, 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:00:23] *** slide has joined #Eclipse
[00:23:03] *** Raven65 has quit IRC
[00:25:00] *** rhk has quit IRC
[00:36:31] *** magnet has quit IRC
[00:43:17] *** Sajaki_ has joined #eclipse
[00:43:23] *** diogo_79 has joined #eclipse
[00:43:37] *** Sajaki_ has quit IRC
[00:46:58] <diogo_79> hi guys
[00:47:15] <diogo_79> i have eclipse galileo install with pdt
[00:47:17] *** blue_asterisk has quit IRC
[00:47:33] <diogo_79> but iam receving this error message
[00:47:48] <diogo_79> org.eclipse.php.internal.core.ast.nodes.FunctionName cannot be cast to org.eclipse.php.internal.core.ast.nodes.FunctionInvocation
[00:47:57] <diogo_79> can some one help me?
[00:48:24] <diogo_79> this happens when i pass the cursor in the function php define
[00:49:19] *** Sajaki has quit IRC
[00:49:50] *** tr1gger has joined #eclipse
[00:54:59] *** tom17bombadil has quit IRC
[00:56:34] *** blue_asterisk has joined #eclipse
[00:57:18] *** allisterb__ has quit IRC
[00:59:25] *** allisterb__ has joined #eclipse
[01:01:39] <nitind> diogo_79: Sounds like a bad bug.  You might want to check in #pdt, or open a bug report.
[01:05:21] *** tr1gger_ has quit IRC
[01:20:36] *** EricInBNE has joined #eclipse
[01:21:40] *** Druid has joined #eclipse
[01:25:22] *** allisterb has joined #eclipse
[01:27:40] *** FireFly has quit IRC
[01:28:36] *** allisterb_ has joined #eclipse
[01:30:16] *** elementz has quit IRC
[01:31:32] *** Druide_ has quit IRC
[01:32:39] *** allisterb has quit IRC
[01:33:18] *** allisterb has joined #eclipse
[01:41:51] *** Powerplay has quit IRC
[01:41:56] *** allisterb__ has quit IRC
[01:47:16] *** blue_asterisk has quit IRC
[01:48:18] *** b_52light_ has joined #eclipse
[01:48:20] <b_52light_> hi
[01:48:34] <b_52light_> ppl i'm using a new configurations to run a java program
[01:48:44] <b_52light_> and i want to run it using sudo
[01:48:54] <b_52light_> not with the user i start eclipse with it
[01:48:57] <b_52light_> is it possible
[01:50:01] <rcjsuen> if you use an external tool launch config i guess yes, but that would require some copy/pasting and manually updating it from time to time, almost like as if you were running it from a term in the first place I suppose.
[01:50:59] <b_52light_> rcjsuen, nop i use eclipse one
[01:51:17] <b_52light_> when the debug will run will need to make it run with sudo
[01:51:18] <b_52light_> !?
[01:52:11] <rcjsuen> well yeah, you'd need to update your launch config for that too, or make a diff one i suppose
[01:52:37] <b_52light_> rcjsuen, but where do i have to specify the sudo su -c "user"
[01:54:17] <rcjsuen> When you make your external tool launch config, you'd just tack it on to the beginning.
[01:55:32] <b_52light_> hm
[01:57:09] *** blue_asterisk has joined #eclipse
[01:58:02] *** allisterb_ has quit IRC
[02:01:13] *** Pikachu_2014 has quit IRC
[02:01:27] *** Pikachu_2014 has joined #eclipse
[02:03:21] *** slide has quit IRC
[02:04:23] *** ccrisan has quit IRC
[02:05:34] *** tr1gger_ has joined #eclipse
[02:09:44] *** b_52light_ has left #eclipse
[02:12:13] *** allisterb__ has joined #eclipse
[02:16:10] *** allisterb__ has quit IRC
[02:16:47] *** allisterb__ has joined #eclipse
[02:18:36] *** tr1gger has quit IRC
[02:20:10] *** diogo_79 has left #eclipse
[02:20:59] *** allisterb__ has quit IRC
[02:21:34] *** allisterb_ has joined #eclipse
[02:24:15] *** allisterb has quit IRC
[02:25:12] *** w0lfshad3 has quit IRC
[02:38:47] *** allisterb has joined #eclipse
[02:38:52] *** dabreaka_ has quit IRC
[02:41:36] *** Powerplay has joined #eclipse
[02:42:19] *** allisterb_ has quit IRC
[02:50:37] *** blue_asterisk has quit IRC
[02:56:33] *** bushwakko has quit IRC
[02:57:53] *** deSilva has quit IRC
[03:10:00] *** Leemp has quit IRC
[03:10:36] *** Leemp has joined #eclipse
[03:11:43] *** fsteeg has quit IRC
[03:12:06] *** Leemp has quit IRC
[03:16:41] *** |conan| has joined #eclipse
[03:17:16] *** psst has quit IRC
[03:19:45] *** ExElNeT has quit IRC
[03:23:20] *** peon1 has joined #eclipse
[03:23:53] <peon1> hi, I'm using Eclipse PDT, and the CSS editor is extremely slow
[03:24:02] <peon1> any time I type text there's a delay of 2 seconds
[03:24:17] <rcjsuen> There's a bug in bugzilla about it.
[03:24:21] <peon1> the 2 year old version of eclipse didn't do this
[03:24:22] <peon1> ah
[03:24:33] <peon1> ok i see, so just wait it out eh
[03:25:18] *** bushwakko has joined #eclipse
[03:25:32] *** Leemp has joined #eclipse
[03:26:07] *** Shown has quit IRC
[03:30:32] <rcjsuen> peon1: deltaOperations.add(operation);
[03:30:35] <rcjsuen> whoops
[03:30:41] <rcjsuen> peon1: https://bugs.eclipse.org/bugs/show_bug.cgi?id=158877
[03:32:14] <peon1> thank you rcjsuen :)
[03:34:22] <peon1> i've disabled folding and it seems to work a bit faster, whew
[03:34:23] *** conan has quit IRC
[03:40:32] <rcjsuen> peon1: How big is your document anyway?
[03:49:11] *** psst has joined #eclipse
[03:59:28] *** pnehrer has joined #eclipse
[04:03:10] *** [TomTom] has joined #eclipse
[04:04:28] *** glima is now known as glima[AWAY]
[04:05:07] *** evil_gordita has joined #eclipse
[04:06:19] <nitind> ~158877
[04:06:22] <Arbalest> Bug 158877 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=158877 - WTP Source Editing / wst.css / 1.5 - PC / Windows XP - NEW / major / - Assignee: nsandona - [hotbug] typing is slow in css editor when folding is enabled and properties view is active
[04:07:45] <rcjsuen> nitind: lol why is Arbalest suddenly working again
[04:08:02] <rcjsuen> Just when I was actually going to pretend I would investigate this tomorrow.
[04:08:58] *** fixl has quit IRC
[04:15:54] *** Chris547 has joined #eclipse
[04:19:34] *** TomTom has quit IRC
[04:24:10] *** Powerplay has quit IRC
[04:43:43] *** Druid has quit IRC
[04:44:00] *** Druid has joined #eclipse
[04:46:48] *** mbana has quit IRC
[04:47:40] *** pnehrer has quit IRC
[05:00:27] *** Chris547 has left #eclipse
[05:00:30] *** k_rad has joined #eclipse
[05:01:31] <k_rad> eclipse for transcribing?
[05:03:58] <nitind> k_rad: ???
[05:04:05] <nitind> rcjsuen: Something related to the JRE I was using to run him.
[05:04:35] <rcjsuen> oic, hm
[05:04:35] <k_rad> eclipse for court reporting transcription and realtime
[05:04:40] <rcjsuen> oh well
[05:04:51] <k_rad> which is this?
[05:05:37] <nitind> ~eclipse
[05:05:38] <Arbalest> What is Eclipse? http://www.eclipse.org/home/newcomers.php
[05:08:23] <k_rad> yup. I was wayyy off. cool beans
[05:11:50] *** k_rad has left #eclipse
[05:12:11] *** dohq has joined #eclipse
[05:15:46] *** rcjsuen has quit IRC
[05:25:44] *** peon1 has left #eclipse
[06:50:39] *** laknath__ has joined #eclipse
[06:52:49] *** laknath has quit IRC
[06:56:35] *** werdan7 has joined #eclipse
[06:58:10] *** ChezaWho has quit IRC
[07:04:25] *** sama has joined #eclipse
[07:08:24] *** plediii has quit IRC
[07:26:03] *** sama has quit IRC
[07:28:05] *** plediii has joined #eclipse
[07:39:14] *** Bass10 has quit IRC
[07:59:54] *** plediii_ has joined #eclipse
[08:01:40] *** LongBeach has joined #eclipse
[08:06:11] *** plediii_ has quit IRC
[08:07:24] *** dabreaka_ has joined #eclipse
[08:07:53] *** macieks has joined #eclipse
[08:13:11] *** plediii has quit IRC
[08:22:25] *** macieks_ has quit IRC
[08:24:58] *** rretzbach has quit IRC
[08:30:03] *** nlc has quit IRC
[08:32:21] *** dabreaka_ has quit IRC
[08:34:06] *** philk__ has joined #eclipse
[08:49:13] *** plediii has joined #eclipse
[08:51:43] *** philk_ has quit IRC
[08:55:32] *** danlucraft has joined #eclipse
[08:55:42] *** volodya has joined #eclipse
[09:02:35] *** SpektoM has joined #eclipse
[09:08:37] *** dmiles_afk has quit IRC
[09:08:52] *** dmiles_afk has joined #eclipse
[09:18:58] *** blue_asterisk has joined #eclipse
[09:20:22] *** SpektoM1 has joined #eclipse
[09:36:00] *** dabreaka_ has joined #eclipse
[09:38:28] *** crashR has joined #eclipse
[09:42:01] *** SpektoM has quit IRC
[09:46:43] *** dohq has quit IRC
[09:47:08] *** dohq has joined #eclipse
[09:49:30] *** soul-d has joined #eclipse
[09:50:29] *** volodya has quit IRC
[09:53:21] *** njbartlett has quit IRC
[09:54:20] *** njbartlett has joined #eclipse
[09:56:55] *** dabreaka_ has quit IRC
[10:09:36] *** xig_ has joined #eclipse
[10:10:36] <xig_> eclipse (C/C++) mixes my source files up, when there are multiple files with the same name in a project tree, which is likely to happen when using svn tag or branch
[10:11:11] <xig_> i need a way to tell the indexer, any any other sourcefile-lookup related feature to skip the tags and branches directory
[10:11:43] <xig_> the debugger loads quite randomly the wrong files from arbitrary tags
[10:12:01] <xig_> i get no errors red underlined when two files exist
[10:12:16] <xig_> and i already set trunk/ to the "source location"
[10:12:33] <xig_> i need help. pls. eclipse galileo / C/C++ / linux
[10:16:34] *** Druid has quit IRC
[10:16:44] *** Druid has joined #eclipse
[10:30:21] *** LongBeach has quit IRC
[10:32:36] *** LongBeach has joined #eclipse
[10:32:36] *** tom17bombadil has joined #eclipse
[10:44:52] *** jihedamine has joined #eclipse
[10:44:57] *** jihedamine has quit IRC
[10:45:39] *** jihedamine has joined #eclipse
[10:46:04] *** jihedamine has quit IRC
[10:46:08] *** jihedamine has joined #eclipse
[10:46:42] *** jihedamine has quit IRC
[10:49:02] *** jihedamine has joined #eclipse
[10:49:09] *** jihedamine has quit IRC
[10:49:45] *** jihedamine has joined #eclipse
[10:49:51] *** jihedamine has quit IRC
[10:50:11] *** jihedamine has joined #eclipse
[10:50:17] *** jihedamine has quit IRC
[10:59:03] *** Bisu[Shield] has quit IRC
[10:59:14] *** Bisu[Shield] has joined #eclipse
[11:04:06] *** dabreaka_ has joined #eclipse
[11:17:46] *** rretzbach has joined #eclipse
[11:19:23] <juanez> xig_, maybe not have the entire project tree checked out but rather one tag, or one branch at a time.
[11:19:40] <juanez> xig_, then use 'switch' to go between trunk/tags/branches
[11:21:02] *** |conan| has quit IRC
[11:21:42] *** conan has joined #eclipse
[11:24:37] *** tom17bombadil has quit IRC
[11:28:50] *** Bisu[Shield] has left #eclipse
[11:45:58] *** tphgangster has joined #eclipse
[11:52:38] *** magnet has joined #eclipse
[11:54:19] *** Shown has joined #eclipse
[11:58:01] *** LongBeach has quit IRC
[12:00:44] *** Irakirashia has joined #eclipse
[12:01:51] *** bushwakko has quit IRC
[12:03:29] *** [TomTom] is now known as TomTom
[12:14:54] *** deSilva has joined #eclipse
[12:17:55] *** bushwakko has joined #eclipse
[12:22:40] *** bushwakko has quit IRC
[12:24:32] *** SpektoM has joined #eclipse
[12:30:30] *** SpektoM1 has quit IRC
[12:33:54] *** bushwakko has joined #eclipse
[12:35:29] *** SniperFodder has joined #eclipse
[12:37:07] <the-moog> Hi, help with CDT please:  I have am auto-generated C file. I need to ensure it is re-compiled with every build, how to I tell eclipse to assume its dependency is out of date?
[12:37:09] <the-moog> ...That is without deleting the final object and re-building the entire project each time.
[12:37:56] *** SniperFodder has quit IRC
[12:40:48] *** LongBeach has joined #eclipse
[12:43:20] *** bushwakko has quit IRC
[12:44:47] *** mbana has joined #eclipse
[12:47:21] *** _Auron_ has joined #eclipse
[12:47:37] *** incorrect has joined #eclipse
[12:47:38] <_Auron_> I'm having an extremely odd problem with Eclipse
[12:48:01] <incorrect> hello, i would like to stop subclipse from adding certain dir's when i team->commit
[12:49:14] <_Auron_> trying to use ByteBuffers and when I do the following (or anything to do with the bytebuffer object), it starts giving weird errors: ByteBuffer	vbb	= ByteBuffer.allocateDirect(VERTS * 3 * 4); vbb.order( ByteOrder.nativeOrder() );
[12:49:23] <juanez> incorrect, add them to svn .ignore
[12:50:11] <incorrect> not possible to do it in the editor?
[12:50:20] <juanez> yes
[12:50:26] <juanez> team->add to svn.ignore
[12:50:32] <incorrect> oh
[12:50:37] <incorrect> thanks :)
[12:51:27] <_Auron_> specifically with the second command, it starts wanting an extra } at the end of the file, wants a { on that line, says missing constructs
[12:51:43] <_Auron_> and I have the same exact code in another file that I've been using for months, and it works fine.
[12:51:51] <_Auron_> I also have the correct imports, so I have nfi why it's doing this
[12:52:00] <_Auron_> doing a project->clean or restarting eclipse didn't fix it either
[12:52:11] *** pschriner has joined #eclipse
[12:56:24] <juanez> _Auron_, copy the code from the class to some other file (notepad or whatnot), remove the class, re-create and paste back the code
[12:56:51] <juanez> i had to do that once :S
[12:57:16] *** dabreaka_ has quit IRC
[12:57:37] *** volodya has joined #eclipse
[12:57:37] <_Auron_> hm
[12:57:56] <_Auron_> doesn't help at all
[12:58:17] <_Auron_> eclipse is still high on whatever drugs it's on -.-
[12:59:09] <juanez> :S
[13:03:40] *** fsteeg has joined #eclipse
[13:03:44] <_Auron_> any other ideas?
[13:03:53] <_Auron_> this is preventing me from being able to continue.
[13:03:56] * _Auron_ sighs
[13:07:56] <juanez> since you're having 80 other problems you'll have to solve those
[13:08:01] *** rcjsuen has joined #eclipse
[13:08:14] <juanez> the inc. compiler will get thrown off if there are problems in your project
[13:08:33] <_Auron_> even if they're currently completely unrelated and in seperate files?
[13:08:47] <juanez> es
[13:08:48] <juanez> yes
[13:09:00] <_Auron_> that's stupid :/
[13:09:04] <juanez> can sometimes happen i think
[13:09:13] <juanez> i've mostly just seen it within One Class
[13:09:58] <_Auron_> well I'm reworking my entire engine so 'solving all those errors' isn't something I can do within an hour or two
[13:12:28] <rcjsuen> _Auron_: If you just make a ByteBuffer it starts making errors?
[13:13:47] <_Auron_> no
[13:14:05] <_Auron_> only when I try to do *anything* with the object vbb, or anything I name it
[13:14:37] <rcjsuen> That sounds off to me.
[13:14:39] <_Auron_> and only in that file; I have the same identical code I've used for months in multiple projects in another file, that I copied over (as I'm reworking my engine), and it's freaking out
[13:15:00] <rcjsuen> What if you do other things
[13:15:09] <rcjsuen> make a new String, call substring on it and other random operations
[13:16:28] *** Stefan has joined #eclipse
[13:17:11] <_Auron_> oh ffs I'm a moron
[13:17:29] <_Auron_> guess that's what I get for pulling an all-nighter
[13:19:44] <rcjsuen> _Auron_: ?
[13:20:29] <_Auron_> for some reason I thought I had the code in the constructor but I didn't type out the constructor yet, so it was floating code in the class
[13:20:38] <rcjsuen> That sounds about right
[13:20:45] <rcjsuen> (with the suggestions of adding { } characters
[13:21:06] <_Auron_> yeah.
[13:23:59] *** volodya has quit IRC
[13:38:13] *** tr1gger_ has quit IRC
[13:38:39] *** _Auron_ has left #eclipse
[13:41:59] *** njbartlett has quit IRC
[13:47:48] *** tr1gger has joined #eclipse
[13:58:30] *** rretzbach has quit IRC
[14:02:20] *** EricInBNE has quit IRC
[14:04:04] *** erdal has joined #eclipse
[14:05:37] *** bushwakko has joined #eclipse
[14:19:59] *** galpin has joined #eclipse
[14:20:09] *** galpin is now known as f0d
[14:20:28] <f0d> How do you get a list of file in an IProject?
[14:20:59] <rcjsuen> There are methods in IContainer to retrieve the children.
[14:26:29] <f0d> Let me see
[14:26:31] <f0d> thanks
[14:28:49] *** LongBeach has quit IRC
[14:29:19] *** Kudd has joined #eclipse
[14:35:20] *** LongBeach has joined #eclipse
[14:36:55] *** diogo_79 has joined #eclipse
[14:37:14] <diogo_79> hi guys
[14:37:32] <diogo_79> how can i import php project to eclipse
[14:37:43] <diogo_79> i have delete the metadata folder
[14:37:49] <diogo_79> and recreate a new one
[14:37:56] <diogo_79> but all the projects are gone
[14:38:10] <diogo_79> is there way to import the .project file
[14:38:23] <rcjsuen> use the import wizard and point it to the folder
[14:55:29] *** ChezaWho has joined #eclipse
[14:58:50] *** glima[AWAY] is now known as glima
[15:12:14] *** bushwakko has quit IRC
[15:15:43] *** conan has quit IRC
[15:17:10] *** nesuno has joined #eclipse
[15:25:30] <diogo_79> thanks rcjsuen
[15:29:13] <Kudd> just to  know, the stable version of pdt is 2.1.2 or 2.2?
[15:29:30] <rcjsuen> Kudd: former
[15:33:23] *** hot33331 has joined #eclipse
[15:33:27] *** hot33331 has left #eclipse
[15:39:18] *** tr1gger has quit IRC
[15:40:02] *** Chris64 has joined #eclipse
[15:45:08] <Kudd> former
[15:45:11] <Kudd> hmm hmm
[15:45:15] <Kudd> what d o you mean rcjsuen :p
[15:45:31] <rcjsuen> former, latter, first, last, former = 2.1.2, latter = 2.2?
[15:45:49] <Kudd> okay
[15:45:51] <rcjsuen> since in your sentence you said "2.1.2 or 2.2", former being the first item you had in your or clause
[15:46:00] <rcjsuen> latter being what came after, 2.2
[15:46:27] <Kudd> didn't know what former was, cheers, http://www.wordreference.com/enfr/former
[15:46:29] <Kudd> :p
[15:47:15] <rcjsuen> oh that's a good example "There is a dog and a cat. The former barks while the latter meows." (first of two mentioned)
[15:47:20] <Kudd> lol
[15:47:33] <rcjsuen> It's a word used frequently in the English language, good word to know. :)
[15:48:02] <Kudd> Yeah :)
[15:48:48] <Kudd> plus my girlfriend is english
[15:48:49] <Kudd> blame me...
[15:48:52] <erdal> does anyone have an xtext grammar for sql?
[15:51:28] *** tr1gger has joined #eclipse
[15:52:02] *** allisterb_ has joined #eclipse
[15:55:56] *** Irakirashia has quit IRC
[16:04:49] *** SpektoM has quit IRC
[16:07:59] *** Stefa1 has joined #eclipse
[16:08:52] *** allisterb has quit IRC
[16:13:27] *** LukasLT10 has joined #eclipse
[16:14:22] <LukasLT10> Hi
[16:14:31] *** Bass10 has joined #eclipse
[16:14:32] <LukasLT10> I have strange problem with eclipse
[16:15:23] <LukasLT10> som buttons in dialogs are patially not click-albe with mouse
[16:16:09] <LukasLT10> however they are OK when working with tab and enter keyboard buttons
[16:16:25] <LukasLT10> with mouse i can select them, but not activate
[16:17:44] <LukasLT10> in general it lookls like eclipe reads buttonDown event (selects that element) from mouse, but not buttonRelease event (executes event)
[16:18:57] <LukasLT10> same thing with eclipse 3.4 from openSUSE repos and from standalone Aptana 2.0, that uses eclpse 3.5 as a base
[16:19:15] <LukasLT10> i'm using kde4.3.3 desktop
[16:20:16] *** thomas__ has joined #eclipse
[16:24:35] <deSilva> check the FAQ (see topic), it's a known problem
[16:24:48] <deSilva> and the most commonly asked question in here as of late ;)
[16:27:49] *** Stefan has quit IRC
[16:29:42] *** galpin has joined #eclipse
[16:30:01] *** Stefan has joined #eclipse
[16:30:23] <LukasLT10> What about GIT plugin?
[16:30:42] <LukasLT10> could someone help me to set up it? :)
[16:32:26] <rcjsuen> the builds they have are pretty old (like from August)
[16:32:52] <rcjsuen> Normally I wouldn't call three months old but since it's under active development...
[16:33:51] *** f0d has quit IRC
[16:35:59] <rcjsuen> if you insist on using that old build it should just be am atter of pointing the update site and then installing, that worked for me last month anyway
[16:38:08] *** allisterb__ has joined #eclipse
[16:39:01] *** Stefa1 has quit IRC
[16:40:47] *** Irakirashia has joined #eclipse
[16:41:05] *** Omnipotent has quit IRC
[16:41:15] *** Omnipotent has joined #eclipse
[16:48:16] *** fsteeg_ has joined #eclipse
[16:51:36] *** glima is now known as glima[AWAY]
[16:52:51] <diogo_79> his there cdt developers
[16:54:37] *** laknath_ has joined #eclipse
[16:54:44] *** allisterb_ has quit IRC
[16:55:29] *** fsteeg has quit IRC
[16:55:29] *** fsteeg_ is now known as fsteeg
[16:55:37] *** laknath__ has quit IRC
[16:57:47] <diogo_79> iam having trouble to debug c++ projects in eclipse
[16:58:58] <diogo_79> i use dgb but when i step into the function getch() the gdb doest pass to the next line of code
[16:59:17] <diogo_79> anyone has any idea of what it is happen
[17:04:15] <diogo_79> i put a charater and then press enter key but it doest pass to the next line
[17:12:57] *** pnehrer has joined #eclipse
[17:17:43] *** thomas__ has quit IRC
[17:23:17] *** LukasLT10 has quit IRC
[17:23:38] *** LukasLT10 has joined #eclipse
[17:26:01] *** hdave has quit IRC
[17:30:05] <deSilva> diogo_79: did you not read my reply to that question when you asked it a few days (or so) ago?
[17:33:23] *** JabDesign has joined #eclipse
[17:34:28] *** allisterb has joined #eclipse
[17:38:05] *** blue_asterisk has quit IRC
[17:43:25] <galpin> I am able to open an IFile (which is a linked resource) using an editor but when the editor is saved it says that the resource is no longer accessible (and doesn't save) - does anyone know why it might do this?
[17:43:30] *** galpin is now known as f0d
[17:45:47] *** Carnage\ has joined #eclipse
[17:46:09] *** Razec has joined #eclipse
[17:49:52] <rcjsuen> Don't think I've heard of that problem.
[17:51:33] *** pnehrer has quit IRC
[17:51:36] <f0d> I've linked the file to an EFS implementation that stores in a database
[17:51:45] *** allisterb__ has quit IRC
[17:51:50] <f0d> Anyway, my TextEditor doesn't seem to be able to save the reosource
[17:53:00] <f0d> How can I set a breakpoint deep inside TextEditor to see what is happening?
[17:53:32] <rcjsuen> well when you save, presumably it invokes some method with the word save in it
[17:53:38] *** volodya has joined #eclipse
[17:53:56] *** amnesic has quit IRC
[17:53:58] <f0d> Yes, but I don't have access to it
[17:54:25] *** amnesic has joined #eclipse
[17:54:37] <rcjsuen> ?
[17:54:44] <rcjsuen> You don't have the source code to TextEditor and its superclasses?
[17:55:07] *** sama has joined #eclipse
[17:55:09] *** f0d has quit IRC
[17:56:37] *** galpin has joined #eclipse
[17:56:51] <galpin> Two secs
[17:57:08] <galpin> I think it's related to using FileDocumentProvide
[17:57:18] <galpin> The same issue isn't present with StorageDocumentProvider
[17:57:29] *** galpin is now known as f0d
[17:59:16] *** bushwakko has joined #eclipse
[18:00:12] *** Irakizt0ned has joined #eclipse
[18:00:41] *** bushwakko has quit IRC
[18:03:16] *** bushwakko has joined #eclipse
[18:05:36] <nesuno> Hi! Is there anybody using kde? The Ctrl+C isn't working in eclipse as expected. So what is the right clipboard setup?
[18:05:59] <rcjsuen> nesuno: You mean like you have to Ctrl+C a lot before it copies and stuff like that?
[18:06:07] <nesuno> Yes!
[18:06:14] <rcjsuen> nesuno: See FAQ in channel topic.
[18:06:21] *** Irakirashia has quit IRC
[18:08:56] *** SpektoM has joined #eclipse
[18:12:12] *** bushwakko has quit IRC
[18:13:25] *** Bass10 has quit IRC
[18:13:30] <rcjsuen> nesuno: Any luck?
[18:14:00] <nesuno> rcjsuen: Thanx. I run klipper, and removed all the thicks from settings. Now working.
[18:14:10] <rcjsuen> okilydokily
[18:14:20] *** Bass10 has joined #eclipse
[18:15:45] *** Bass10 has quit IRC
[18:16:33] *** Bass10 has joined #eclipse
[18:23:14] *** LongBeach has quit IRC
[18:25:58] *** lresende has joined #eclipse
[18:26:35] *** Bass10 has quit IRC
[18:27:04] *** Bass10 has joined #eclipse
[18:29:12] *** f0d_ has joined #eclipse
[18:29:13] *** f0d has quit IRC
[18:29:13] *** f0d_ is now known as f0d
[18:29:31] <f0d> I think my issue is that my IResource.getModificationStamp() is -1 (NULL_SAMP)
[18:32:05] *** pschriner has quit IRC
[18:36:28] *** SpektoM has quit IRC
[18:36:58] *** magnet has quit IRC
[18:37:17] *** magnet has joined #eclipse
[18:39:59] *** Bass10 has quit IRC
[18:40:41] *** Bass10 has joined #eclipse
[18:42:00] *** kgoj has joined #eclipse
[18:46:55] *** Razec has quit IRC
[18:54:02] *** Bass10 has quit IRC
[18:54:22] *** Bass10 has joined #eclipse
[18:57:02] <kgoj> Hi!
[18:58:11] <kgoj> I've started a plug-in for managing colour themes in Eclipse. http://bitbucket.org/goj/eclipse-pimp/wiki/Home
[18:59:20] <kgoj> It's working proof of concept, but it isn't usable yet.
[18:59:25] <kgoj> I'm quite swamped right now so I don't think I can spend much more time on this.
[18:59:34] <kgoj> Any help would be greatly appreciated.
[19:00:19] <rcjsuen> You could provide some documentation/screenshots and maybe put it up on EPIC.
[19:01:03] *** Bass10 has quit IRC
[19:01:27] *** Bass10 has joined #eclipse
[19:02:20] *** srepfler has joined #eclipse
[19:05:02] <srepfler> hi, if I have a project that contains Annotation Processing enabled, and if I have a project that depends on it, are the generated sources exported properly to the client project (eclipse 2.5)
[19:05:06] <srepfler> hi, if I have a project that contains Annotation Processing enabled, and if I have a project that depends on it, are the generated sources exported properly to the client project (eclipse 3.5)
[19:06:26] *** fixl has joined #eclipse
[19:17:07] *** danlucraft has quit IRC
[19:23:00] *** njbartlett has joined #eclipse
[19:23:54] *** Kudd has quit IRC
[19:26:35] *** danlucraft has joined #eclipse
[19:32:43] *** njbartlett has quit IRC
[19:34:00] *** white_magic has joined #eclipse
[19:34:34] <f0d> how can you stop the CNF showing the little "linked resource icon" in a label provider?
[19:34:36] <white_magic> can someone tell me if there's a convenient, faster way of entering execution parameters for string[] args than going to run>run configurations?
[19:34:47] <f0d> whatever icon I return in the label provider, it adds the little icon to it
[19:35:28] <rcjsuen> white_magic: Not really, no. Is it your own main method?
[19:35:47] <white_magic> yea
[19:36:00] <rcjsuen> white_magic: Then why don't you just fake the arguments by tweaking it in the main method itself.
[19:36:04] <white_magic> at least one other IDE launches a window where you can put in launch parms
[19:36:34] <white_magic> u mean just create a string array or something? yea.. but i was just looking for something more convenient
[19:36:45] <rcjsuen> That's what I meant, yes.
[19:36:53] <white_magic> since i have to type out (string[] args) every time anyway
[19:38:40] *** njbartlett has joined #eclipse
[19:40:31] *** f0d has quit IRC
[19:42:20] *** nlc has joined #eclipse
[19:46:02] *** gjvc has joined #eclipse
[19:46:22] *** kgoj has quit IRC
[19:50:05] *** kgoj has joined #eclipse
[19:51:39] *** Omnipotent has quit IRC
[19:57:00] <white_magic> is there a way to make every created class start with a custom template? Like import certain packages and add void main?
[19:57:47] <rcjsuen> you could change the new file templates i suppose
[19:58:25] <white_magic> where is that found?
[19:58:42] <rcjsuen> in the preferences, possibly in the project properties, i don't know about the latter
[20:14:46] *** vwegert has joined #eclipse
[20:30:24] *** fladi has joined #eclipse
[20:40:09] *** rhk has joined #eclipse
[20:43:43] *** Bass10 has quit IRC
[20:44:09] *** Bass10 has joined #eclipse
[20:51:01] *** Bass10 has quit IRC
[20:51:11] *** Bass10 has joined #eclipse
[20:55:59] *** philk_ has joined #eclipse
[20:56:47] *** f0d has joined #eclipse
[20:59:03] *** TomTom has quit IRC
[21:00:26] *** Powerplay has joined #eclipse
[21:10:07] *** krosan has joined #eclipse
[21:11:12] <krosan> hi, i've got problems installing my eclipse on my pc
[21:11:15] <krosan> i get this message: http://i48.tinypic.com/2564n7m.png
[21:12:41] <krosan> can anyone help me?
[21:12:56] <rcjsuen> eclipse.exe -vm C:\Program Files\Java\jre6\bin\java.exe
[21:13:36] *** philk__ has quit IRC
[21:15:34] <krosan> trying it out!
[21:18:07] <krosan> yes it works :D thanks rcjsuen, but do you know how i could put this on the $path or something to not make this necessary anymore?
[21:18:18] <rcjsuen> ~eclipse.ini
[21:18:18] <Arbalest> Want to set startup flags for eclipse, like -vm, -vmargs, or -consolelog? Edit your eclipse.ini file. - http://wiki.eclipse.org/Eclipse.ini - http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F#eclipse.ini
[21:19:50] <krosan> thanks a lot rcjsuen & Arbalest, very much appreciated!
[21:21:28] *** SpektoM has joined #eclipse
[21:22:36] *** nlc has quit IRC
[21:22:57] *** nlc has joined #eclipse
[21:32:21] *** Sajaki has joined #eclipse
[21:34:14] *** kgoj has quit IRC
[21:36:13] *** incorrect has quit IRC
[21:44:29] *** vwegert has quit IRC
[21:50:16] *** Voting has joined #eclipse
[21:51:51] *** aksn has joined #eclipse
[21:52:11] *** SpektoM has quit IRC
[21:53:15] *** fixl has quit IRC
[21:58:31] *** jmspeex has quit IRC
[21:58:59] *** jmspeex has joined #eclipse
[22:02:11] *** Tesseraction has quit IRC
[22:06:43] *** plediii has quit IRC
[22:07:09] *** plediii has joined #eclipse
[22:12:37] <deSilva> nice, we have a bot again. Now, if I could only remember the ~commands to which it responds ;)
[22:14:23] *** phoenixz has joined #eclipse
[22:15:01] *** f0d has quit IRC
[22:16:46] *** phoenixz has quit IRC
[22:19:14] *** phoenixz has joined #eclipse
[22:20:08] *** LukasLT10 has quit IRC
[22:20:30] *** opossum_oisif has joined #eclipse
[22:20:30] *** Tesseraction has joined #eclipse
[22:23:03] *** plediii_ has joined #eclipse
[22:26:14] *** randoms has joined #eclipse
[22:28:23] *** ChezaWho has quit IRC
[22:29:33] *** sven_oostenbrink has joined #eclipse
[22:33:26] *** LongBeach has joined #eclipse
[22:34:53] *** f0d has joined #eclipse
[22:37:09] *** f0d has quit IRC
[22:38:12] *** sama has quit IRC
[22:40:09] *** plediii has quit IRC
[22:40:10] *** plediii_ is now known as plediii
[22:42:10] *** amnesic has quit IRC
[22:42:14] *** amnesic has joined #eclipse
[22:43:20] *** phoenixz has quit IRC
[22:43:36] *** phoenixz has joined #eclipse
[22:49:31] *** sven_oostenbrink has quit IRC
[22:50:12] *** f0d has joined #eclipse
[22:50:31] *** f0d has quit IRC
[22:50:52] *** white_magic has quit IRC
[22:53:51] *** plediii has quit IRC
[22:56:40] *** danlucraft has quit IRC
[23:00:06] *** sven_oostenbrink has joined #eclipse
[23:00:58] *** Sajaki has quit IRC
[23:01:09] *** phoenixz has quit IRC
[23:01:09] *** sven_oostenbrink has quit IRC
[23:02:41] *** ar1s has joined #eclipse
[23:02:44] <ar1s> hello there
[23:03:15] *** fixl has joined #eclipse
[23:04:37] *** phoenixz has joined #eclipse
[23:04:42] *** sven_oostenbrink has joined #eclipse
[23:04:58] <ar1s> Do anyone know a way I could show off unix man pages into cdt ?
[23:05:59] *** Irakizt0ned has quit IRC
[23:09:59] *** xig_ has quit IRC
[23:11:12] *** parasol has joined #eclipse
[23:11:23] *** jon_c has joined #eclipse
[23:11:42] *** magnet has quit IRC
[23:12:48] <jon_c> Just ran into this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=295865. What's the sanest way to roll back to a previous version of DTLK?
[23:12:59] <jon_c> s/DTLK/DLTK/
[23:16:34] *** Chris64 has quit IRC
[23:17:26] *** volodya has quit IRC
[23:22:32] *** fladi has quit IRC
[23:23:04] *** srepfler has quit IRC
[23:25:11] *** webus has joined #eclipse
[23:25:17] <webus> hi to all
[23:26:19] <webus> why galileo works on Ubuntu very slow... i'm unistall openjdk and install subjdk. also i install eclipse not from ubuntu repo. i downloaded oroginal galileo-ee-SR1
[23:28:27] <rcjsuen> I don't use Ubuntu but it's fine for me on WIndows and Gentoo anyway.
[23:29:36] <ar1s> update-java-alternatives -l
[23:29:59] <ar1s> I think eclipse provided by ubuntu is running with gcj which is very slow
[23:30:39] *** dublisk has joined #eclipse
[23:30:48] <ar1s> I'm running here galileo with openjdk and it's running fine, but using the upstream version (not ubuntu's one)
[23:31:11] <dublisk> Hi, when I open eclipse gallileo CDT I get a "Could not open the editor: Editor could not be initialized." error. http://codepad.org/Yn5fzaZw has details
[23:32:30] *** randoms has quit IRC
[23:34:43] *** phoenixz has quit IRC
[23:34:50] *** sven_oostenbrink has quit IRC
[23:34:52] *** f0d has joined #eclipse
[23:35:02] *** f0d has quit IRC
[23:35:09] *** phoenixz has joined #eclipse
[23:35:54] *** sven_oostenbrink has joined #eclipse
[23:36:24] <dublisk> nobody ? =(
[23:36:48] <rcjsuen> Did you check in bugzilla?
[23:40:40] <dublisk> looked now and can't find the exact same error really
[23:42:16] <rcjsuen> You should file a new bug. I've personally not heard others with that problem recently.
[23:42:30] <dublisk> ok
[23:46:10] *** Stefan has quit IRC
[23:46:13] *** laknath_ has quit IRC
[23:47:29] *** erdal has left #eclipse
[23:53:14] *** Carnage\ has quit IRC

top