[00:25:56] <mertimor> whatever, solved itself [00:25:58] *** mertimor has left #eclipse [00:29:20] *** mbana has quit IRC [00:30:37] *** andrewe has joined #eclipse [00:31:03] *** fixl has quit IRC [00:31:25] *** leitaox has joined #eclipse [00:35:14] <rcjsuen> prahal: Rephrase that? [00:35:18] <rcjsuen> prahal: Native methods have to be static anyway. [00:36:47] *** fixl has joined #eclipse [00:38:11] <prahal> but the opposite ? this is a java method called from native . As in OS.G_OBJECT_CLASS_SET_CONSTRUCTOR (pangoLayoutClass, pangoLayoutNewProc); . The pangoLayoutNewProc is not static (and cannot be) [00:38:35] <rcjsuen> prahal: C(++) calling Java code doesn't have to be [00:38:38] <rcjsuen> there is CallMethodId [00:38:41] <rcjsuen> and CallStaticMethodId [00:38:43] <rcjsuen> (or something like that) [00:39:39] <prahal> ok . Yes I am currently reading as much stuff I could get a hand on via google <call "java from c"> and saw that but swt is not using those [00:39:54] <rcjsuen> what are you looking at [00:39:55] <rcjsuen> os.c? [00:40:00] <prahal> still have to find out how they work (or fail to work) [00:41:50] *** andrewe has quit IRC [00:42:24] <prahal> os.c callback.c http://dev.eclipse.org/mhonarc/lists/platform-swt-dev/msg04416.html tells that the swt references doc tells "No code reaches back into Java from C to get a field or invoke a method" [00:43:21] <prahal> so I am leaving behing everything I read about jni java from c and try to understand more right now [00:45:37] <prahal> os.c seems to be the java to c and callback.c may be the opposite (I still have to get more clue about it) [00:46:23] <rcjsuen> yeah SWT usually doesn't go backwards [00:46:28] <rcjsuen> at lesat, i haven't seen that much [00:48:28] <rcjsuen> how is that a java method called from native [00:48:36] <rcjsuen> public static final native void G_OBJECT_CLASS_SET_CONSTRUCTOR(int /*long*/ object_class, int /*long*/ constructor); [00:48:41] <rcjsuen> That is Java calling a native method. [00:48:59] *** glima is now known as glima[AWAY] [00:50:08] <prahal> yes though this set the glib gobject class constructor to be the java method passed . Thus when glib instanciated one of its "GTypes" it calls the constructor passed beforehand [00:50:13] <prahal> the java one [00:50:28] *** Vince42 has joined #eclipse [00:50:34] <rcjsuen> you gotta give me file name + line numbers [00:50:49] <prahal> hum callback tells that the call from C has to happen in the same thread . [00:51:17] *** scorphus has quit IRC [00:51:43] *** progre55 has joined #eclipse [00:52:23] <Vince42> i have a big, big xml file ... and i want to show my customer the superiority of eclipse - is there a good plug in out there, which allows me to quickly build some nice simple reports (selecting a few nodes, aggregation etc - something like jasperforge's ireport)? [00:52:57] <progre55> hi people! I have installed java ee now, but cant get eclipse to work.. it starts, but when I open any file, it says "Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml." any suggestions? [00:54:17] *** scorphus has joined #eclipse [00:54:18] <rcjsuen> progre55: Sounds like your setup is completely screwed. More ~info may help. [00:54:18] <Arbalest> Please state a) your CPU architecture (x86, 64-bit, etc.), b) operating system (Windows, Linux, OSX, etc.), c) your Java runtime environment (please verify by checking your ~logs or in the about dialog's ~jre section. No, typing 'java -version' in the command line does not count as checking), d) your Eclipse version, and e) where did you get Eclipse from (eclipse.org, distro repository, etc.). [00:54:36] <progre55> ~info [00:54:37] <Arbalest> Please state a) your CPU architecture (x86, 64-bit, etc.), b) operating system (Windows, Linux, OSX, etc.), c) your Java runtime environment (please verify by checking your ~logs or in the about dialog's ~jre section. No, typing 'java -version' in the command line does not count as checking), d) your Eclipse version, and e) where did you get Eclipse from (eclipse.org, distro repository, etc.). [00:55:09] <prahal> Display.java 2537 initializeSubclasses, glib/gobject/gobject.c 1216 g_object_newv [00:56:04] <rcjsuen> sadly my Display.java is newer [00:56:09] <prahal> the latter is the only one having class->constructor (the lines are not exacts as I added printk all over the codes) [00:56:09] <rcjsuen> tho i do see the method you speak of [00:56:46] <rcjsuen> But I don't have glib/gtk+ sources handy. [00:56:57] <prahal> cannot be I update today ... this is latest CVS ...gotteferdamdestgluck ich hope it is the right repository [00:57:17] <rcjsuen> well i checked out like a week or two ago [00:57:24] <rcjsuen> so mine could be out-of-date [00:57:29] <rcjsuen> i guess i'll change to [00:57:31] <rcjsuen> my display.java is older [00:57:36] <rcjsuen> or, my display.java is not the same as yours ;) [00:58:05] <rcjsuen> progre55: Basically, it would help if you provided the information Arbalest is talking about. [00:58:32] <progre55> rcjsuen, yeah, I'm trying to get my java version =) [01:00:38] <progre55> well, the rest is, cpu - x86, OS - linux ubuntu 9.04, eclipse 3.5, downloaded from eclipse.org, jre should be java ee that come from the sun page.. [01:01:19] <rcjsuen> progre55: You can't even open a text file? [01:01:19] <rcjsuen> Check your ~logs [01:01:19] <Arbalest> Looking for your Eclipse logs? The workspace log should be located at the <workspace>/.metadata/.log file. In Eclipse, try Help > About > Configuration Details > View Error Log. If you want to paste it somewhere, see ~pastebin - http://wiki.eclipse.org/IRC_FAQ#Where_are_Eclipse.27s_log_files_located.3F - http://wiki.eclipse.org/FAQ_Where_can_I_find_that_elusive_.log_file%3F [01:02:14] <rcjsuen> prahal: in my initializeSubclasses() method I don't see any g_object_newv [01:02:47] <rcjsuen> Are you talking about these two lines? [01:02:51] <prahal> oh sorry g_object_newv is on the glib side [01:02:53] <rcjsuen> int /*long*/ pangoLayoutType = OS.PANGO_TYPE_LAYOUT (); int /*long*/ pangoLayoutClass = OS.g_type_class_ref (pangoLayoutType); [01:03:11] <rcjsuen> Well, I figured that out (the glib side) but wasn't clear to me if SWT was calling it. [01:03:15] <rcjsuen> All these methods seems to be generated. [01:03:25] <rcjsuen> and generated methods are like three lines long [01:03:39] <prahal> this is the block of code [01:04:22] <progre55> rcjsuen, sorry for being noobic.. what which logs? :) [01:04:28] <prahal> swt is merely setting a function handler [01:05:24] <prahal> thus this does not trigger code execution but later when glib gobject is instanciated this handler is executed [01:06:09] *** Vince42 has left #eclipse [01:06:36] <prahal> I should have told it was both side java defined C handler, the C handler triggered calls the java method [01:09:46] <progre55> oh, apparently it was some other java eclipse was using.. and after removing it, I cannot run eclipse at all, as it cannot find the "java in my current PATH" :) I've exported Java in my ~/.bashrc, so I can run eclipse from the terminal with no problem. But how do I export it globally? /etc/rc.local ? [01:11:27] <prahal> who knows if the C handler is triggered in the eclipse main thread (that would explain why it fails when the second level shell is destroyed and at the very end of this destroy gtk_widget_destroy is called and this native call when ending up destroying a native scrollable widget trigger a new glib instanciation of pangoLayout which has its class constructor overriden with a java method and this instanciation fails) [01:13:37] <prahal> and it is not only pango layout that fails ... I finally got time to try and modify the swt glib error handlers (also overidden with java counterparts .. this fails when the C handler setted to a java method is called from the C code and not triggered by an OS. call [01:14:02] <prahal> probably a thread issue tho . [01:15:58] <prahal> agh after all those tests and traces I should have noticed earlier that the C handler is called in the same thread ... [01:16:56] *** xmonader has joined #eclipse [01:17:58] <xmonader> Hi, i've downloaded Eclipse 3.5.1, extracted it and added that line to the ini -vm [01:17:58] <xmonader> /usr/lib/jvm/java-1.6.0-openjdk/java and still it doesn't launch ? [01:19:49] <rcjsuen> progre55: the logs i meant was the workspace ones that Arbalest was talking about [01:20:00] <rcjsuen> xmonader: what does your eclipse.ini file look like? [01:20:53] <xmonader> rcjsuen: http://hpaste.org/fastcgi/hpaste.fcgi/view?id=10569#a10569 --and i'm using the 64bit linux version on Fedora [01:21:16] <rcjsuen> xmonader: what does /usr/lib........./java -version show? [01:22:24] *** |fixl| has joined #eclipse [01:22:58] <rcjsuen> prahal: I haven't heard other people hit this problem though. [01:23:04] <xmonader> rcjsuen: http://hpaste.org/fastcgi/hpaste.fcgi/view?id=10569#a10570 [01:23:30] <rcjsuen> xmonader: name of tarball you extracted? [01:23:33] <rcjsuen> xmonader: output of java -d64 [01:24:51] <xmonader> rcjsuen: it's eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz and the output http://hpaste.org/fastcgi/hpaste.fcgi/view?id=10569#a10571 [01:25:34] <rcjsuen> xmonader: well i think the -64 should hint at what is wrong [01:25:51] <prahal> I have found other exacts matches of the pango layout crash http://ubuntuforums.org/showthread.php?t=1221862 http://support.aptana.com/asap/browse/ROR-272 [01:26:17] <rcjsuen> prahal: i guess they don't do irc ;) [01:26:47] <prahal> about the glib error handlers ... well disabling them reveals a whole bunch of warnings, errors hidden previously . But without the java handlers no stack trace associated [01:26:52] <xmonader> rcjsuen: i see, i thought all my packages should be 64bit [01:27:01] <rcjsuen> well your java isn't aparently [01:27:09] <xmonader> thanks alot rcjsuen! i'll download the appropriate one [01:27:17] <rcjsuen> okilydokily [01:32:56] *** scorphus has quit IRC [01:32:59] <progre55> rcjsuen, so, java version 1.6.0_12 But this is J2SE as far as I get it. But I have also j2ee installed. but how do I tell eclipse to load the EE libraries. Cause it cannot find them. [01:33:08] *** sako has quit IRC [01:33:27] <rcjsuen> Sorry I've not done j2ee stuff so I dunno the procedures/steps. [01:33:47] <progre55> oh ok, no problem :) [01:33:56] *** fixl has quit IRC [01:34:04] <progre55> anybody knows how to set up J2EE for eclipse? ) [01:34:43] *** xmonader has left #eclipse [01:37:21] *** ecfuser47072 has joined #eclipse [01:38:01] <ecfuser47072> hi, where to go with questions about docshare ? [01:38:48] <rcjsuen> ecfuser47072: you can try in here [01:38:55] <rcjsuen> ecfuser47072: or the ecf newsgroup [01:39:51] <ecfuser47072> where is the ecf newsgroup, ty [01:40:22] <rcjsuen> http://www.eclipse.org/forums/index.php?t=thread&frm_id=99&S=3437163acc713ff55c13dceff8a126f7 [01:40:33] <ecfuser47072> oh [01:45:52] *** ecfuser47072 has quit IRC [01:46:26] *** blue_asterisk has quit IRC [01:47:14] *** |fixl| has quit IRC [01:48:02] <abradford> Hi, I'm trying to profile my code, but the launch configuration screen reports, "Mixed launch mode not supported: [Profile]". [01:49:09] <abradford> I've searched all over, but the few results all point to different things. One person suggested conflicting profilers, like yourkit which I don't have installed. [01:50:19] <abradford> I am using PDT, but as I said, others have had this problem with WTP. That seems to indicate a problem outside of PDT. [01:51:00] * rcjsuen didn't know there was a PHP profiling plug-in. [01:51:44] <abradford> From what I can tell, XDebug does the work and you analyze the results with a different tool. [01:52:47] <nitind> progre55: WTP at least expects the Java EE libraries to come from your Java EE server, JBoss, Jetty, or Tomcat for example. [02:03:44] *** fixl has joined #eclipse [02:04:39] <progre55> nitind, or glassfish? ) [02:05:30] <rcjsuen> There's a Glassfish plug-in, no? [02:08:30] <progre55> but how to point a java server to eclipse? [02:10:38] *** rhk has joined #eclipse [02:31:11] *** the_alien has quit IRC [02:39:33] <progre55> damn, apparently I need to install eclipse for java ee [02:42:21] *** phoenixz has quit IRC [02:53:26] *** ExElNeT_ has quit IRC [03:16:20] *** leitaox has quit IRC [03:18:25] *** Theravadan has quit IRC [03:18:25] *** abradford has quit IRC [03:19:25] *** abradford has joined #eclipse [03:25:02] *** rhk has quit IRC [03:29:47] *** winegoddess has joined #eclipse [03:30:33] <winegoddess> hi! id like to do a search replace in my editor which allows for regular expressions. I want to find al the IMG_###.JPG to replace with IMG_###.jpg where the numbers are all different. can anyone help me? [03:44:46] *** nate__ has joined #eclipse [03:46:07] <nate__> hey guys, how do I add custom task tags to the task list plugin? Like, say I wanted to add "BOOKMARK" to the usual "TODO" and "FIXME"? [03:46:20] <rcjsuen> 'Task List' doesn't read them TODO tags. [03:46:26] <rcjsuen> That's what the 'Tasks' view does. [03:46:47] <rcjsuen> I don't think there's a way to just randomly add it for you [03:47:38] <nate__> rcJsuen, well that's just poor planning on part of the plugin's coders [03:48:15] <rcjsuen> Anyone could add TODOs, your coworker couldn't done it. [03:48:21] <rcjsuen> I don't want their TODOs in my list. [03:48:32] <nate__> If I want to have a task called "PIZZA" I should be able to change one xml file and have it [03:48:52] <rcjsuen> If you want it to your 'Tasks' view you edit it in the preferences. [03:48:56] <nate__> rcjsuen, I'm not part of a team, I'm a hobbyist [03:49:05] <rcjsuen> 'Task List' on the other hand I don't know about since I don't use Mylyn. [03:49:45] <nate__> hmm [03:50:12] <nate__> you'd think it would be an easy feature to implement tough, even flashdevelop has it [03:50:19] *** totex has joined #eclipse [03:50:51] <rcjsuen> Doesn't sound hard to implement but I'm not familiar with Mylyn's code. You could file an enhancement request if you wish. [03:51:33] <nate__> alright, thanks anyway for not going crazy over an inept user, heh. [03:52:13] <rcjsuen> Don't see why you're inept...but okay... o.O [03:52:20] *** nate__ has quit IRC [03:56:43] *** Theravadan has joined #eclipse [04:00:02] *** [TomTom] has joined #eclipse [04:00:08] *** fsteeg_ has joined #eclipse [04:01:02] *** rawblem has quit IRC [04:10:39] *** fsteeg has quit IRC [04:10:39] *** fsteeg_ is now known as fsteeg [04:10:46] *** zmanning has quit IRC [04:14:06] *** TomTom has quit IRC [04:19:35] *** rhk has joined #eclipse [04:21:30] *** cmw72 has quit IRC [04:33:21] *** prahal_ has joined #eclipse [04:39:26] *** prahal has quit IRC [04:49:44] *** dmiles_afk has quit IRC [04:51:25] *** fixl has quit IRC [04:53:01] *** abradford has left #eclipse [04:54:05] *** LongBeach has quit IRC [05:20:50] *** LongBeach has joined #eclipse [05:28:03] *** rhk has quit IRC [05:37:01] *** walking has joined #eclipse [05:37:02] *** dmiles_afk has joined #eclipse [05:40:42] *** Doppp has quit IRC [05:51:09] *** Doppp has joined #eclipse [06:03:03] *** rawblem has joined #eclipse [06:14:58] *** rcjsuen has quit IRC [06:22:00] *** prahal_ has quit IRC [06:22:01] *** paulweb515 has quit IRC [06:22:01] *** lednerk_ has quit IRC [06:22:01] *** Tesseraction has quit IRC [06:22:01] *** felipe` has quit IRC [06:22:01] *** Nurbs has quit IRC [06:25:57] *** lednerk has joined #eclipse [06:27:22] *** Tesseraction has joined #eclipse [06:36:32] *** prahal_ has joined #eclipse [06:37:22] *** fsteeg has quit IRC [06:38:05] *** paulweb515 has joined #eclipse [06:49:07] *** Aemis has joined #eclipse [06:57:03] *** tmartins has quit IRC [07:36:53] *** LongBeach has quit IRC [07:43:44] *** Neglectf1lAdmin has joined #eclipse [07:44:02] <Neglectf1lAdmin> I can't seem to add an external class folder to my project in eclipse [07:44:19] <Neglectf1lAdmin> "setting build path encountered a problem the parent resouce is not accessible" [07:48:39] *** walking has quit IRC [07:49:13] *** JabDesign has quit IRC [07:49:14] *** Bass10 has quit IRC [07:54:15] *** [TomTom] has quit IRC [07:58:23] *** andrewe has joined #eclipse [07:58:41] *** _GoatCheez has joined #eclipse [08:00:21] *** Zenopus_ has joined #eclipse [08:01:00] *** Zenopus has quit IRC [08:01:00] *** brendon_work has quit IRC [08:01:00] *** asimismo has quit IRC [08:01:00] *** GoatCheez has quit IRC [08:01:01] *** meeper_ has quit IRC [08:01:01] *** golpira has quit IRC [08:01:01] *** Raff7 has quit IRC [08:01:06] *** Zenopus_ is now known as Zenopus [08:04:08] *** meeper has joined #eclipse [08:07:34] *** brendon_work has joined #eclipse [08:07:40] *** Aemis has quit IRC [08:15:44] *** golpira has joined #eclipse [08:15:52] *** asimismo has joined #eclipse [08:17:51] *** andrewe has quit IRC [08:19:41] *** the_alien has joined #eclipse [08:41:22] *** SniperFodder has joined #eclipse [08:46:03] *** winegoddess has quit IRC [08:58:09] *** fixl has joined #eclipse [09:09:41] *** progre55 has quit IRC [09:14:35] *** lresende has quit IRC [09:22:04] *** allisterb has joined #eclipse [09:27:15] *** totex has quit IRC [09:34:48] *** sama has joined #eclipse [09:38:14] *** fixl has quit IRC [09:38:16] *** LongBeach has joined #eclipse [09:38:41] *** allisterb_ has quit IRC [09:42:37] *** rnicolas has joined #eclipse [09:43:14] *** rnicolas has joined #eclipse [10:04:26] *** Kudd has joined #eclipse [10:06:37] *** Hanumaan has joined #eclipse [10:11:59] *** SniperFodder has quit IRC [10:15:14] *** Kiran has joined #eclipse [10:15:32] *** Hanumaan has quit IRC [10:15:37] *** Kiran is now known as Hanumaan [10:23:51] *** Theravadan has quit IRC [10:28:25] *** TomTom has joined #eclipse [10:30:19] *** dmiles_afk has quit IRC [10:31:17] *** karlitos2 has joined #eclipse [10:32:14] *** dmiles_afk has joined #eclipse [10:34:32] *** Hanumaan has quit IRC [10:35:21] *** kaprsanna has quit IRC [10:35:26] <karlitos2> One newbe question, how to invoke a method of an oboject using the eclipse debugger? [10:38:35] *** dominikg has joined #eclipse [10:38:40] *** rnicolas has quit IRC [10:39:04] *** soulreaper has joined #eclipse [10:39:52] *** Hanumaan has joined #eclipse [10:40:12] *** rnicolas has joined #eclipse [10:42:29] *** rretzbach has joined #eclipse [10:50:13] *** soulreaper_ has joined #eclipse [11:08:09] *** soulreaper has quit IRC [11:13:59] *** Hanumaan has quit IRC [11:20:35] *** gallatin has joined #eclipse [11:35:49] *** SpektoM has joined #eclipse [11:36:13] *** Nyha has quit IRC [11:41:53] *** SpektoM has quit IRC [11:47:15] *** ech0s7 has joined #eclipse [11:47:16] <ech0s7> hi [11:47:24] <ech0s7> how can i create an applet project in eclipse ? [11:52:54] *** karlitos2 has quit IRC [12:06:23] *** gallatin has quit IRC [12:20:34] *** agronholm has joined #eclipse [12:21:02] <agronholm> hi, has anyone tried galileo sr1 on ubuntu karmic? [12:21:24] <agronholm> I did, but I can't install any plugins, and other stuff behaves weirdly too [12:21:31] *** tromey has quit IRC [12:33:39] *** EricInBNE has quit IRC [12:35:36] <agronholm> for posterity, this was resolved by setting GDK_NATIVE_WINDOWS=true before launching eclipse [12:35:46] *** dr_jerry has joined #eclipse [12:35:53] *** agronholm has left #eclipse [12:46:11] *** incorrect has joined #eclipse [12:48:57] <incorrect> how can i change the indent format for c++ and header files? [13:01:17] *** unapiedra has joined #eclipse [13:15:22] *** ioana has joined #eclipse [13:18:16] *** ioana has left #eclipse [13:34:09] <Neglectf1lAdmin> 16:51 < Neglectf1lAdmin> I can't seem to add an external class folder to my project in eclipse [13:34:13] <Neglectf1lAdmin> 16:51 < Neglectf1lAdmin> "setting build path encountered a problem the parent resouce is not accessible" [13:51:14] *** OrangyTang has joined #eclipse [13:51:52] <OrangyTang> is it possible to upgrade from 3.4.2 to 3.5 via Help->Software Updates or similar? [13:52:24] *** Raff7 has joined #eclipse [13:56:21] *** rcjsuen has joined #eclipse [14:02:39] *** unapiedra has quit IRC [14:09:47] <rcjsuen> OrangyTang: No, you need to download 3.5.x separately first. [14:10:58] <OrangyTang> rcjsuen: ok, thanks. [14:16:49] *** ioana has joined #eclipse [14:16:55] *** ioana has left #eclipse [14:18:57] *** stijnbe has joined #eclipse [14:19:31] *** stijnbe has quit IRC [14:35:38] *** ixM` has joined #eclipse [14:35:52] <ixM`> Hi there [14:37:36] <ixM`> One of my teachers uses a version of eclipse in which he's able to generate UML class diagrams from existing aswell as the inverse (UML -> Java). I'm under Linux Kubuntu and I'm searching for that plugin or whatever it is (and if possible a more recent version of eclipse than the 3.2). Can anybody help me ? [14:37:58] <FauxFaux> Recent versions of Eclipse aren't packaged for ubuntu, get them from the website. [14:38:08] <FauxFaux> And there's about a bajillion crappy UML plugins. [14:39:32] <ixM`> I'm already downloaded a 367 Mb version of eclipse but the UML plugin that was included is crap. And well I'm obviously to dumb to find the right plugin so if you've any advice of a good one, I'd be very glad :) [14:39:32] <jottinger> and why the hell would you follow your teacher into eclipse hell [14:39:48] <jottinger> use netbeans for uml [14:39:56] <jottinger> oh wait, I'm in #eclipse [14:40:00] <FauxFaux> Haha. =p [14:40:00] * jottinger headslaps [14:40:24] * jottinger looks for the "go back in time about three minutes" button [14:40:33] <ixM`> Well, I'm coming from c++ and Qt and well, I had already heard about eclipse so... [14:40:42] <rcjsuen> Good ones probably cost money. [14:40:48] <jottinger> I think I will just shut up now :) [14:41:25] <ixM`> ok then I'll give a try to netbeans [14:41:56] <FauxFaux> I really need to try a modern version of Netbeans (and IDEA), haven't tried either of them in ages and I don't want to be like one of the ##java IDEA "Hahaha, Eclipse didn't even have this feature in 1996 so is crap!" trolls. [14:42:23] *** kthomas_vh has joined #eclipse [14:42:56] <jottinger> FauxFaux: <comment type="witty" state="deleted because discretion finally stopped by and said 'Hey, you could have used me a few minutes ago!'" /> [14:43:23] <jottinger> and that's a VEERRRRRRY specific state machine :) [14:50:20] <NoobFukaire> ##java is a wasteland, lol [14:53:57] <jottinger> how can you tell? [14:54:15] <NoobFukaire> it just is, the people in that channel are garbage [14:54:22] <jottinger> on what basis? [14:54:36] <NoobFukaire> nobody smart on freenode hangs out in that channel [14:55:10] * jottinger wonders how that logic works, but since he's on ##java, clearly he's outmatched :) [14:55:42] <NoobFukaire> most assuredly [14:55:43] <jottinger> so how did you arrive at this conclusion? It's sort of like saying "there are no unicorns since I've not seen one" but hey [14:56:21] <jottinger> BTW, did you know that unicorns weren't really supposed to be horses with a single horn, but more like creatures with horns, a horse's head, rhinocerous' feet, and stuff like that? [14:56:39] <NoobFukaire> if you're there and you can't tell, nothing I can say will make it clear to you [14:57:18] <jottinger> NoobFukaire: yeah, but I'm lots of other places and I'm interested. Come on, mate - waste your time and humor me. I'm interested in seeing if my poor brane is up to the chalenj. [15:01:41] <jottinger> ... or not. [15:24:29] *** ExElNeT has joined #eclipse [15:25:39] *** MarcWeber has left #eclipse [15:26:52] *** sama has quit IRC [15:47:36] *** ppawel has joined #eclipse [15:54:22] *** unapiedra has joined #eclipse [15:54:55] *** psyc has joined #eclipse [15:57:55] <psyc> hi, i'm very a hard time trying to figure it out how to customize my theme in eclipse and for what I have been searching in the internet it's not possible to change some itens, like the line bar... anyone having this problem (i use dark themes) [15:58:35] <rcjsuen> I think they fixed that recently but not positive. I know there's an enhancement request about it anyway. [15:58:45] *** Industrial has joined #eclipse [15:58:56] <Industrial> Hi. Eclipse is breaking on this regex /^[a-z0-9,!#\$%&'\*\+/=\?\^_`\{\|}~-]+(\.[a-z0-9,!#\$%&'\*\+/=\?\^_`\{\|}~-]+)* at [a-z0-9-]+(\ dot [a-z0-9-]+)*\.([a-z]{2,})$/ [15:59:00] <Industrial> :P [15:59:11] <rcjsuen> you mean in Ctrl+F? [15:59:11] <Industrial> it breaks on the first ' and tires to start a string. [15:59:23] <Industrial> the syntax coloring/error reporting [15:59:25] *** OrangyTang has left #eclipse [15:59:38] <rcjsuen> Not totally clear on what you mean. You can file a bug I suppose. [15:59:42] <Industrial> this is with a php document [16:00:55] <Industrial> I'll take a picture [16:01:02] <Industrial> http://images.gammatester.com/pics/b0951e20ffb427f9d53fe842498530cb.png [16:01:28] <rcjsuen> File a bug to the php plug-in that you're using then. [16:01:38] *** rcjsuen has left #eclipse [16:01:42] *** rcjsuen has joined #eclipse [16:01:54] <Industrial> actually it's javascript in a php/html document, hmm. [16:02:05] *** fsteeg has joined #eclipse [16:02:50] <Industrial> that'd be PDT [16:03:25] <rcjsuen> Well, if it's not their problem they will reroute it elsewhere anyway. [16:04:00] <Industrial> okay [16:04:24] *** rretzbach has quit IRC [16:04:30] *** Bass10 has joined #eclipse [16:07:45] *** fsteeg has quit IRC [16:08:24] *** fsteeg has joined #eclipse [16:10:03] *** fsteeg has quit IRC [16:10:46] *** fsteeg has joined #eclipse [16:11:48] *** fsteeg has quit IRC [16:12:30] *** fsteeg has joined #eclipse [16:16:30] *** Industrial has left #eclipse [16:21:53] *** lresende has joined #eclipse [16:22:07] *** dr_jerry has quit IRC [16:28:12] *** Industrial has joined #eclipse [16:29:20] <Industrial> can anyone tell me how subclipse works? I have installed it (and JavaHL) but I don't see anything changed on my interface except the install software feature shows subclipse as installed. I was hoping for some tortoisesvn-esque context menu's etc [16:30:08] <rcjsuen> Industrial: do you have an SVN perspective? [16:30:34] <Industrial> SVN Repository Exploring [16:31:09] <rcjsuen> i guess the better question is [16:31:12] <rcjsuen> what do you want to do [16:31:38] <Industrial> commit a file, do diffs, etc [16:31:52] <rcjsuen> did you checkout your project? [16:33:10] <Industrial> yes, I have some files open. I didnt add a repository location because I don't think.. ohh wait.. its svn+ssh:// does that matter? [16:33:30] <rcjsuen> Dunno, I don't use Subversion. [16:34:14] <rcjsuen> I think regardless you have to add a repository location. [16:40:00] <rcjsuen> if it's checked out you need to share the project first via the context menu so Subclipse will pick it up [16:40:35] <rcjsuen> Industrial: Maybe this will help. http://agile.csc.ncsu.edu/SEMaterials/tutorials/subclipse/ [16:40:47] <Industrial> that option is disabled in the checkout and I get connection refused when I want to add the repo :\ [16:41:02] <Industrial> its svn+ssh://myuser at myhost dot com/svn/reponame [16:43:06] <Industrial> org.tigris.subversion.javahl.ClientException: Network connection closed unexpectedly [16:43:09] <Industrial> org.tigris.subversion.javahl.ClientException: Network connection closed unexpectedly [16:43:13] <Industrial> woops, sorry on that [16:44:26] <Industrial> I guess it's because I don't use ssh-agent [16:52:14] *** kiiju has joined #eclipse [16:53:36] <kiiju> Where is the version number? I can't find it in the about dialog. The about dialog tells me "Eclipse Java EE IDE for Web Developers". And there is a build id. How do I discover the version number of an Eclipse installation? [16:54:36] <rcjsuen> kiiju: it should be there http://wiki.eclipse.org/Image:Configuration_Details_01.jpg [16:54:42] <rcjsuen> but maybe the Java EE build is different [16:56:03] <kiiju> It is Galileo and there is no version number in the about dialog. [16:56:28] <rcjsuen> kiiju: well your build id is better information anyway [16:56:31] <rcjsuen> you're either on 3.5.0 or 3.5.1 [16:56:41] <kiiju> rcjsuen: Which one of them? [16:56:51] <kiiju> "Build id: 20090920-1017". [16:56:54] <rcjsuen> latter [16:57:34] <kiiju> Why there is no simple version number anymore? [16:57:43] <kiiju> Version numbers are great. [16:57:48] <rcjsuen> dunno, i think there's a bug logged about it [16:57:54] <rcjsuen> This is not a problem in the Classic build. [16:59:51] *** kthomas_vh_ has joined #eclipse [17:00:01] <kiiju> https://bugs.eclipse.org/bugs/show_bug.cgi?id=287707 [17:00:11] <kiiju> "[About] About dialog is missing version number" [17:00:27] *** ppawel has quit IRC [17:00:29] <rcjsuen> kiiju: well there you go :) [17:05:19] *** kiiju has left #eclipse [17:06:33] <Industrial> rcjsuen: yes, using ssh keypairs fixed it :-) [17:08:09] <rcjsuen> Industrial: Great. Thank you for sharing the solution. [17:12:36] *** Ramosa has joined #eclipse [17:13:08] *** rcjsuen has quit IRC [17:13:38] *** rcjsuen has joined #eclipse [17:14:40] *** kthomas_vh has quit IRC [17:15:08] *** Industrial has left #eclipse [17:19:22] *** ech0s7 has quit IRC [17:20:58] *** amitev has quit IRC [17:27:52] *** zmanning has joined #eclipse [17:33:29] *** prahal_ has quit IRC [17:41:03] *** Aemis has joined #eclipse [17:45:38] *** soulreaper has joined #eclipse [17:46:02] *** imyousuf has joined #eclipse [18:01:57] *** kthomas_vh_ has quit IRC [18:02:09] *** soulreaper_ has quit IRC [18:02:18] *** kthomas has joined #eclipse [18:03:08] *** winegoddess has joined #eclipse [18:13:55] *** Herix has joined #eclipse [18:15:47] *** Herix has left #eclipse [18:15:49] *** the_alien has quit IRC [18:25:15] *** rretzbach has joined #eclipse [18:39:19] *** Kudd_ has joined #eclipse [18:39:44] *** Kudd has quit IRC [18:40:30] *** ppawel has joined #eclipse [18:56:58] *** bbt has joined #eclipse [18:59:00] *** prahal has joined #eclipse [18:59:05] *** tromey has joined #eclipse [19:03:07] *** Nurbs has joined #eclipse [19:03:32] *** mbana has joined #eclipse [19:03:44] *** kthomas has quit IRC [19:04:15] *** kthomas has joined #eclipse [19:26:55] *** Kudd_ has quit IRC [19:33:45] *** felipe` has joined #eclipse [19:40:29] *** psyc has left #eclipse [19:42:47] *** todd_dsm has joined #eclipse [19:44:37] *** Raff7_ has joined #eclipse [19:45:44] *** Raff7 has quit IRC [19:45:44] *** Raff7_ has quit IRC [19:46:55] *** lresende_ has joined #eclipse [19:47:04] *** Raff7 has joined #eclipse [19:47:19] *** Raff7 has quit IRC [19:49:54] *** lresende__ has joined #eclipse [19:50:04] *** Raff7 has joined #eclipse [19:50:26] *** imyousuf has quit IRC [19:52:51] *** Raff7 has quit IRC [19:55:04] *** Raff7 has joined #eclipse [19:56:39] *** lresende__ has quit IRC [19:58:04] *** Theravadan has joined #eclipse [20:03:43] *** lresende has quit IRC [20:05:18] *** lresende_ has quit IRC [20:06:42] *** kthomas_vh_ has joined #eclipse [20:17:02] *** holo has joined #eclipse [20:17:22] *** holo has quit IRC [20:18:46] *** totex has joined #eclipse [20:18:52] *** totex has left #eclipse [20:19:15] *** justme_ has joined #eclipse [20:23:19] *** kthomas has quit IRC [20:29:21] *** ixM` has quit IRC [20:33:59] *** blue_asterisk has joined #eclipse [20:40:08] *** justme_ has quit IRC [20:57:39] *** Theravadan has quit IRC [21:07:57] *** kthomas_vh_ has quit IRC [21:08:25] *** kthomas_vh_ has joined #eclipse [21:15:28] *** NoobFukaire is now known as noid256 [21:22:16] *** tr1gger has quit IRC [21:41:54] *** cha0s_ has joined #eclipse [21:42:20] *** jham_ has joined #eclipse [21:42:37] *** ppr has joined #eclipse [21:45:34] *** jham has quit IRC [21:46:10] *** jham_ is now known as jham [21:46:24] *** jham is now known as jham_ [21:46:48] *** jham_ is now known as jham [21:49:48] *** b0c1_ has joined #eclipse [21:50:22] *** ppawel has quit IRC [21:53:02] *** peper has quit IRC [21:53:03] *** b0c1 has quit IRC [21:53:29] *** smiler has quit IRC [21:54:09] *** cha0s has quit IRC [22:02:17] *** hyksos has joined #eclipse [22:02:47] <hyksos> hi, how can i see my slots in the signals/slots editor window of the eclipse qt plugin? [22:12:14] *** dr_jerry has joined #eclipse [22:13:10] *** dr_jerry has quit IRC [22:14:28] *** dr_jerry has joined #eclipse [22:20:06] *** unapiedra has quit IRC [22:22:39] *** benny`work has joined #eclipse [22:27:30] *** groton has joined #eclipse [22:28:07] *** ecfuser95664 has joined #eclipse [22:32:36] *** dr_jerry has quit IRC [22:35:05] *** cjm has quit IRC [22:35:40] *** kthomas_vh_ has quit IRC [22:39:12] *** smiler has joined #eclipse [22:39:23] <ecfuser95664> ola a todos [22:39:52] *** ecfuser95664 has quit IRC [22:46:24] *** todd_dsm has quit IRC [22:46:42] *** todd_dsm has joined #eclipse [22:47:34] <Aemis> ola [22:47:38] <Aemis> =) [22:55:23] *** hyksos has quit IRC [23:02:10] *** the_alien has joined #eclipse [23:10:25] *** Theravadan has joined #eclipse [23:18:11] *** soulreaper has quit IRC [23:20:20] *** Laserbeak43 has joined #eclipse [23:29:41] *** mbana has quit IRC [23:29:58] *** groton has quit IRC [23:33:40] *** Ramosa has quit IRC [23:36:19] <rretzbach> Hi. I would like to create a SWT app. It should call a method passing a callback which provides strings, which I want to render into Text. Is there something for me to create such a "background task" other than creating a thread myself? [23:37:50] <rcjsuen> ? [23:37:55] <rcjsuen> This task runs every 5 seconds or something? [23:38:17] <rretzbach> No, an infinite task, which executes a callback. [23:38:35] <rretzbach> It's about package capturing. [23:39:38] <rcjsuen> an infinite task? so one that constantly is executed? [23:39:49] <rretzbach> Yes. [23:39:57] *** Laserbeak43 has quit IRC [23:40:07] <rcjsuen> So I guess you're saying [23:40:12] <rcjsuen> "I don't want to call asyncExec constantly" [23:41:46] <rretzbach> I don't know asyncExec, but I will try it. Hopefully I can update the UI in it. [23:42:12] <rcjsuen> a/syncExec is a BNB concept for SWT [23:42:19] <rcjsuen> learn to use it or you will get exceptions ;p [23:45:21] *** incorrect has quit IRC [23:54:40] *** Theravadan has quit IRC